This is an automated email from the ASF dual-hosted git repository.

remm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/main by this push:
     new 29291cab0a Add gpg.sign.files to false in release build properties
29291cab0a is described below

commit 29291cab0a8a4e0e5fcfe7f6376383d69cf3abb0
Author: remm <[email protected]>
AuthorDate: Tue Nov 11 10:08:46 2025 +0100

    Add gpg.sign.files to false in release build properties
    
    Signing should not happen when verifying releases.
---
 build.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.xml b/build.xml
index e773724134..bc6f994343 100644
--- a/build.xml
+++ b/build.xml
@@ -2900,6 +2900,7 @@ do.codesigning=true
 
 # Re-use the same GPG executable.
 gpg.exec=${gpg.exec}
+gpg.sign.files=false
 
 # Reproducible builds require the use of the build tools defined below. The
 # vendors (where appropriate) and versions must match exactly for a 
reproducible


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to