From d5c8be4c3ed5d98d5d2014442322abf71c4b5fcb Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 5 Jun 2016 12:45:54 +0200 Subject: chroot-installs: add Debian Edu jessie tests to the edu_stable view --- job-cfg/chroot-installation.yaml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'job-cfg') diff --git a/job-cfg/chroot-installation.yaml.py b/job-cfg/chroot-installation.yaml.py index 958dd549..45f074f9 100755 --- a/job-cfg/chroot-installation.yaml.py +++ b/job-cfg/chroot-installation.yaml.py @@ -112,7 +112,7 @@ def get_view(target, distro): if target == 'haskell': return 'haskell' elif target[:10] == 'education-': - if distro in ('wheezy'): + if distro in ('wheezy', 'jessie'): return 'edu_stable' else: return 'edu_devel' -- cgit v1.2.3-54-g00ecf