Am 15.01.2022 um 12:56 schrieb ma...@apache.org:
This is an automated email from the ASF dual-hosted git repository.
markt 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 c5fda80 Update (currently unused) reproducible build timestamp
c5fda80 is described below
commit c5fda809d2344d76aab21e5902fff797fd19880c
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Sat Jan 15 11:56:27 2022 +0000
Update (currently unused) reproducible build timestamp
---
build.properties.default | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.properties.default b/build.properties.default
index 35aeb76..e1003ea 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -38,8 +38,8 @@ version.suffix=-M10-dev
# ----- Reproducible builds -----
# Uncomment and set to current time for reproducible builds
# Note: The value is in seconds (unlike milliseconds used by
System.currentTimeMillis()).
-#2022-01-12T06:00:00Z
-#ant.tstamp.now=1642003200
+#2022-01-15T12:00:00Z
+#ant.tstamp.now=1642248000
It seems build.xml uses ant.tstamp.now.iso, so the two lines should be
#ant.tstamp.now.iso=2022-01-15T12:00:00Z
#ant.tstamp.now=1642248000
or just the iso line and dropping the last one. Without the addition of
"ant.tstamp.now.iso=" and iuncommenting, I get a build warning:
build-tomcat-jdbc:
[echo] Building Tomcat JDBC pool libraries
[tstamp] magic property ant.tstamp.now.iso ignored as
'${ant.tstamp.now.iso}' is not in valid ISO pattern
[tstamp] magic property ant.tstamp.now.iso ignored as
'${ant.tstamp.now.iso}' is not in valid ISO pattern
The warning is OK, but it indocates, that the "iso" property is actually
the one, that should be prepared to be easily usable.
Observed for TC 10.0, probably the same in other branches.
Thanks and regards,
Rainer
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org