summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-12-22 20:25:34 +0100
committerHolger Levsen <holger@layer-acht.org>2016-12-22 20:25:34 +0100
commit683f48302fa6188dcb49bbbcdfeac83ecef9a43c (patch)
treed123c24a4e0b4a2b83bd44a2ada04d73b07ebdd9 /update_jdn.sh
parent67699e0c7e3923bf05c5823fa33bc6088f59938c (diff)
downloadjenkins.debian.net-683f48302fa6188dcb49bbbcdfeac83ecef9a43c.tar.xz
reproducible Debian: add arm64 to tested architectures, thanks to codethink.co.uk providing us with 8 moonshot arm64 sleds
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'update_jdn.sh')
-rwxr-xr-xupdate_jdn.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index 4ba40942..5e491307 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -275,7 +275,7 @@ if [ -f /etc/debian_version ] ; then
"
# install squid everywhere except on the armhf nodes
case $HOSTNAME in
- jenkins|jenkins-test-vm|profitbricks-build*) DEBS="$DEBS
+ jenkins|jenkins-test-vm|profitbricks-build*|codethink*) DEBS="$DEBS
squid3
kgb-client
python3-yaml" ;;