Verified Commit 7c0f992b authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

update_jdn: update now that all codethink nodes run bionic



Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent e9a6986b
...@@ -322,14 +322,12 @@ if [ -f /etc/debian_version ] ; then ...@@ -322,14 +322,12 @@ if [ -f /etc/debian_version ] ; then
zsh zsh
" "
case $HOSTNAME in case $HOSTNAME in
codethink10*)
# munin-node from buster-backports requires init-system-helpers>=1.54
# which is available in bionic-backports, we only need to convince apt
DEBS="$DEBS init-system-helpers/bionic-backports"
;&
codethink*) codethink*)
# the apt_preferences(5) file will cause some packages to come # the apt_preferences(5) file will cause some packages to come
# from Debian backports # from Debian backports
# munin-node from buster-backports requires init-system-helpers>=1.54
# which is available in bionic-backports, we only need to convince apt
DEBS="$DEBS init-system-helpers/bionic-backports"
;; ;;
*) # not available in Ubuntu 16.04: *) # not available in Ubuntu 16.04:
DEBS="$DEBS DEBS="$DEBS
......
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