From 0932b51883ff4944dafc164d6b846e7d4e4242af Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 25 Oct 2019 10:25:05 +0200 Subject: [PATCH] explicit user --- bin/gpg-sign | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"], -- 2.30.2