summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-11-07 20:35:41 +0100
committerHolger Levsen <holger@layer-acht.org>2016-11-07 20:35:41 +0100
commitd6aa80990e8e630ba821cb289bd9fe5100028058 (patch)
tree43c9a4d147e18022d00e660519aae52e8602a8c1 /update_jdn.sh
parent22bfe3a580b312d0261d0a0402a4643bf03fedc3 (diff)
downloadjenkins.debian.net-d6aa80990e8e630ba821cb289bd9fe5100028058.tar.xz
reproducible Debian: use dose-extra from jessie-backports, thanks josch
Diffstat (limited to 'update_jdn.sh')
-rwxr-xr-xupdate_jdn.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index 62506164..d3ea9f36 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -366,7 +366,6 @@ if [ -f /etc/debian_version ] ; then
cron-apt
csvtool
dnsmasq-base
- dose-extra
dstat
figlet
flex
@@ -461,7 +460,7 @@ if [ -f /etc/debian_version ] ; then
if [ "$HOSTNAME" = "jenkins-test-vm" ] ; then
$UP2DATE || sudo apt-get install -t jessie-backports jenkins-job-builder || echo "this should only fail on the first install"
elif [ "$HOSTNAME" = "jenkins" ] ; then
- $UP2DATE || sudo apt-get install -t jessie-backports ffmpeg libav-tools python3-popcon jenkins-job-builder
+ $UP2DATE || sudo apt-get install -t jessie-backports ffmpeg libav-tools python3-popcon jenkins-job-builder dose-extra
fi
explain "packages installed."
else