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 77bdb9baa8 Fix repeatable builds for Windows installer 77bdb9baa8 is described below commit 77bdb9baa8d09b8501dbe7089b3c9a25a3c90ffd Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Mar 11 15:57:05 2025 +0000 Fix repeatable builds for Windows installer --- build.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.xml b/build.xml index 9152fd5c7e..d456a72fde 100644 --- a/build.xml +++ b/build.xml @@ -2790,6 +2790,10 @@ You may need a custom build of makensis. Instructions for this may be found in B detached="true"/> <!-- Move detached signature to source tree --> <move file="${dir}/${file}.sig" todir="${savedir}"/> + <!-- Reset timestamp of signed file --> + <touch datetime="${tstamp.file}" pattern="yyyy-MM-dd HH:mm:ss"> + <fileset file="${dir}/${file}"/> + </touch> </target> <target name="-uninstaller-jsign" --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org