[Qa-jenkins-scm] [jenkins.debian.net] 02/02: (if) run system 398 days in future

Holger Levsen holger at moszumanska.debian.org
Thu Nov 12 17:17:29 UTC 2015


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

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 0c8d934f045515a95b770b5dd058c3793229a28c
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Nov 12 18:17:23 2015 +0100

    (if) run system 398 days in future
---
 TODO                                         | 4 ++--
 bin/reproducible_freebsd.sh                  | 4 ++--
 hosts/bpi0-armhf-rb/etc/rc.local             | 2 +-
 hosts/hb0-armhf-rb/etc/rc.local              | 2 +-
 hosts/profitbricks-build3-amd64/etc/rc.local | 2 +-
 hosts/profitbricks-build5-amd64/etc/rc.local | 2 +-
 hosts/profitbricks-build6-amd64/etc/rc.local | 2 +-
 hosts/wbq0-armhf-rb/etc/rc.local             | 2 +-
 8 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/TODO b/TODO
index 3eecab0..fc11b02 100644
--- a/TODO
+++ b/TODO
@@ -132,7 +132,7 @@ This is about Debian, below are more todo entries for other projects…
 *** make maintenance job detect and reschedule logs with: 'E: 10mount: error: Directory '.*' does not exist'
 *** make maintenance job detect and reschedule logs with: '^Bus Error$'
 
-* mention +400 days variation in variation table once this is declared stable
+* mention +398 days variation in variation table once this is declared stable
 * reenable disorderfs setup, check that it *always* unmounts + cleans up nicely
 * diffoscope needs to be run on the target arch... (or rather: run on a 64bit architecture for 64bit architectures and on 32bit for 32 bit archs), this should probably be doable with a simple i386 chroot on the host (so using qemu-static to run it on armhf should not be needed, probably.)
 * on SIGTERM, also ssh to remote host and cleanup there! (via ssh &)
@@ -174,7 +174,7 @@ This is about Debian, below are more todo entries for other projects…
 ** check that /srv/workspace/pbuilder/ is cleaned up properly
 ** right align all numbers in table in the dashboard
 ** do final s#debbindiff#diffoscope#g and s#dbd#ds#g and rename .debbindiff.html+txt files as well as the dbd directories...
-** run pb2-amd64 builder 400 days in the future… (that way we will notice problems soon)
+** run pb2-amd64 builder 398 days in the future… (that way we will notice problems soon)
 *** Acquire::Check-Valid-Until "false" should help, when setting the time to the future
 ** pkg sets related:
 *** fix essential set: currently it only has the ones explicitly marked Essential:yes; they and their dependencies make up the full "essential closure set" (sometimes also called pseudo-essential)
diff --git a/bin/reproducible_freebsd.sh b/bin/reproducible_freebsd.sh
index 21a08ec..5deff0a 100755
--- a/bin/reproducible_freebsd.sh
+++ b/bin/reproducible_freebsd.sh
@@ -91,8 +91,8 @@ for FREEBSD_TARGET in ${FREEBSD_TARGETS} ;do
 	( cleanup_tmpdirs ; echo "$(date -u ) - failed to build FreeBSD (branch $FREEBSD_TARGET at ${FREEBSD_VERSION}) in the first run, stopping" ; continue )
 	set -e
 
-	# set time forward 400 days
-	$RSSH "service ntpd stop ; date --set='+400 days' ; date"
+	# set time forward 398 days
+	$RSSH "service ntpd stop ; date --set='+398 days' ; date"
 	echo "$(date) - system is running in the future now."
 
 	echo "============================================================================="
diff --git a/hosts/bpi0-armhf-rb/etc/rc.local b/hosts/bpi0-armhf-rb/etc/rc.local
index b069e6b..e872143 100755
--- a/hosts/bpi0-armhf-rb/etc/rc.local
+++ b/hosts/bpi0-armhf-rb/etc/rc.local
@@ -21,7 +21,7 @@ systemctl disable systemd-timedated
 systemctl stop systemd-timesyncd
 systemctl stop systemd-timedated
 ntpdate -b de.pool.ntp.org
-date --set="+400 days"
+date --set="+398 days"
 echo "$(date) - system is running in the future now" | mail -s "$(hostname -f) in the future" root
 
 exit 0
diff --git a/hosts/hb0-armhf-rb/etc/rc.local b/hosts/hb0-armhf-rb/etc/rc.local
index b069e6b..e872143 100755
--- a/hosts/hb0-armhf-rb/etc/rc.local
+++ b/hosts/hb0-armhf-rb/etc/rc.local
@@ -21,7 +21,7 @@ systemctl disable systemd-timedated
 systemctl stop systemd-timesyncd
 systemctl stop systemd-timedated
 ntpdate -b de.pool.ntp.org
-date --set="+400 days"
+date --set="+398 days"
 echo "$(date) - system is running in the future now" | mail -s "$(hostname -f) in the future" root
 
 exit 0
diff --git a/hosts/profitbricks-build3-amd64/etc/rc.local b/hosts/profitbricks-build3-amd64/etc/rc.local
index b069e6b..e872143 100755
--- a/hosts/profitbricks-build3-amd64/etc/rc.local
+++ b/hosts/profitbricks-build3-amd64/etc/rc.local
@@ -21,7 +21,7 @@ systemctl disable systemd-timedated
 systemctl stop systemd-timesyncd
 systemctl stop systemd-timedated
 ntpdate -b de.pool.ntp.org
-date --set="+400 days"
+date --set="+398 days"
 echo "$(date) - system is running in the future now" | mail -s "$(hostname -f) in the future" root
 
 exit 0
diff --git a/hosts/profitbricks-build5-amd64/etc/rc.local b/hosts/profitbricks-build5-amd64/etc/rc.local
index 12753f7..d3b00d7 100755
--- a/hosts/profitbricks-build5-amd64/etc/rc.local
+++ b/hosts/profitbricks-build5-amd64/etc/rc.local
@@ -18,7 +18,7 @@ systemctl disable systemd-timedated
 systemctl stop systemd-timesyncd
 systemctl stop systemd-timedated
 ntpdate -b de.pool.ntp.org
-date --set="+400 days"
+date --set="+398 days"
 echo "$(date) - system is running in the future now" | mail -s "$(hostname -f) in the future" root
 
 exit 0
diff --git a/hosts/profitbricks-build6-amd64/etc/rc.local b/hosts/profitbricks-build6-amd64/etc/rc.local
index b069e6b..e872143 100755
--- a/hosts/profitbricks-build6-amd64/etc/rc.local
+++ b/hosts/profitbricks-build6-amd64/etc/rc.local
@@ -21,7 +21,7 @@ systemctl disable systemd-timedated
 systemctl stop systemd-timesyncd
 systemctl stop systemd-timedated
 ntpdate -b de.pool.ntp.org
-date --set="+400 days"
+date --set="+398 days"
 echo "$(date) - system is running in the future now" | mail -s "$(hostname -f) in the future" root
 
 exit 0
diff --git a/hosts/wbq0-armhf-rb/etc/rc.local b/hosts/wbq0-armhf-rb/etc/rc.local
index b069e6b..e872143 100755
--- a/hosts/wbq0-armhf-rb/etc/rc.local
+++ b/hosts/wbq0-armhf-rb/etc/rc.local
@@ -21,7 +21,7 @@ systemctl disable systemd-timedated
 systemctl stop systemd-timesyncd
 systemctl stop systemd-timedated
 ntpdate -b de.pool.ntp.org
-date --set="+400 days"
+date --set="+398 days"
 echo "$(date) - system is running in the future now" | mail -s "$(hostname -f) in the future" root
 
 exit 0

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list