[Qa-jenkins-scm] [jenkins.debian.net] 01/01: chroot-installs: lxqt is only available since stretch

Holger Levsen holger at layer-acht.org
Sat Sep 9 11:29:56 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 7ad8be1a1e8db83ca89b5a7b382c7a6aa5c4dc3c
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Sep 9 13:29:52 2017 +0200

    chroot-installs: lxqt is only available since stretch
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 job-cfg/chroot-installation.yaml.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/job-cfg/chroot-installation.yaml.py b/job-cfg/chroot-installation.yaml.py
index 35d3e29..ac60c26 100755
--- a/job-cfg/chroot-installation.yaml.py
+++ b/job-cfg/chroot-installation.yaml.py
@@ -112,6 +112,9 @@ def is_target_in_distro(distro, target):
          # education-services is obsolete since buster…
          elif distro in ('sid', 'buster') and target == 'education-services':
              return False
+         # lxqt is only available since stretch
+         elif distro in ('jessie') and target == 'lxqt':
+             return False
          # education-lang-*, parl-desktop* and design-desktop* packages only exist since stretch
          elif distro in ('jessie') and (target[:15] == 'education-lang-' or target[:12] == 'parl-desktop' or target[:14] == 'design-desktop'):
              return False

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