explicit user
authorMichael Wallner <mike@php.net>
Fri, 25 Oct 2019 08:25:05 +0000 (10:25 +0200)
committerMichael Wallner <mike@php.net>
Fri, 25 Oct 2019 08:25:05 +0000 (10:25 +0200)
bin/gpg-sign

index 19cd4fdd0bc5421ba9c16bd95d016e10a650a103..4f8f77d57afa779003cad3744ce5f5255db8791f 100755 (executable)
@@ -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"],