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
commit b5df48f0ce9503f2cdee1da38de59cc06af6dc5c Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Mar 5 18:13:15 2020 +0000 Third attempt to update gpg config Tested on a newly rebooted VM and it worked. --- build.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.xml b/build.xml index e995da1..e17c8ea 100644 --- a/build.xml +++ b/build.xml @@ -3328,6 +3328,8 @@ Read the Building page on the Apache Tomcat documentation site for details on ho <arg value="--batch"/> <arg value="--pinentry-mode"/> <arg value="loopback"/> + <arg value="--passphrase-fd"/> + <arg value="0"/> <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