[Qa-jenkins-scm] [jenkins.debian.net] 01/01: i'm not actually sure why ffmpeg from jessie ain't sufficient for us, but now it also needs a newer libav-tools…

Holger Levsen holger at moszumanska.debian.org
Fri Dec 11 18:27:01 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit cc4f12e73886f3801f2666ced297c20d0b5d3ffd
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Dec 11 19:26:45 2015 +0100

    i'm not actually sure why ffmpeg from jessie ain't sufficient for us, but now it also needs a newer libav-tools…
---
 update_jdn.sh | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/update_jdn.sh b/update_jdn.sh
index 7c3ef17..4625ea0 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -324,10 +324,14 @@ if [ -f /etc/debian_version ] ; then
 		sudo apt-get install -t jessie-backports \
 				pbuilder
 		#		botch
-		# to vary kernels
+		# for varying kernels
 		if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-amd64" ]; then
 			sudo apt-get install -t jessie-backports linux-image-amd64
 		fi
+		# only needed on the main node
+		if [ "$HOSTNAME" = "jenkins" ] ; then
+			sudo apt-get install -t jessie-backports ffmpeg libav-tools
+		fi
 		explain "packages installed."
 	else
 		explain "no new packages to be installed."

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list