[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: temporarily stop on armhf only

Holger Levsen holger at layer-acht.org
Sun Jun 19 23:38:47 UTC 2016


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 66f5acfff6a919176247d8098bd94f120111f12c
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Jun 20 01:38:11 2016 +0200

    reproducible debian: temporarily stop on armhf only
---
 bin/reproducible_build.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index ac3fc59..ecc8d2a 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -5,8 +5,8 @@
 # released under the GPLv=2
 
 # disable everything
-if true ; then
-	echo -n "temporarily stopping the builds, new debhelper is buggy. sleeping 12h now"
+if [ "$(dpkg --print-architecture)" = "armhf" ] ; then
+	echo -n "temporarily stopping the builds on armhf, new debhelper is buggy, needs investigation… sleeping 12h now…"
 	for i in $(seq 1 12) ; do
 		sleep 1
 		echo -n "."

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