[Qa-jenkins-scm] [jenkins.debian.net] 01/02: Revert "reproducible debian: lets enable armhf again, so that we debug+fix this…"

Holger Levsen holger at layer-acht.org
Mon Jun 20 09:28:45 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 61ab869eed27848b4867fbc029f2c068eecb7837
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Jun 20 11:22:26 2016 +0200

    Revert "reproducible debian: lets enable armhf again, so that we debug+fix this…"
    
    This reverts commit c0bdc35d9987f4ecfe486146dfadac19535e0b8c.
---
 bin/reproducible_build.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index e2f6358..82fe1cc 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -4,9 +4,9 @@
 #         © 2015-2016 Mattia Rizzolo <mattia at mapreri.org>
 # released under the GPLv=2
 
-# DONT disable everything
-if false ; then
-	echo -n "temporarily stopping all the builds… sleeping 12h now…"
+# disable everything
+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 1h
 		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