Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jenkins.debian.net
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
3
Merge Requests
3
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Debian QA
jenkins.debian.net
Commits
093ff284
Commit
093ff284
authored
Nov 14, 2018
by
Holger Levsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
actually install munin-node* from bpo everywhere
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
0c013bbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
11 deletions
+3
-11
update_jdn.sh
update_jdn.sh
+3
-11
No files found.
update_jdn.sh
View file @
093ff284
...
...
@@ -258,6 +258,9 @@ if [ -f /etc/debian_version ] ; then
lsof
molly-guard
moreutils
munin-node/stretch-backports
munin-plugins-core/stretch-backports
munin-plugins-extra/stretch-backports
netcat-traditional
ntp
ntpdate
...
...
@@ -298,17 +301,6 @@ if [ -f /etc/debian_version ] ; then
debootstrap/stretch-backports"
;;
*
)
;;
esac
# install munin from stretch-backports everywhere, except on ubuntu nodes
case
$HOSTNAME
in
codethink
*
)
DEBS
=
"
$DEBS
munin-node
munin-plugins-core
munin-plugins-extra"
;;
*
)
DEBS
=
"
$DEBS
munin-node/stretch-backports
munin-plugins-core/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"
;;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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