Merge branch 'building-on-stretch' of https://github.com/YunoHost/cd_build into building-on-stretch

This commit is contained in:
root 2018-04-28 21:46:56 +00:00
commit b94fe0960d

View file

@ -74,10 +74,13 @@ function sign
info "Signing image $NAME ..."
gpg --output $NAME.sig --detach-sig $NAME
# Remove previous signature to prevent gpg to ask about overwriting
rm -f $NAME.sig
sudo gpg --output $NAME.sig --detach-sig $NAME
sha256sum $NAME > $NAME.sum
}