Add BRANCH=nightly to testing manifest if autosigning with nightly key
This makes the manifest actually usable for nightly nodes, whereas currently it's ignored because it doesn't contain that line.
This commit is contained in:
parent
f2bf4cabe3
commit
cd8a0b1980
1
build.sh
1
build.sh
|
@ -146,6 +146,7 @@ make manifest GLUON_BRANCH=testing GLUON_PRIORITY=0
|
|||
cd ..
|
||||
|
||||
if [ -n "$KEYFILE" -a -r "$KEYFILE" ]; then
|
||||
sed -i -e "/^BRANCH=testing/ a BRANCH=nightly" "${GLUON_DIR}/output/images/sysupgrade/testing.manifest"
|
||||
"${GLUON_DIR}/contrib/sign.sh" "$KEYFILE" "${GLUON_DIR}/output/images/sysupgrade/testing.manifest"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue