[Qa-jenkins-scm] [jenkins.debian.net] 01/01: chroot-installation: remove education-desktop-sugar jobs in stretch as the package hasn't migrated back yet
Holger Levsen
holger at moszumanska.debian.org
Mon Apr 27 16:20:07 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit df71f3ab3cf27b4bfaee5b112e65d74013ad3a6d
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Apr 27 18:19:57 2015 +0200
chroot-installation: remove education-desktop-sugar jobs in stretch as the package hasn't migrated back yet
---
job-cfg/chroot-installation.yaml.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/job-cfg/chroot-installation.yaml.py b/job-cfg/chroot-installation.yaml.py
index e62ecb2..c19c748 100755
--- a/job-cfg/chroot-installation.yaml.py
+++ b/job-cfg/chroot-installation.yaml.py
@@ -80,8 +80,8 @@ 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' ):
+ # sugar has been removed from jessie and thus education-desktop-sugar has been removed from jessie and sid - it's also not yet available in stretch again...
+ if (distro == 'sid' or distro == 'jessie' or distro == 'stretch') and ( target == 'education-desktop-sugar' ):
continue
targets_in_distro.append(target)
return targets_in_distro
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list