From 74ad08136faa03043e19e732b2629350fce25781 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 15 Apr 2015 12:16:42 +0200 Subject: remove education-desktop-sugar related jobs from sid and jessie (see #782504) --- job-cfg/chroot-installation.yaml.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'job-cfg/chroot-installation.yaml.py') diff --git a/job-cfg/chroot-installation.yaml.py b/job-cfg/chroot-installation.yaml.py index 6c5b49a4..87b62531 100755 --- a/job-cfg/chroot-installation.yaml.py +++ b/job-cfg/chroot-installation.yaml.py @@ -77,6 +77,9 @@ def get_targets_in_distro(distro, targets): # qt5, education-desktop-mate and cinnamon weren't in wheezy if distro == 'wheezy' and ( target == 'education-desktop-mate' or target == 'cinnamon' or target == 'qt5' ): continue + # sugar has been removed from jessie and thus education-desktop-sugar has been removed from jessie and sid + if (distro == 'sid' or distro == 'jessie') and ( target == 'education-desktop-sugar' ): + continue targets_in_distro.append(target) return targets_in_distro -- cgit v1.2.3-54-g00ecf