[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: enable armhf builds again

Holger Levsen holger at layer-acht.org
Mon Jun 20 12:27:22 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 e0c92ee6ac3ba08b2b7574e90ccd280399ff81fe
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Jun 20 14:26:46 2016 +0200

    reproducible debian: enable armhf builds again
---
 bin/reproducible_build.sh | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 21ad9b0..8b540f4 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -14,9 +14,8 @@ common_init "$@"
 set -e
 
 exit_early_if_debian_is_broken() {
-	# disable everything until #827724 is fixed
-	# (it would be very nice to query udd to see if this bug is fixed and then automatically enable again…)
-	if [ "$ARCH" = "armhf" ] ; then
+	# debian is fine, thanks
+	if false && [ "$ARCH" = "armhf" ] ; then
 		echo -n "temporarily stopping the builds on armhf due to #827724… sleeping 12h now…"
 		for i in $(seq 1 12) ; do
 			sleep 1h

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