diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-06-11 13:26:37 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-06-11 13:26:37 +0200 |
commit | 2fa993d455940ff528c0b5f3390815f90e8697be (patch) | |
tree | f9ee11cab362f79d28c2f995452daa8c72be6d9c | |
parent | 91bacda06f3c535f5fbd79ea0bc1a226c93b1b5f (diff) | |
download | jenkins.debian.net-2fa993d455940ff528c0b5f3390815f90e8697be.tar.xz |
reproducible debian: install python3-popcon on jenkins as need by the previous commit
-rwxr-xr-x | update_jdn.sh | 2 |
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 |