[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible: fail hard if curl www.debian.org fails
Holger Levsen
gitlab at salsa.debian.org
Sat Sep 22 13:48:00 BST 2018
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
76c0abd2 by Holger Levsen at 2018-09-22T12:47:40Z
reproducible: fail hard if curl www.debian.org fails
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- bin/reproducible_maintenance.sh
- jenkins-home/offline_nodes
Changes:
=====================================
bin/reproducible_maintenance.sh
=====================================
@@ -107,8 +107,8 @@ fi
echo "$(date -u) - testing whether the proxy works..."
curl http://www.debian.org > /dev/null
if [ $? -ne 0 ] ; then
- echo "Warning: curl http://www.debian.org failed, probably the proxy is down for $HOSTNAME…"
- DIRTY=true
+ echo "Error: curl http://www.debian.org failed, probably the proxy is down for $HOSTNAME"
+ exit 1
fi
echo "$(date -u) - updating the schroots and pbuilder now..."
=====================================
jenkins-home/offline_nodes
=====================================
@@ -3,3 +3,4 @@
# as offline in the jenkins UI.
jtk1b-armhf-rb.debian.net
+ff64a-armhf-rb.debian.net
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/76c0abd2442c2a860259cff88e755c9f3444b49b
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/76c0abd2442c2a860259cff88e755c9f3444b49b
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20180922/6628b188/attachment.html>
More information about the Qa-jenkins-scm
mailing list