[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reprodcucible freebsd: dont try to run 2nd build in future for now
Holger Levsen
holger at moszumanska.debian.org
Sat Nov 14 08:42:59 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 a2a1f1ace7ba3197921574e4ca63156be9aedab2
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Nov 14 09:42:47 2015 +0100
reprodcucible freebsd: dont try to run 2nd build in future for now
---
TODO | 3 +--
bin/reproducible_freebsd.sh | 8 ++++----
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/TODO b/TODO
index 6c292fd..d1ccd8e 100644
--- a/TODO
+++ b/TODO
@@ -245,19 +245,18 @@ This is about Debian, below are more todo entries for other projects…
* add credit for logo/artwork
* build more archs (http://downloads.openwrt.org/chaos_calmer/15.05-rc1/ lists many to choose from)
* incorporate popular third-party ("external feeds") packages?
-* file dbd bug about crashing on certain squashfs files
* explain status in plain english
* use disorderfs for 2nd build?
==== reproducible NetBSD
-* announce on their list
* explain status in plain english
** MKREPRO is set to "yes"
* use disorderfs for 2nd build?
==== reproducible FreeBSD
+* run 2nd build 398 days in future
* useful improvements:
** investigate how to use tmpfs on freebsd and build there
** find a way to be informed about updates and keep it updated
diff --git a/bin/reproducible_freebsd.sh b/bin/reproducible_freebsd.sh
index 5deff0a..e1a039e 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"
--
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