This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 50f1a39  Update gpg call for gpg2 (so there is no pop-up prompt for 
passphrase)
50f1a39 is described below

commit 50f1a39752bdfdf95c19cb02467f788cccfbd900
Author: Mark Thomas <ma...@apache.org>
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 6a17859..c7845ff 100644
--- a/build.xml
+++ b/build.xml
@@ -3395,9 +3395,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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to