Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian QA
jenkins.debian.net
Commits
7c0f992b
Verified
Commit
7c0f992b
authored
Jan 27, 2021
by
Mattia Rizzolo
Browse files
update_jdn: update now that all codethink nodes run bionic
Signed-off-by:
Mattia Rizzolo
<
mattia@debian.org
>
parent
e9a6986b
Changes
1
Hide whitespace changes
Inline
Side-by-side
update_jdn.sh
View file @
7c0f992b
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment