[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] Switch armhf nodes to use deb.debian.org.
Vagrant Cascadian (@vagrant)
gitlab at salsa.debian.org
Sun Apr 9 19:47:05 BST 2023
Vagrant Cascadian pushed to branch master at Debian QA / jenkins.debian.net
Commits:
8f039c43 by Vagrant Cascadian at 2023-04-09T11:44:58-07:00
Switch armhf nodes to use deb.debian.org.
Squid is no longer used as a backend proxy, and apt-cacher-ng should
handle it correctly.
- - - - -
1 changed file:
- bin/common-functions.sh
Changes:
=====================================
bin/common-functions.sh
=====================================
@@ -115,7 +115,10 @@ else
jenkins|ionos*|osuosl*)
export MIRROR=http://cdn-fastly.deb.debian.org/debian ;;
cbxi4*|wbq0|ff*|jt?1*|virt32[a-z]|virt64[a-z])
- export MIRROR=http://cdn-fastly.deb.debian.org/debian ;;
+ # armhf nodes are not using squid as a backend, so use
+ # deb.debian.org which should be handled correctly by
+ # apt-cacher-ng.
+ export MIRROR=http://deb.debian.org/debian ;;
codethink*)
export MIRROR=http://cdn-fastly.deb.debian.org/debian ;;
warren) # warren is mattia's laptop
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/8f039c4322a1394fc0845a4843ca5a971308ebec
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/8f039c4322a1394fc0845a4843ca5a971308ebec
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/20230409/6ebc9fd9/attachment.htm>
More information about the Qa-jenkins-scm
mailing list