summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-06-11 13:26:37 +0200
committerHolger Levsen <holger@layer-acht.org>2016-06-11 13:26:37 +0200
commit2fa993d455940ff528c0b5f3390815f90e8697be (patch)
treef9ee11cab362f79d28c2f995452daa8c72be6d9c /update_jdn.sh
parent91bacda06f3c535f5fbd79ea0bc1a226c93b1b5f (diff)
downloadjenkins.debian.net-2fa993d455940ff528c0b5f3390815f90e8697be.tar.xz
reproducible debian: install python3-popcon on jenkins as need by the previous commit
Diffstat (limited to 'update_jdn.sh')
-rwxr-xr-xupdate_jdn.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index 26541c6d..b23dcd0f 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -379,7 +379,7 @@ if [ -f /etc/debian_version ] ; then
if [ "$HOSTNAME" = "jenkins-test-vm" ] ; then
sudo apt-get install -t jessie-backports jenkins-job-builder || echo "this should only fail on the first install"
elif [ "$HOSTNAME" = "jenkins" ] ; then
- sudo apt-get install -t jessie-backports ffmpeg libav-tools jenkins-job-builder
+ sudo apt-get install -t jessie-backports ffmpeg libav-tools python3-popcon jenkins-job-builder
fi
explain "packages installed."
else