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 0be4e58765 Reproducible builds: Signing the uninstaller changes the 
timestamp
0be4e58765 is described below

commit 0be4e58765c6185667906c0da328a57e37fc36cd
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 72e49ad978..b638704cc8 100644
--- a/build.xml
+++ b/build.xml
@@ -2526,6 +2526,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

Reply via email to