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
The following commit(s) were added to refs/heads/8.5.x by this push:
new f671b07 Fix hang during release build
f671b07 is described below
commit f671b079b0c3e3eb772c8525d6d54e318221d9dc
Author: Mark Thomas <[email protected]>
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 021fd9e..e995da1 100644
--- a/build.xml
+++ b/build.xml
@@ -3325,6 +3325,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: [email protected]
For additional commands, e-mail: [email protected]