Loading update_jdn.sh +9 −2 Original line number Diff line number Diff line Loading @@ -301,8 +301,6 @@ if [ -f /etc/debian_version ] ; then lsof molly-guard moreutils munin-node/stretch-backports munin-plugins-extra/stretch-backports netcat-traditional ntp ntpdate Loading Loading @@ -331,6 +329,15 @@ if [ -f /etc/debian_version ] ; then python3-yaml" ;; *) ;; esac # install munin from stretch-backports everywhere, except on ubuntu nodes case $HOSTNAME in codethink*) DEBS="$DEBS munin-node munin-plugins-extra" ;; *) DEBS="$DEBS munin-node/stretch-backports munin-plugins-extra/stretch-backports" ;; esac # needed to run the 2nd reproducible builds nodes in the future... case $HOSTNAME in profitbricks-build4-amd64|profitbricks-build5-amd64|profitbricks-build6-i386|profitbricks-build15-amd64|profitbricks-build16-i386) DEBS="$DEBS ntpdate" ;; Loading Loading
update_jdn.sh +9 −2 Original line number Diff line number Diff line Loading @@ -301,8 +301,6 @@ if [ -f /etc/debian_version ] ; then lsof molly-guard moreutils munin-node/stretch-backports munin-plugins-extra/stretch-backports netcat-traditional ntp ntpdate Loading Loading @@ -331,6 +329,15 @@ if [ -f /etc/debian_version ] ; then python3-yaml" ;; *) ;; esac # install munin from stretch-backports everywhere, except on ubuntu nodes case $HOSTNAME in codethink*) DEBS="$DEBS munin-node munin-plugins-extra" ;; *) DEBS="$DEBS munin-node/stretch-backports munin-plugins-extra/stretch-backports" ;; esac # needed to run the 2nd reproducible builds nodes in the future... case $HOSTNAME in profitbricks-build4-amd64|profitbricks-build5-amd64|profitbricks-build6-i386|profitbricks-build15-amd64|profitbricks-build16-i386) DEBS="$DEBS ntpdate" ;; Loading