[source-date-epoch-spec] 02/04: Merge branch 'dkg/concise-clamping'

Ximin Luo infinity0 at debian.org
Wed Oct 18 15:04:07 UTC 2017


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch pu/1.1
in repository source-date-epoch-spec.

commit 69885a8367411f23f5dc4266bab8bb14be82f4c7
Merge: 2f994c7 52daf0c
Author: Ximin Luo <infinity0 at debian.org>
Date:   Wed Oct 18 17:01:01 2017 +0200

    Merge branch 'dkg/concise-clamping'

 source-date-epoch-spec.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --cc source-date-epoch-spec.xml
index fbef62d,7feccc3..97313b5
--- a/source-date-epoch-spec.xml
+++ b/source-date-epoch-spec.xml
@@@ -154,10 -140,15 +154,17 @@@
  			time.
  		</para>
  		<para>
+ 			Where build processes embed timestamps that
+ 			are not "current", but are nevertheless still
+ 			specific to one execution of the build
+ 			process, they MUST use a timestamp no later
+ 			than <envar>SOURCE_DATE_EPOCH</envar>.
+ 		</para>
+ 		<para>
 -			Build systems MUST NOT overwrite this variable for
 -			child processes to consume if it is already present.
 +			Build systems MUST NOT unset this variable for child
 +			processes if it is already present, or overwrite it with
 +			a lower (less recent) value. They MAY overwrite it with
 +			a higher (more recent) value.
  		</para>
  		<para>
  			Formatting MUST be deferred until runtime if an end

-- 
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