Skip to content
Snippets Groups Projects
Commit a4a5b9a3 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

docs: autoupdater: fix example build script

parent 59bb4247
No related branches found
No related tags found
No related merge requests found
...@@ -31,8 +31,10 @@ A fully automated nightly build could use the following commands: ...@@ -31,8 +31,10 @@ A fully automated nightly build could use the following commands:
make -j5 GLUON_BRANCH=experimental make -j5 GLUON_BRANCH=experimental
make manifest GLUON_BRANCH=experimental make manifest GLUON_BRANCH=experimental
contrib/sign.sh $SECRETKEY images/sysupgrade/experimental.manifest contrib/sign.sh $SECRETKEY images/sysupgrade/experimental.manifest
rm -rf /where/to/put/this/experimental
cp -r images /where/to/put/this/experimental cp -r images /where/to/put/this/experimental
ln -s experimental.manifest /where/to/put/this/experimental/manifest ln -s experimental.manifest /where/to/put/this/experimental/sysupgrade/manifest
Infrastructure Infrastructure
......
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