Loading update_jdn.sh +3 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
update_jdn.sh +3 −1 Original line number Diff line number Diff line Loading @@ -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 Loading