summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-29 23:08:23 +0100
committerHolger Levsen <holger@layer-acht.org>2014-10-29 23:08:23 +0100
commit4e007ab62d1051d2ebaf661e72aeb0792c7c8b7d (patch)
tree064f86b0c086c08b470b55c1d04dfaf15f0f9e3b /job-cfg
parent60a9a048d734043119be55e0a4dc5034c63860d0 (diff)
downloadjenkins.debian.net-4e007ab62d1051d2ebaf661e72aeb0792c7c8b7d.tar.xz
dvswitch: drop wheezy job, its broken and noone will fix it
Diffstat (limited to 'job-cfg')
-rw-r--r--job-cfg/dvswitch.yaml13
1 files changed, 1 insertions, 12 deletions
diff --git a/job-cfg/dvswitch.yaml b/job-cfg/dvswitch.yaml
index 243cc8a2..8e14be86 100644
--- a/job-cfg/dvswitch.yaml
+++ b/job-cfg/dvswitch.yaml
@@ -30,13 +30,6 @@
- job-template:
defaults: dvswitch
- name: '{name}_wheezy'
- publishers:
- - email:
- recipients: 'jenkins+dvswitch holger@layer-acht.org dvswitch-maint@debian.org'
-
-- job-template:
- defaults: dvswitch
name: '{name}_jessie'
publishers:
- email:
@@ -81,11 +74,7 @@
my_distro: 'jessie'
my_shell: 'debian/rules build'
my_description: 'Build the dvswitch git master branch on jessie.'
- my_trigger: 'dvswitch_wheezy'
- - '{name}_wheezy':
- my_distro: 'wheezy backports'
- my_shell: 'debian/rules build'
- my_description: 'Build the dvswitch git master branch on wheezy (+backports).'
+ my_trigger: ''
- '{name}_against_libav_git':
my_distro: 'sid'
my_shell: '"apt-get -y build-dep dvswitch libav ; ./configure --enable-shared --disable-static ; 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"'