Loading update_jdn.sh +6 −0 Original line number Diff line number Diff line Loading @@ -288,6 +288,12 @@ if [ -f /etc/debian_version ] ; then python3-yaml" ;; *) ;; esac # install debootstrap from stretch-backports on ubuntu nodes as since 20180927 debootstrap 1.0.78+nmu1ubuntu1.6 cannot install sid anymore case $HOSTNAME in codethink*) DEBS="$DEBS munin-node/stretch-backports" ;; *) ;; esac # install munin from stretch-backports everywhere, except on ubuntu nodes case $HOSTNAME in codethink*) DEBS="$DEBS Loading Loading
update_jdn.sh +6 −0 Original line number Diff line number Diff line Loading @@ -288,6 +288,12 @@ if [ -f /etc/debian_version ] ; then python3-yaml" ;; *) ;; esac # install debootstrap from stretch-backports on ubuntu nodes as since 20180927 debootstrap 1.0.78+nmu1ubuntu1.6 cannot install sid anymore case $HOSTNAME in codethink*) DEBS="$DEBS munin-node/stretch-backports" ;; *) ;; esac # install munin from stretch-backports everywhere, except on ubuntu nodes case $HOSTNAME in codethink*) DEBS="$DEBS Loading