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
The following commit(s) were added to refs/heads/9.0.x by this push: new 510bff4 Fix hang during release build 510bff4 is described below commit 510bff4f26ed188da69470e83f9f3206f4db41cb Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Mar 5 17:23:34 2020 +0000 Fix hang during release build --- build.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/build.xml b/build.xml index c7845ff..f39a762 100644 --- a/build.xml +++ b/build.xml @@ -3395,6 +3395,7 @@ 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="--pinentry-mode"/> <arg value="loopback"/> <arg value="-a"/> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org