Update README.md
This commit is contained in:
parent
8b5c1b7712
commit
aebc745f96
40
README.md
40
README.md
@ -6,22 +6,34 @@ If you're new to Gluon and ready to get your feet wet, have a look at the
|
|||||||
|
|
||||||
**Gluon IRC channel: `#gluon` in [hackint](http://hackint.org/)**
|
**Gluon IRC channel: `#gluon` in [hackint](http://hackint.org/)**
|
||||||
|
|
||||||
## Issues & Feature requests
|
|
||||||
|
|
||||||
Before opening an issue make sure to read check whether any existing issues
|
|
||||||
(open or closed) match. If you're suggesting a new feature, drop by on IRC or
|
|
||||||
our mailinglist to discuss it first.
|
|
||||||
|
|
||||||
## Use a release!
|
## Use a release!
|
||||||
|
|
||||||
Please refrain from using the master branch for anything else but development purposes!
|
Please refrain from using the master branch for anything else but development purposes!
|
||||||
Use the most recent release instead. You can list all relaseses by running `git branch -a`
|
Use the most recent release instead. You can list all relaseses by running `git branch -a`
|
||||||
and switch to one by running `git checkout v2014.3;make update`.
|
and switch to one by running `git checkout v2014.4`.
|
||||||
|
|
||||||
|
To select one of our sites, use first `./get-sites` and select one out of `sites-repo` with e.g. `./set-site vfnnrw/leverkusen`.
|
||||||
|
|
||||||
|
To make a stable-build for e.g. leverkusen run:
|
||||||
|
`git clone https://github.com/VfN-NRW/gluon.git vfnnrw-gluon`
|
||||||
|
`cd vfnnrw-gluon`
|
||||||
|
`git checkout 2014.4.x`
|
||||||
|
`./set-site vfnnrw/leverkusen`
|
||||||
|
`make update`
|
||||||
|
`make`
|
||||||
|
|
||||||
If you're using the autoupdater, do not autoupdate nodes with anything but releases.
|
If you're using the autoupdater, do not autoupdate nodes with anything but releases.
|
||||||
If you upgrade using random master commits the nodes *will break* eventually.
|
If you upgrade using random master commits the nodes *will break* eventually.
|
||||||
|
|
||||||
## Mailinglist
|
## Mailinglist (mostly for announcements)
|
||||||
|
|
||||||
|
I can handle administrative requests automatically. Please
|
||||||
|
do not send them to the list address! Instead, send
|
||||||
|
your message to the correct command address:
|
||||||
|
|
||||||
|
For help and a description of available commands, send a message to:
|
||||||
|
|
||||||
|
gluon-help@luebeck.freifunk.net
|
||||||
|
|
||||||
To subscribe to the list, send a message to:
|
To subscribe to the list, send a message to:
|
||||||
|
|
||||||
@ -33,3 +45,15 @@ message. If you haven't changed addresses since subscribing,
|
|||||||
you can also send a message to:
|
you can also send a message to:
|
||||||
|
|
||||||
gluon-unsubscribe@luebeck.freifunk.net
|
gluon-unsubscribe@luebeck.freifunk.net
|
||||||
|
|
||||||
|
or for the digest to:
|
||||||
|
|
||||||
|
gluon-digest-unsubscribe@luebeck.freifunk.net
|
||||||
|
|
||||||
|
If you need to get in touch with the human owner of this list,
|
||||||
|
please send a message to:
|
||||||
|
|
||||||
|
gluon-owner@luebeck.freifunk.net
|
||||||
|
|
||||||
|
Please include a FORWARDED list message with ALL HEADERS intact
|
||||||
|
to make it easier to help you.
|
||||||
|
Loading…
Reference in New Issue
Block a user