diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-04-15 01:27:36 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-04-15 01:27:36 +0200 |
commit | 7e2eeb1906fb58dc5732f42604628ad945603415 (patch) | |
tree | d63737b31c105755118b196b93e50a01bcaab342 /job-cfg | |
parent | dd02ba46ef2fe267942cccb4973ca613ec396888 (diff) | |
download | jenkins.debian.net-7e2eeb1906fb58dc5732f42604628ad945603415.tar.xz |
chroot-run.sh: support backports in a less hackish way
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/lintian-tests.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/job-cfg/lintian-tests.yaml b/job-cfg/lintian-tests.yaml index ca3fd33e..8b3dd383 100644 --- a/job-cfg/lintian-tests.yaml +++ b/job-cfg/lintian-tests.yaml @@ -67,7 +67,7 @@ my_shell: 'debian/rules runtests' my_description: 'Debian/Lintian testsuite running on jessie.' - '{name}_wheezy': - my_distro: 'wheezy+backports' + my_distro: 'wheezy backports' my_shell: 'debian/rules runtests' - my_description: 'Debian/Lintian testsuite running on wheezy.' + my_description: 'Debian/Lintian testsuite running on wheezy (+backports).' |