[Reproducible-commits] [source-date-epoch-spec] 01/01: Relax the MUST requirement for deferring formatting until runtime.
Chris Lamb
chris at chris-lamb.co.uk
Sun Aug 21 09:49:24 UTC 2016
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch lamby/pu/relax-runtime-requirement
in repository source-date-epoch-spec.
commit 7aefb27b64e131c24ac2eaaa53b80b83444d9af8
Author: Chris Lamb <lamby at debian.org>
Date: Sun Aug 21 10:49:04 2016 +0100
Relax the MUST requirement for deferring formatting until runtime.
- It does not provide any real value; the timestamps are already almost
useless so translating them only makes them vary even more so cannot
even be used as a quasi-unique identifer
- The patches would be heavily invasive.
- We aren't doing this anyway.
Signed-off-by: Chris Lamb <lamby at debian.org>
---
source-date-epoch-spec.xml | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/source-date-epoch-spec.xml b/source-date-epoch-spec.xml
index 054acf7..24b3f02 100644
--- a/source-date-epoch-spec.xml
+++ b/source-date-epoch-spec.xml
@@ -6,6 +6,16 @@
<title><envar>SOURCE_DATE_EPOCH</envar> specification</title>
<revhistory>
<revision>
+ <revnumber>1.1</revnumber>
+ <date>21 August 2016</date>
+ <revremark>
+ Relax the MUST requirement for deferring
+ formatting until runtime if an end user should
+ observe the value in their own locale or
+ timezone.
+ </revremark>
+ </revision>
+ <revision>
<revnumber>1.0</revnumber>
<date>01 September 2015</date>
<revremark>Initial version.</revremark>
@@ -144,7 +154,7 @@
child processes to consume if it is already present.
</para>
<para>
- Formatting MUST be deferred until runtime if an end
+ Formatting MAY be deferred until runtime if an end
user should observe the value in their own locale or
timezone.
</para>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/source-date-epoch-spec.git
More information about the Reproducible-commits
mailing list