From d08a6d01383603666782b4ece95e0f77ead21c53 Mon Sep 17 00:00:00 2001 From: Jan-Philipp Litza Date: Wed, 14 Dec 2016 22:18:09 +0100 Subject: [PATCH] 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. --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 5bb4601..d1d49db 100755 --- a/build.sh +++ b/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