Verified Commit 09cc555f authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

also use apt_preferences(5) to install the newer debootstrap in the ubuntu nodes



Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent 54b83328
...@@ -6,6 +6,12 @@ Package: munin-node munin-plugins-core munin-plugins-extra munin-common ...@@ -6,6 +6,12 @@ Package: munin-node munin-plugins-core munin-plugins-extra munin-common
Pin: release o=Debian Backports Pin: release o=Debian Backports
Pin-Priority: 990 Pin-Priority: 990
# install a newer debootstrap as since 20180927 debootstrap 1.0.78+nmu1ubuntu1.6 cannot install sid anymore
# also, pbuilder requires debootstrap >= 1.0.97
Package: debootstrap
Pin: release o=Debian Backports
Pin-Priority: 990
Package: * Package: *
Pin: release o=Debian Backports Pin: release o=Debian Backports
Pin-Priority: -1 Pin-Priority: -1
......
...@@ -323,10 +323,9 @@ if [ -f /etc/debian_version ] ; then ...@@ -323,10 +323,9 @@ if [ -f /etc/debian_version ] ; then
" "
case $HOSTNAME in case $HOSTNAME in
codethink*) codethink*)
# install debootstrap from stretch-backports on ubuntu nodes as since 20180927 debootstrap 1.0.78+nmu1ubuntu1.6 cannot install sid anymore # the apt_preferences(5) file will cause some packages to come
DEBS="$DEBS # from Debian backports
debootstrap/stretch-backports ;
" ;;
*) # not available in Ubuntu 16.04: *) # not available in Ubuntu 16.04:
DEBS="$DEBS DEBS="$DEBS
ripgrep ripgrep
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment