summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-03-10 09:41:40 +0000
committerHolger Levsen <holger@layer-acht.org>2016-04-28 21:52:10 +0200
commitc382ec10d36aa661ebc8e997ffd755dfe8c2aac7 (patch)
tree343048c02d44146e37def962013a26015faa7ca2 /update_jdn.sh
parentcbfb6a03cb32f6bcc7fd0c062fa39da85f278a83 (diff)
downloadjenkins.debian.net-c382ec10d36aa661ebc8e997ffd755dfe8c2aac7.tar.xz
stop mail going out from jenkins-test-vm
Diffstat (limited to 'update_jdn.sh')
-rwxr-xr-xupdate_jdn.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index 27293579..080d72e1 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -193,7 +193,10 @@ if [ -f /etc/debian_version ] ; then
zsh
"
case $HOSTNAME in
- jenkins|jenkins-test-vm|profitbricks-build*) DEBS="$DEBS squid3" ;;
+ jenkins|jenkins-test-vm|profitbricks-build?-amd64) DEBS="$DEBS
+ postfix-pcre
+ squid3"
+ ;;
*) ;;
esac
# needed to run the 2nd reproducible builds nodes in the future...