[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] common-functions: support hosts with new uncommon naming scheme
Holger Levsen (@holger)
gitlab at salsa.debian.org
Thu Jan 26 18:35:44 GMT 2023
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
840dc8da by Holger Levsen at 2023-01-26T19:35:30+01:00
common-functions: support hosts with new uncommon naming scheme
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/common-functions.sh
Changes:
=====================================
bin/common-functions.sh
=====================================
@@ -1,7 +1,7 @@
#!/bin/bash
# vim: set noexpandtab:
-# Copyright 2014-2022 Holger Levsen <holger at layer-acht.org>
+# Copyright 2014-2023 Holger Levsen <holger at layer-acht.org>
# © 2018 Mattia Rizzolo <mattia at mapreri.org>
# released under the GPLv2
@@ -112,7 +112,7 @@ else
if [ "${MIRROR+x}" != "x" ] ; then
case $HOSTNAME in
- jenkins|ionos*|osuosl*|snapshot)
+ jenkins|ionos*|osuosl*|snapshot|reproducible*)
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 ;;
@@ -141,7 +141,7 @@ else
export http_proxy="http://10.0.0.15:3142/" ;;
spectrum)
export http_proxy="http://127.0.0.1:3128" ;;
- snapshot) : ;;
+ snapshot|reproducible*) : ;;
warren) : ;; # warren is mattia's laptop
*)
echo "unsupported host, exiting." ; exit 1 ;;
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/840dc8da9ab74b9f5426fa22d6a84a4cf762461e
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/840dc8da9ab74b9f5426fa22d6a84a4cf762461e
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/20230126/a0f8a893/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list