From 230897be8614f2005df3f6720bcc323253cc5621 Mon Sep 17 00:00:00 2001
From: Tarnatos <tarnatos@posteo.de>
Date: Thu, 12 Oct 2017 09:50:17 +0200
Subject: [PATCH] docs: autoupdater.rst: add GLUON_RELEASE to make manifest
 (#1235)

---
 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 4df031659..5313feace 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_BRANCH=experimental
+    make manifest GLUON_BRANCH=$GLUON_BRANCH GLUON_RELEASE=$GLUON_RELEASE
     contrib/sign.sh $SECRETKEY output/images/sysupgrade/experimental.manifest
 
     rm -rf /where/to/put/this/experimental
-- 
GitLab