This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new 5c30f08214 Reproducible builds: Signing the uninstaller changes the timestamp 5c30f08214 is described below commit 5c30f0821446be810ce8368e27a0ad7a85ffdecc Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu May 5 17:15:52 2022 +0100 Reproducible builds: Signing the uninstaller changes the timestamp --- build.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.xml b/build.xml index 5a0be1bcbd..d34f56bc74 100644 --- a/build.xml +++ b/build.xml @@ -2508,6 +2508,10 @@ skip.installer property in build.properties" /> alias="${codesigning.alias}" alg="${codesigning.digest}" tsaurl="http://timestamp.digicert.com"/> + <!-- Reproducible builds: consistent timestamps for installer files --> + <touch datetime="${tstamp.file}" pattern="yyyy-MM-dd HH:mm:ss"> + <fileset dir="${tomcat.dist}"/> + </touch> </target> <target name="-installer" unless="skip.installer" --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org