From 822f48ef5a5d27293a491b7923a5711f9dd4fcda Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 5 Dec 2014 16:38:04 +0100 Subject: chroot-installations: add new jobs for testing the cinnamon desktop --- bin/chroot-installation.sh | 2 ++ job-cfg/chroot-installation.yaml.py | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index fd03964d..17acdc17 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -161,6 +161,8 @@ if [ "$2" != "" ] ; then ;; kde-full) install_packages kde kde-full kde-standard desktop-base ;; + cinnamon) install_packages cinnamon cinnamon-core cinnamon-desktop-environment desktop-base + ;; xfce) install_packages xfce xfce4 desktop-base ;; lxde) install_packages lxde lxde desktop-base diff --git a/job-cfg/chroot-installation.yaml.py b/job-cfg/chroot-installation.yaml.py index f859f735..8fc93158 100755 --- a/job-cfg/chroot-installation.yaml.py +++ b/job-cfg/chroot-installation.yaml.py @@ -25,6 +25,7 @@ targets = """ gnome kde kde-full + cinnamon lxde xfce full_desktop @@ -85,6 +86,8 @@ def get_recipients(target): return 'holger@layer-acht.org' # FIXME: this should be jenkins-maintainers@lists.somewhere elif target == 'haskell': return 'jenkins+debian-haskell holger@layer-acht.org pkg-haskell-maintainers@lists.alioth.debian.org' + elif target[:8] == 'cinnamon': + return 'jenkins+debian-cinnamon pkg-cinnamon-team@lists.alioth.debian.org holger@layer-acht.org' elif target[:10] == 'education-': return 'jenkins+debian-edu debian-edu-commits@lists.alioth.debian.org' else: @@ -113,6 +116,7 @@ spoken_names = {} spoken_names = { 'gnome': 'GNOME', 'kde': 'KDE plasma desktop', 'kde-full': 'complete KDE desktop', + 'cinnamon': 'Cinnamon', 'lxde': 'LXDE', 'xfce': 'Xfce', 'full_desktop': 'four desktop environments and the most commonly used applications and packages', -- cgit v1.2.3-70-g09d2