summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-04-18 00:19:52 +0200
committerHolger Levsen <holger@layer-acht.org>2014-04-18 00:19:52 +0200
commit4338eae99d4494ba86b398a22247a6bae92f81b7 (patch)
tree9a27551eb85fcec7bb48ec92e6a03062805ab8ed /job-cfg
parentfffff7460269b441da4b824b65fa3c97a4772f61 (diff)
downloadjenkins.debian.net-4338eae99d4494ba86b398a22247a6bae92f81b7.tar.xz
chroot-run.sh: unconditionally install 'build-essential devscripts git' and prepare apt to assume 'yes'
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 1109b9b0..676be7bc 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 install build-essential devscripts git ; 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 ; ./debian/rules build"'
my_description: 'Build the dvswitch git master branch on sid.'