From: Michael Wallner Date: Fri, 25 Oct 2019 08:25:05 +0000 (+0200) Subject: explicit user X-Git-Url: https://git.m6w6.name/?p=pharext%2Freplicator.pharext.org;a=commitdiff_plain;h=0932b51883ff4944dafc164d6b846e7d4e4242af explicit user --- diff --git a/bin/gpg-sign b/bin/gpg-sign index 19cd4fd..4f8f77d 100755 --- a/bin/gpg-sign +++ b/bin/gpg-sign @@ -30,7 +30,7 @@ if (($pwd = getenv("REPLICATOR_PWD"))) { $stream = STDIN; } -$proc = proc_open("gpg --batch --pinentry-mode loopback --no-tty -a --detach-sign --passphrase-fd 3 --output $dir/$basename.asc $src", [ +$proc = proc_open("gpg -u replicator@pharext.org --batch --yes --pinentry-mode loopback --no-tty -a --detach-sign --passphrase-fd 3 --output $dir/$basename.asc $src", [ ["pipe", "r"], ["pipe", "w"], ["file", $log, "a"],