This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push: new 41e1b31 Update gpg call for gpg2 (so there is no pop-up prompt for passphrase) 41e1b31 is described below commit 41e1b31f5d04b3e510511f8c1cbdbfe664f7a2e8 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 2121d0b..021fd9e 100644 --- a/build.xml +++ b/build.xml @@ -3325,9 +3325,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