You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2021/08/30 10:57:48 UTC

[tomcat] branch 10.0.x updated: Add a note about allowed values for ant.tstamp.now property. Thanks to https://bz.apache.org/bugzilla/show_bug.cgi?id=65527

This is an automated email from the ASF dual-hosted git repository.

kkolinko 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 9b4ea95  Add a note about allowed values for ant.tstamp.now property. Thanks to https://bz.apache.org/bugzilla/show_bug.cgi?id=65527
9b4ea95 is described below

commit 9b4ea9576df3ce661372e6c992666155b0e29730
Author: Konstantin Kolinko <kk...@apache.org>
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 09f2b2f..206a2a9 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -31,6 +31,7 @@ version.suffix=-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-07-29T12:00:00Z
 #ant.tstamp.now=1627560000
 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org