Sign with openssl may require terminal access for private key passphrase

This commit is contained in:
Allan Odgaard
2019-07-06 18:21:45 +02:00
parent 1c1358bcce
commit 0c66614fa5

View File

@@ -32,6 +32,7 @@ rule tbz_archive
rule sign_archive
command = set -o pipefail; openssl dgst -dss1 -sign $keyfile $in|openssl > $out~ enc -base64 && mv $out~ $out
description = Sign $in
pool = console
rule update_changes
command = bin/update_changes -t "v${version}" $in > $in~ && mv $in~ $in && mate -wl5 $in && touch $out