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
68cc7acc
Commit
68cc7acc
authored
Oct 11, 2017
by
Holger Levsen
Browse files
run 'apt-get clean' after installing packages as we use apt-get, not apt
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
41d40de9
Changes
1
Hide whitespace changes
Inline
Side-by-side
update_jdn.sh
View file @
68cc7acc
...
@@ -512,6 +512,7 @@ if [ -f /etc/debian_version ] ; then
...
@@ -512,6 +512,7 @@ if [ -f /etc/debian_version ] ; then
elif
[
"
$HOSTNAME
"
=
"jenkins"
]
;
then
elif
[
"
$HOSTNAME
"
=
"jenkins"
]
;
then
$UP2DATE
||
sudo
apt-get
install
ffmpeg libav-tools python3-popcon jenkins-job-builder dose-extra
$UP2DATE
||
sudo
apt-get
install
ffmpeg libav-tools python3-popcon jenkins-job-builder dose-extra
fi
fi
sudo
apt-get clean
explain
"packages installed."
explain
"packages installed."
else
else
explain
"no new packages to be installed."
explain
"no new packages to be installed."
...
...
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