diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-02-26 20:19:25 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-02-26 20:20:01 +0100 |
commit | f232afccd9dd7b6486b047a9842de39ef25d201c (patch) | |
tree | ebdc7a82ca7878b0978bd7fee8da2f96b669422c /bin | |
parent | 597524798ac35028caf4f4b80b4177f11b44d636 (diff) | |
download | jenkins.debian.net-f232afccd9dd7b6486b047a9842de39ef25d201c.tar.xz |
reproducible: rename job r_setup_schroot to r_setup_schroot_sid_debbindiff and the schroot accordingly, to jenkins-reproducible-sid-debbindiff
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 5e22f664..8dd1065c 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -64,8 +64,8 @@ call_debbindiff() { # write locks are only done by the schroot setup job touch $DBDCHROOT_READLOCK fi - echo "$(date) - $(schroot --directory /tmp -c source:jenkins-reproducible-sid debbindiff -- --version) will be used to compare the two builds now." | tee -a ${RBUILDLOG} - ( timeout 15m schroot --directory /tmp -c source:jenkins-reproducible-sid debbindiff -- --html $TMPDIR/${LOGFILE} $TMPDIR/b1/${SRCPACKAGE}_${EVERSION}_amd64.changes $TMPDIR/b2/${SRCPACKAGE}_${EVERSION}_amd64.changes ) 2>&1 >> ${RBUILDLOG} + echo "$(date) - $(schroot --directory /tmp -c source:jenkins-reproducible-sid-debbindiff debbindiff -- --version) will be used to compare the two builds now." | tee -a ${RBUILDLOG} + ( timeout 15m schroot --directory /tmp -c source:jenkins-reproducible-sid-debbindiff debbindiff -- --html $TMPDIR/${LOGFILE} $TMPDIR/b1/${SRCPACKAGE}_${EVERSION}_amd64.changes $TMPDIR/b2/${SRCPACKAGE}_${EVERSION}_amd64.changes ) 2>&1 >> ${RBUILDLOG} RESULT=$? set +x set -e |