diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-11-14 09:42:47 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-11-14 09:42:47 +0100 |
commit | a2a1f1ace7ba3197921574e4ca63156be9aedab2 (patch) | |
tree | e3f3179197e0e8f4d11ccfc2600f7abebbfccba9 /bin | |
parent | 63581635596789051eaef613b801ad841dd31f77 (diff) | |
download | jenkins.debian.net-a2a1f1ace7ba3197921574e4ca63156be9aedab2.tar.xz |
reprodcucible freebsd: dont try to run 2nd build in future for now
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_freebsd.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/reproducible_freebsd.sh b/bin/reproducible_freebsd.sh index 5deff0a0..e1a039e7 100755 --- a/bin/reproducible_freebsd.sh +++ b/bin/reproducible_freebsd.sh @@ -92,8 +92,8 @@ for FREEBSD_TARGET in ${FREEBSD_TARGETS} ;do set -e # set time forward 398 days - $RSSH "service ntpd stop ; date --set='+398 days' ; date" - echo "$(date) - system is running in the future now." + #$RSSH "sudo service ntpd stop ; sudo date --set='+398 days' ; date" + #echo "$(date) - system is running in the future now." echo "=============================================================================" echo "$(date -u) - Building FreeBSD (branch $FREEBSD_TARGET at ${FREEBSD_VERSION}) - second build run." @@ -117,8 +117,8 @@ for FREEBSD_TARGET in ${FREEBSD_TARGETS} ;do save_freebsd_results b2 # set time back to today - $RSSH "ntpdate pool.ntp.org ; service ntpd start ; service ntpd status ; date" - echo "$(date) - system is running at the current date now." + #$RSSH "sudo ntpdate -b pool.ntp.org ; sudo service ntpd start ; sudo service ntpd status ; date" + #echo "$(date) - system is running at the current date now." # reset environment to default values again export LANG="en_GB.UTF-8" |