fix signature

This commit is contained in:
Daniel Frank 2017-10-28 12:33:32 +02:00
parent 985f728b7d
commit 8cc4ec82e3

View file

@ -75,10 +75,10 @@ for s in $sites; do
done done
announce Building manifest... announce Building manifest...
make manifest make manifest
if [ -n "${SIGNATURE}" ]; then if [ -n "${signature}" ]; then
if [ "$GLUON_BRANCH" == "experimental" ]; then if [ "$GLUON_BRANCH" == "experimental" ]; then
announce Signing announce Signing
"${gluon_path}/contrib/sign.sh" "${SIGNATURE}" "${GLUON_IMAGEDIR}/sysupgrade/experimental.manifest" "${gluon_path}/contrib/sign.sh" "${signature}" "${GLUON_IMAGEDIR}/sysupgrade/experimental.manifest"
else else
echo ERROR: can only sign experimental branch >&2 echo ERROR: can only sign experimental branch >&2
exit 1 exit 1