This is an automated email from the ASF dual-hosted git repository.
kkolinko 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 378a1e5 Add a note about allowed values for ant.tstamp.now property.
Thanks to https://bz.apache.org/bugzilla/show_bug.cgi?id=65527
378a1e5 is described below
commit 378a1e5f6fb5482e49b61d494da897bca8abe3dc
Author: Konstantin Kolinko <[email protected]>
AuthorDate: Mon Aug 30 13:54:27 2021 +0300
Add a note about allowed values for ant.tstamp.now property.
Thanks to https://bz.apache.org/bugzilla/show_bug.cgi?id=65527
---
build.properties.default | 1 +
1 file changed, 1 insertion(+)
diff --git a/build.properties.default b/build.properties.default
index f745036..4032660 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -31,6 +31,7 @@ version.suffix=-M5-dev
# ----- Reproducible builds -----
# Uncomment and set to current time for reproducible builds
+# Note: The value is in seconds (unlike milliseconds used by
System.currentTimeMillis()).
#2021-08-03T18:00:00Z
#ant.tstamp.now=1628013600
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]