Commit bf602a83 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible: only install squid on a few nodes

parent f923a9d1
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -279,10 +279,15 @@ if [ -f /etc/debian_version ] ; then
			vim 
			zsh
			"
		# install squid everywhere except on the armhf nodes
		# install squid on a few nodes only
		case $HOSTNAME in
			jenkins|jenkins-test-vm|profitbricks-build*|codethink*) DEBS="$DEBS
				squid
			jenkins|jenkins-test-vm|profitbricks-build1*|profitbricks-build10*) DEBS="$DEBS
				squid" ;;
			*) ;;
		esac
		# notifications are only done from a view nodes
		case $HOSTNAME in
			jenkins|jenkins-test-vm|profitbricks-build*) DEBS="$DEBS
				kgb-client
				python3-yaml" ;;
			*) ;;