summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-04-16 21:23:46 +0200
committerHolger Levsen <holger@layer-acht.org>2014-04-16 21:23:46 +0200
commitc6fb09460fbff4ee9185cc57cbbb355e6882f405 (patch)
treeec54e69e7840ca0549d32507d811ddfde42519bf /job-cfg
parent6c9a814bac7296a224002c88c478ce1c2d83ca67 (diff)
downloadjenkins.debian.net-c6fb09460fbff4ee9185cc57cbbb355e6882f405.tar.xz
dvswitch_against_libav: make install libav from upstream source
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 7a28c0fd..1f998282 100644
--- a/job-cfg/dvswitch.yaml
+++ b/job-cfg/dvswitch.yaml
@@ -87,5 +87,5 @@
- '{name}_against_libav_git':
my_distro: 'sid'
- my_shell: 'debian/rules build ; cd .. ; dpkg -i -O *.deb ; git clone git://anonscm.debian.org/dvswitch/dvswitch.git ; cd dvswitch ; ./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 ; ./debian/rules build'
my_description: 'Build the dvswitch git master branch on sid.'