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 f12c39c Fix hang during release build
f12c39c is described below
commit f12c39cd7a82c11b0a6364da37ce53984c2dfebc
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 1bd17d9..054780d 100644
--- a/build.xml
+++ b/build.xml
@@ -3412,6 +3412,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]