This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/7.0.x by this push:
new 9d83b7e Update gpg call for gpg2 (so there is no pop-up prompt for
passphrase)
9d83b7e is described below
commit 9d83b7e30b9e778c4d8d6d260f8a34ef0fdd9301
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Mar 4 22:18:58 2020 +0000
Update gpg call for gpg2 (so there is no pop-up prompt for passphrase)
---
build.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.xml b/build.xml
index 847d295..ed987f1 100644
--- a/build.xml
+++ b/build.xml
@@ -3385,8 +3385,8 @@ Read the Building page on the Apache Tomcat documentation
site for details on ho
<fail unless="file" />
<exec executable="${gpg.exec}" failonerror="true"
inputstring="${gpg.passphrase}">
- <arg value="--passphrase-fd"/>
- <arg value="0"/>
+ <arg value="--pinentry-mode"/>
+ <arg value="loopback"/>
<arg value="-a"/>
<arg value="-b"/>
<arg value="${file}"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]