summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-04-17 11:30:39 +0200
committerHolger Levsen <holger@layer-acht.org>2014-04-17 11:30:39 +0200
commit8ce58073ecfc61c17c1ea1460583622c041e470e (patch)
treec432779b0f75d4af373d036de85c555d5d64b5df /job-cfg
parentb44b17d07449d79c8bdc213316b61cbbf5b7bcbe (diff)
downloadjenkins.debian.net-8ce58073ecfc61c17c1ea1460583622c041e470e.tar.xz
dvswitch.yaml: run everything in that chroot
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 beeffe78..17b99338 100644
--- a/job-cfg/dvswitch.yaml
+++ b/job-cfg/dvswitch.yaml
@@ -87,5 +87,5 @@
- '{name}_against_libav_git':
my_distro: 'sid'
- my_shell: 'apt-get -y build-dep dvswitch libav ; apt-get -y install yasm ; ./configure ; make ; make install ; cd .. ; 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.'