We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aee2e6b commit c2951d6Copy full SHA for c2951d6
dev/sign.sh
@@ -29,6 +29,6 @@ SIGN_WITH="${SIGN_WITH:-apache.org}"
29
30
for name in "${@}"
31
do
32
- gpg --yes -armor --local-user "$SIGN_WITH" --output "${name}.asc" --detach-sig "${name}"
+ gpg --yes --armor --local-user "$SIGN_WITH" --output "${name}.asc" --detach-sig "${name}"
33
shasum -a 512 "${name}" > "${name}.sha512"
34
done
0 commit comments