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

reproducible Debian: force installation of pbuilder from bpo on ubuntu 16.04

parent fb44311e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -287,9 +287,11 @@ if [ -f /etc/debian_version ] ; then
			*) ;;
		esac
		# install debootstrap from stretch-backports on ubuntu nodes as since 20180927 debootstrap 1.0.78+nmu1ubuntu1.6 cannot install sid anymore
		# we also want the latest pbuilder from bpo on this old ubuntu
		case $HOSTNAME in
			codethink*) DEBS="$DEBS
				debootstrap/stretch-backports" ;;
				debootstrap/stretch-backports
				pbuilder/stretch-backports" ;;
			*) 	;;
		esac
		# install munin from stretch-backports everywhere, except on ubuntu nodes