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
commit bce2837ef40b0826d3baf504fdadaa25ef7d4475 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 f39a762..f4a303e 100644 --- a/build.xml +++ b/build.xml @@ -3398,6 +3398,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