This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new d52f5d7 Update gpg call for gpg2 (so there is no pop-up prompt for
passphrase)
d52f5d7 is described below
commit d52f5d7bcaf6e59b6cf124628ef9f60eb4aee64e
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 | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/build.xml b/build.xml
index 434861b..1bd17d9 100644
--- a/build.xml
+++ b/build.xml
@@ -3412,9 +3412,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="--batch"/>
- <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]