Skip to content
Snippets Groups Projects
Commit 230897be authored by Tarnatos's avatar Tarnatos Committed by Andreas Ziegler
Browse files

docs: autoupdater.rst: add GLUON_RELEASE to make manifest (#1235)

parent ea01c467
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment