mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Sign with openssl may require terminal access for private key passphrase
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user