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 306bd2b Third attempt to update gpg config 306bd2b is described below commit 306bd2ba6125b5b3e7803b374cb7c6ae9bb5a190 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 054780d..ec5464b 100644 --- a/build.xml +++ b/build.xml @@ -3415,6 +3415,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