docs: autoupdater: fix example build script

This commit is contained in:
Matthias Schiffer 2014-07-26 02:20:38 +02:00
parent 59bb4247c9
commit a4a5b9a38b

View File

@ -31,8 +31,10 @@ A fully automated nightly build could use the following commands:
make -j5 GLUON_BRANCH=experimental
make manifest GLUON_BRANCH=experimental
contrib/sign.sh $SECRETKEY images/sysupgrade/experimental.manifest
rm -rf /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