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

Holger Levsen holger at layer-acht.org
Mon Jun 20 08:33:50 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 c0bdc35d9987f4ecfe486146dfadac19535e0b8c
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Jun 20 10:33:16 2016 +0200

    reproducible debian: lets enable armhf again, so that we debug+fix this…
---
 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 82fe1cc..e2f6358 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
 
-# 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…"
+# DONT disable everything
+if false ; then
+	echo -n "temporarily stopping all the builds… 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