[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: temporary stop building on arm64

Mattia Rizzolo mattia at debian.org
Wed Mar 14 18:29:25 UTC 2018


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch master
in repository jenkins.debian.net.

commit 40787a07d5073950982b2d8ee921b75089182065
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Wed Mar 14 19:29:17 2018 +0100

    reproducible debian: temporary stop building on arm64
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 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 96acd93..30cedab 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -37,9 +37,9 @@ _log () {
 
 exit_early_if_debian_is_broken() {
 	# debian is fine, thanks
-	if false && [ "$ARCH" = "armhf" ] ; then
-		echo "Temporarily stopping the builds on armhf due to #827724… sleeping 12h now…"
-		for i in $(seq 1 12) ; do
+	if [ "$ARCH" = "arm64" ] ; then
+		echo "Temporarily stopping the builds on arm64 as the build nodes needs updating…"
+		for i in $(seq 1 4) ; do
 			sleep 1h
 			echo "one hour passed…."
 		done

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