summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_freebsd.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-11-12 18:17:23 +0100
committerHolger Levsen <holger@layer-acht.org>2015-11-12 18:17:23 +0100
commit0c8d934f045515a95b770b5dd058c3793229a28c (patch)
tree143dac2562547e8776c6f3ce001250cf1468f594 /bin/reproducible_freebsd.sh
parent765ee9d24f25d790dbfb2294ff76b103beb730a6 (diff)
downloadjenkins.debian.net-0c8d934f045515a95b770b5dd058c3793229a28c.tar.xz
(if) run system 398 days in future
Diffstat (limited to 'bin/reproducible_freebsd.sh')
-rwxr-xr-xbin/reproducible_freebsd.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_freebsd.sh b/bin/reproducible_freebsd.sh
index 21a08ec3..5deff0a0 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 "============================================================================="