[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible maintenance: Check proxy against the actual mirror used.
Vagrant Cascadian (@vagrant)
gitlab at salsa.debian.org
Tue Jun 13 16:58:34 BST 2023
Vagrant Cascadian pushed to branch master at Debian QA / jenkins.debian.net
Commits:
08be9120 by Vagrant Cascadian at 2023-06-13T08:57:28-07:00
reproducible maintenance: Check proxy against the actual mirror used.
- - - - -
1 changed file:
- bin/reproducible_maintenance.sh
Changes:
=====================================
bin/reproducible_maintenance.sh
=====================================
@@ -165,9 +165,9 @@ fi
# check for working proxy
#
echo "$(date -u) - testing whether the proxy works..."
-curl http://www.debian.org > /dev/null
+curl $MIRROR > /dev/null
if [ $? -ne 0 ] ; then
- echo "Error: curl http://www.debian.org failed, probably the proxy is down for $HOSTNAME"
+ echo "Error: curl $MIRROR failed, probably the proxy is down for $HOSTNAME"
exit 1
fi
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/08be91209473e27c4ad2cbd63fd7a7af21bd0152
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/08be91209473e27c4ad2cbd63fd7a7af21bd0152
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/20230613/4f76d7f6/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list