[Qa-jenkins-scm] [jenkins.debian.net] 01/01: chroot-installation: drop tests for education-desktop-sugar (despite sugar is back in stable, I doubt we'll add back education-desktop-sugar to Debian Edu)

Holger Levsen holger at layer-acht.org
Wed Jun 21 13:17:42 UTC 2017


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 2c594fc250daf216d4ca89d5c287f04e9ae792b2
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Jun 21 15:17:32 2017 +0200

    chroot-installation: drop tests for education-desktop-sugar (despite sugar is back in stable, I doubt we'll add back education-desktop-sugar to Debian Edu)
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 job-cfg/chroot-installation.yaml.py | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/job-cfg/chroot-installation.yaml.py b/job-cfg/chroot-installation.yaml.py
index a193441..73a83db 100755
--- a/job-cfg/chroot-installation.yaml.py
+++ b/job-cfg/chroot-installation.yaml.py
@@ -55,7 +55,6 @@ all_targets = [
    'education-desktop-lxde',
    'education-desktop-mate',
    'education-desktop-other',
-   'education-desktop-sugar',
    'education-desktop-xfce',
    'education-development',
    'education-electronics',
@@ -100,11 +99,8 @@ all_targets = [
 # not all packages are available in all distros
 #
 def is_target_in_distro(distro, target):
-         # sugar has been removed from jessie and thus education-desktop-sugar has been removed from jessie and sid...
-         if distro in ('sid', 'jessie', 'stretch') and target == 'education-desktop-sugar':
-             return False
          # education-ltsp-server and education-roaming-workstation are only availble since stretch…
-         elif distro in ('jessie') and target in ('education-ltsp-server', 'education-roaming-workstation'):
+         if distro in ('jessie') and target in ('education-ltsp-server', 'education-roaming-workstation'):
              return False
          # education-thin-client-server is obsolete since stretch…
          elif distro in ('sid', 'buster') and target == 'education-thin-client-server':

-- 
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