[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible arch: define TIMEOUT

Holger Levsen holger at moszumanska.debian.org
Fri Oct 16 16:40: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 3852dd6d585ccbdcfa2371fd15fe6f229781cdec
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Oct 16 18:39:15 2015 +0200

    reproducible arch: define TIMEOUT
---
 bin/reproducible_build_arch_pkg.sh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/bin/reproducible_build_arch_pkg.sh b/bin/reproducible_build_arch_pkg.sh
index beff2d6..f93bfce 100755
--- a/bin/reproducible_build_arch_pkg.sh
+++ b/bin/reproducible_build_arch_pkg.sh
@@ -154,7 +154,12 @@ fi
 #
 SRCPACKAGE=sudo
 build_rebuild
+# run diffoscope on the results
+TIMEOUT="30m"
+DIFFOSCOPE="$(schroot --directory /tmp -c source:jenkins-reproducible-${DBDSUITE}-diffoscope diffoscope -- --version 2>&1)"
+echo "$(date -u) - Running $DIFFOSCOPE now..."
 call_diffoscope archlinux $SRCPACKAGE
+# publish page
 if [ -f $TMPDIR/archlinux/$SRCPACKAGE.html ] ; then
 	cp $TMPDIR/archlinux/$SRCPACKAGE.html $BASE/archlinux
 	echo "$(date -u) - $REPRODUCIBLE_URL/archlinux/$SRCPACKAGE.html updated."

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