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 9b7333d  Update gpg signing task in Maven publishing build file
9b7333d is described below

commit 9b7333d59736740fc4a85fa0dbe03a04561b401c
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Mar 5 19:27:46 2020 +0000

    Update gpg signing task in Maven publishing build file
---
 res/maven/mvn-pub.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/res/maven/mvn-pub.xml b/res/maven/mvn-pub.xml
index 67d36ea..5a72d72 100644
--- a/res/maven/mvn-pub.xml
+++ b/res/maven/mvn-pub.xml
@@ -521,6 +521,8 @@
     <exec executable="${gpg.exec}" failonerror="true"
           inputstring="${gpg.passphrase}">
       <arg value="--batch"/>
+      <arg value="--pinentry-mode"/>
+      <arg value="loopback"/>
       <arg value="--passphrase-fd"/>
       <arg value="0"/>
       <arg value="-a"/>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to