summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-08-22 17:27:29 -0700
committerHolger Levsen <holger@layer-acht.org>2014-08-22 17:27:52 -0700
commit2ea500995ff2822bf57b61cc8299d313b5cd0b92 (patch)
treefb640cc6333ccdd123104f16def8de3a2911c3f8 /job-cfg
parentde74af287c72b6c93ddcd8be30d55cc56427922a (diff)
downloadjenkins.debian.net-2ea500995ff2822bf57b61cc8299d313b5cd0b92.tar.xz
dvswitch: remove libavcodec-dev and libavutil-dev
Diffstat (limited to 'job-cfg')
-rw-r--r--job-cfg/dvswitch.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/dvswitch.yaml b/job-cfg/dvswitch.yaml
index fd0c5d33..da34b54e 100644
--- a/job-cfg/dvswitch.yaml
+++ b/job-cfg/dvswitch.yaml
@@ -88,5 +88,5 @@
my_description: 'Build the dvswitch git master branch on wheezy (+backports).'
- '{name}_against_libav_git':
my_distro: 'sid'
- my_shell: '"apt-get -y build-dep dvswitch libav ; ./configure ; make ; make install ; cd .. ; git clone git://anonscm.debian.org/dvswitch/dvswitch.git ; cd dvswitch ; mk-build-deps -ir ; ./debian/rules build"'
+ my_shell: '"apt-get -y build-dep dvswitch libav ; ./configure ; make ; make install ; cd .. ; git clone git://anonscm.debian.org/dvswitch/dvswitch.git ; cd dvswitch ; mk-build-deps -ir ; apt-get -y remove libavcodec-dev libavutil-dev ; ./debian/rules build"'
my_description: 'Build the dvswitch git master branch on sid.'