summaryrefslogtreecommitdiffstats
path: root/bin/common-functions.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-06-02 13:28:28 +0200
committerHolger Levsen <holger@layer-acht.org>2017-06-02 13:28:28 +0200
commit5a5ea9f7c7123a299324fd2020e90ef1b43b06f8 (patch)
tree59d2acd4be285defeac1743d6cd55597e087e6e8 /bin/common-functions.sh
parent344e2a492a776601c7e3b1843102d6918ba30cf0 (diff)
downloadjenkins.debian.net-5a5ea9f7c7123a299324fd2020e90ef1b43b06f8.tar.xz
reproducible Debian: add 3 new armhf nodes and pbuilder/schroot-setup jobs for them, thanks to Vagrant for setup+hosting
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/common-functions.sh')
-rwxr-xr-xbin/common-functions.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/common-functions.sh b/bin/common-functions.sh
index 5276145b..8e638dbc 100755
--- a/bin/common-functions.sh
+++ b/bin/common-functions.sh
@@ -106,7 +106,7 @@ else
case $HOSTNAME in
jenkins|jenkins-test-vm|profitbricks-build*)
export MIRROR=http://ftp.de.debian.org/debian ;;
- bbx15|bpi0|cb3*|cbxi4*|hb0|wbq0|odxu4*|odu3*|wbd0|rpi2*|ff2*|ff4*|opi2*|jtk1*|p64*)
+ bbx15|bpi0|cb3*|cbxi4*|hb0|wbq0|odxu4*|odu3*|odc*|wbd0|rpi2*|ff*|ff4*|opi2*|jt?1*|p64*)
export MIRROR=http://ftp.us.debian.org/debian ;;
codethink*)
export MIRROR=http://ftp.uk.debian.org/debian ;;
@@ -120,7 +120,7 @@ else
case $HOSTNAME in
jenkins|jenkins-test-vm|profitbricks-build*|codethink*)
export http_proxy="http://localhost:3128" ;;
- bbx15|bpi0|cb3*|cbxi4*|hb0|wbq0|odxu4*|odu3*|wbd0|rpi2*|ff2*|ff4*|opi2*|jtk1*|p64*)
+ bbx15|bpi0|cb3*|cbxi4*|hb0|wbq0|odxu4*|odu3*|odc*|wbd0|rpi2*|ff*|ff4*|opi2*|jt?1*|p64*)
export http_proxy="http://10.0.0.15:8000/" ;;
spectrum)
export MIRROR=none ;;