[Qa-jenkins-scm] [jenkins.debian.net] 01/01: Revert "reproducible debian: temporary stop building on arm64"
Mattia Rizzolo
mattia at debian.org
Thu Mar 15 00:57:46 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 bdf378e366d9401f7dbab6b777168f80be4e98ee
Author: Mattia Rizzolo <mattia at debian.org>
Date: Thu Mar 15 01:57:30 2018 +0100
Revert "reproducible debian: temporary stop building on arm64"
This reverts commit 40787a07d5073950982b2d8ee921b75089182065.
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 30cedab..96acd93 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 [ "$ARCH" = "arm64" ] ; then
- echo "Temporarily stopping the builds on arm64 as the build nodes needs updating…"
- for i in $(seq 1 4) ; do
+ 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
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