mirror of
https://github.com/YunoHost/cd_build.git
synced 2024-09-03 20:06:24 +02:00
Generate ascii-armored signatures instead of binary(?) ones
This commit is contained in:
parent
7a6ec0b210
commit
ad21714bfb
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ function sign
|
|||
# Remove previous signature to prevent gpg to ask about overwriting
|
||||
rm -f $NAME.sig
|
||||
|
||||
sudo gpg --output $NAME.sig --detach-sig $NAME
|
||||
sudo gpg --armor --output $NAME.sig --detach-sig $NAME
|
||||
|
||||
sha256sum $NAME > $NAME.sum
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue