Skip to content
Snippets Groups Projects
Commit af47acf1 authored by Clemens John's avatar Clemens John Committed by Jan-Tarek Butt
Browse files

Add info that cloning a siteconf branch may be required if you want to build a release.


Signed-off-by: default avatarClemens John <clemens.john@openitb.com>
parent 3d581aa5
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ Auf dieser Seite wird beschrieben, wie man die Gluon Firmware für das Freifunk
*Wichtig* Je nach Entwicklungsstand muss die Branch Version angepasst werden.
git clone https://github.com/freifunk-gluon/gluon.git ./freifunk_build -b v2018.2.x && cd ./freifunk_build
git clone https://git.ffnw.de/ffnw-firmware/siteconf.git site && cd site
git clone https://git.ffnw.de/ffnw-firmware/siteconf.git -b <master oder ein release branch wie 201904> site && cd site
./buildscript.sh patch
./buildscript.sh prepare GLUON_BRANCH <autoupdater-branch, also zB "stable" oder "testing">
./buildscript.sh prepare GLUON_RELEASE <Releasecodename, zB das aktuelle Datum im Format YYYYMMDD>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment