From af47acf110fb3680520c2924a2c02469bb57f205 Mon Sep 17 00:00:00 2001 From: Clemens John <clemens.john@openitb.com> Date: Sun, 7 Apr 2019 20:42:25 +0200 Subject: [PATCH] Add info that cloning a siteconf branch may be required if you want to build a release. Signed-off-by: Clemens John <clemens.john@openitb.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aed9b4b..cdad8e1 100644 --- a/README.md +++ b/README.md @@ -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> -- GitLab