From c3e29ffc5dd8985e51e3ebafb7269a8e771c5124 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 14 Apr 2014 16:13:13 +0200 Subject: Revert "simplify lintian job definition" This reverts commit ce967f0dbc81254f6c426cf77332c34ab9f4d58b. --- job-cfg/lintian-tests.yaml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'job-cfg/lintian-tests.yaml') diff --git a/job-cfg/lintian-tests.yaml b/job-cfg/lintian-tests.yaml index 354c5ace..4d9360dd 100644 --- a/job-cfg/lintian-tests.yaml +++ b/job-cfg/lintian-tests.yaml @@ -53,13 +53,17 @@ - project: name: lintian-tests - distro: - - sid - - jessie - - wheezy jobs: - - '{name}_{distro}': - my_distro: '{distro}' + - '{name}_sid': + my_distro: 'sid' my_shell: 'debian/rules runtests' - my_description: 'Debian/Lintian testsuite running on {distro}.' + my_description: 'Debian/Lintian testsuite running on sid.' + - '{name}_jessie': + my_distro: 'jessie' + my_shell: 'debian/rules runtests' + my_description: 'Debian/Lintian testsuite running on jessie.' + - '{name}_wheezy': + my_distro: 'wheezy+backports' + my_shell: 'debian/rules runtests' + my_description: 'Debian/Lintian testsuite running on wheezy.' -- cgit v1.2.3-70-g09d2