From 2c2ae259b33a1af904ac3b536815f6294ac28418 Mon Sep 17 00:00:00 2001 From: Tarnatos Date: Wed, 11 Oct 2017 18:15:38 +0200 Subject: [PATCH] make manifest GLUON_BRANCH GLUON_RELEASE necessary --- docs/features/autoupdater.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/autoupdater.rst b/docs/features/autoupdater.rst index cf8e8963..158ac45f 100644 --- a/docs/features/autoupdater.rst +++ b/docs/features/autoupdater.rst @@ -40,7 +40,7 @@ A fully automated nightly build could use the following commands: make clean NUM_CORES_PLUS_ONE=$(expr $(nproc) + 1) make -j$NUM_CORES_PLUS_ONE GLUON_TARGET=ar71xx-generic GLUON_BRANCH=experimental - make manifest GLUON_RELEASE=experimental + make manifest GLUON_BRANCH=$GLUON_BRANCH GLUON_RELEASE=$GLUON_RELEASEl contrib/sign.sh $SECRETKEY output/images/sysupgrade/experimental.manifest rm -rf /where/to/put/this/experimental