[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible freebsd: build release/10.1.0 to workaround https://reviews.freebsd.org/D2558

Holger Levsen holger at moszumanska.debian.org
Fri Jul 24 10:02:09 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 04f5e648adf5e6fba8a19e7502c5d0b418ebfc11
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Jul 24 12:01:22 2015 +0200

    reproducible freebsd: build release/10.1.0 to workaround https://reviews.freebsd.org/D2558
---
 bin/reproducible_freebsd.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bin/reproducible_freebsd.sh b/bin/reproducible_freebsd.sh
index 46b8426..8f468d4 100755
--- a/bin/reproducible_freebsd.sh
+++ b/bin/reproducible_freebsd.sh
@@ -34,6 +34,7 @@ save_freebsd_results(){
 #
 # main
 #
+FREEBSD_TARGET="release/10.1.0"
 RSSH="ssh freebsd-jenkins.debian.net"
 TMPBUILDDIR=$($RSSH 'TMPDIR=/srv/workspace/chroots/ mktemp -d -t freebsd')  # FIXME: not used to build on tmpfs
 TMPDIR=$($RSSH 'TMPDIR=/srv/reproducible-results mktemp -d')  # used to compare results
@@ -46,6 +47,7 @@ echo "==========================================================================
 echo "$(date -u) - Cloning the freebsd git repository (which is autosynced with their CVS repository)"
 echo "============================================================================="
 $RSSH git clone https://github.com/freebsd/freebsd.git $TMPBUILDDIR/freebsd
+$RSSH "cd $TMPBUILDDIR/freebsd ; git checkout $FREEBSD_TARGET"
 FREEBSD=$($RSSH "cd $TMPBUILDDIR/freebsd ; git log -1")
 FREEBSD_VERSION=$($RSSH "cd $TMPBUILDDIR/freebsd ; git describe --always")
 echo "This is freebsd $FREEBSD_VERSION."

-- 
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