This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push:
new 522c6b8d28 Sign reproducible builds by default. The detached signature
is available
522c6b8d28 is described below
commit 522c6b8d2801087568ccb96107d242836b9b8715
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Aug 11 16:21:25 2022 +0100
Sign reproducible builds by default. The detached signature is available
---
build.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/build.xml b/build.xml
index f4e80409c0..d11ca5e096 100644
--- a/build.xml
+++ b/build.xml
@@ -2627,12 +2627,18 @@ skip.installer property in build.properties" />
# This file was auto-generated by the pre-release Ant target
+# Any unwanted settings may be over-ridden in a build.properties file located
+# in the same directory as this file.
+
# Set the version-dev to "" (empty string) as this is not a development
release.
version.dev=
# Ensure consistent timestamps for reproducible builds
ant.tstamp.now.iso=${tstamp.iso.release}
+# Enable insertion of detatched signatures into the Windows installer.
+do.codesigning=true
+
# Reproducible builds require the use of the build tools defined below. The
# vendors (where appropriate) and versions must match exactly for a
reproducible
# build since this data is embedded in various files, particularly JAR file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]