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
efbe90df
Commit
efbe90df
authored
Feb 27, 2019
by
Holger Levsen
Browse files
reproducible Debian: osuosl173 rebuilder: install needed dependencies
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
ebfd7577
Changes
1
Hide whitespace changes
Inline
Side-by-side
update_jdn.sh
View file @
efbe90df
...
@@ -283,6 +283,11 @@ if [ -f /etc/debian_version ] ; then
...
@@ -283,6 +283,11 @@ if [ -f /etc/debian_version ] ; then
vim
vim
zsh
zsh
"
"
# needed for rebuilding Debian (using .buildinfo files)
case
$HOSTNAME
in
osuosl-build173-amd64
)
DEBS
=
"
$DEBS
libdpkg-perl libwww-mechanize-perl sbuild"
;;
*
)
;;
esac
# install squid on a few nodes only
# install squid on a few nodes only
case
$HOSTNAME
in
case
$HOSTNAME
in
profitbricks-build1-a
*
|
profitbricks-build10
*
|
codethink-sled16
*
|
osuosl-build167
*
)
DEBS
=
"
$DEBS
profitbricks-build1-a
*
|
profitbricks-build10
*
|
codethink-sled16
*
|
osuosl-build167
*
)
DEBS
=
"
$DEBS
...
@@ -573,6 +578,15 @@ if ! $UP2DATE || [ $BASEDIR/hosts/$HOSTNAME/etc/munin -nt $STAMP ] ; then
...
@@ -573,6 +578,15 @@ if ! $UP2DATE || [ $BASEDIR/hosts/$HOSTNAME/etc/munin -nt $STAMP ] ; then
# this is a hack to work around (rare) problems with restarting munin-node...
# this is a hack to work around (rare) problems with restarting munin-node...
sudo
service munin-node restart
||
sudo
service munin-node restart
||
sudo
service munin-node restart
sudo
service munin-node restart
||
sudo
service munin-node restart
||
sudo
service munin-node restart
fi
fi
# add some users to groups after packages have been installed
if
!
$UP2DATE
;
then
case
$HOSTNAME
in
osuosl-build173-amd64
)
sudo
adduser jenkins sbuild
;;
*
)
;;
esac
fi
# finally
explain
"packages configured."
explain
"packages configured."
#
#
...
...
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