This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 93b70878e7e34db2ff9a2ad2d6614b7c99b9896b 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 ed987f1..d47d626 100644 --- a/build.xml +++ b/build.xml @@ -3385,6 +3385,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