We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ea1ecb commit 71c6d63Copy full SHA for 71c6d63
RelBuild
@@ -32,7 +32,7 @@ eval $(gpg-agent --daemon) &&
32
GPG_AGENT_PID=$(expr "$GPG_AGENT_INFO" : ".*:\([1-9][0-9]*\):[1-9][0-9]*$") &&
33
trap 'kill -0 2>/dev/null $GPG_AGENT_PID && kill $GPG_AGENT_PID' 0 1 2 3 15 &&
34
kill -0 "$GPG_AGENT_PID" &&
35
-gpg="gpg --use-agent" || exit
+gpg="gpg --use-agent --local-user 96AFE6CB!" || exit
36
37
sha1sum $files | $gpg --clearsign >git-$version.sign || exit
38
0 commit comments