diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-23 10:08:37 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-23 10:08:37 +0200 |
commit | 239376a2df01d41106d34bdc1eb26a5cf4e1ae53 (patch) | |
tree | 6bdd465838089361fb3f2ca4113e3b48bdbd608c /bin | |
parent | bbc7e44fd215538aff947c652235305c88474fbf (diff) | |
download | jenkins.debian.net-239376a2df01d41106d34bdc1eb26a5cf4e1ae53.tar.xz |
Revert "reproducible: give debbindiff an hour, not just 15m, to analyze"
This reverts commit bbc7e44fd215538aff947c652235305c88474fbf.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 11a05a76..3d3d5f0a 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -154,7 +154,7 @@ else # write locks are only done by the schroot setup job touch $DBDCHROOT_READLOCK fi - ( timeout 1h 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} + ( 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} RESULT=$? set +x set -e |