Hi,

Attached is the following:

  commit 60bb20a43218c6ac4b95fd7971026ac0ba5ce682
  Author: Chris Lamb <la...@debian.org>
  Date:   Tue Nov 15 11:25:28 2016 +0000
  
      Build even further in the future to catch more non-determinstic behaviour.
      
       * Ensure that more bytes of a year changes (eg. 2016->2017 vs. 
2026->2027)
      
       * Catch FTBFS within the lifetime of the stable release.
      
       * -days 3650 is quite common when generating certicates, so we catch 
FTBFS
         this way.
      
      Signed-off-by: Chris Lamb <la...@debian.org>
  
   update_jdn.sh | 2 +-
   1 file changed, 1 insertion(+), 1 deletion(-)


You can also merge from the "build-further-in-future" branch of
https://github.com/lamby/jenkins.debian.net if that is more convenient.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
From 60bb20a43218c6ac4b95fd7971026ac0ba5ce682 Mon Sep 17 00:00:00 2001
From: Chris Lamb <la...@debian.org>
Date: Tue, 15 Nov 2016 11:25:28 +0000
Subject: [PATCH] Build even further in the future to catch more
 non-determinstic behaviour.

 * Ensure that more bytes of a year changes (eg. 2016->2017 vs. 2026->2027)

 * Catch FTBFS within the lifetime of the stable release.

 * -days 3650 is quite common when generating certicates, so we catch FTBFS
   this way.

Signed-off-by: Chris Lamb <la...@debian.org>
---
 update_jdn.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/update_jdn.sh b/update_jdn.sh
index 6356c90..c4b5468 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -720,7 +720,7 @@ explain "$(date) - finished deployment."
 case $HOSTNAME in
 	# set time back to the future
 	profitbricks-build4-amd64|profitbricks-build5-amd64|profitbricks-build6-i386|profitbricks-build15-amd64|profitbricks-build16-i386)
-		sudo date --set="+398 days +6 hours + 23 minutes"
+		sudo date --set="+3980 days +6 hours + 23 minutes"
 		;;
 	jenkins)
 		# notify irc
-- 
2.10.2

_______________________________________________
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

Reply via email to