diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-12-05 16:38:04 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-12-05 16:40:58 +0100 |
commit | 822f48ef5a5d27293a491b7923a5711f9dd4fcda (patch) | |
tree | 5ff20d319ec7f116e4c704887b087d2e0508ea72 /job-cfg | |
parent | 5389b608d065167780d97f490d9379aa8fa0ed38 (diff) | |
download | jenkins.debian.net-822f48ef5a5d27293a491b7923a5711f9dd4fcda.tar.xz |
chroot-installations: add new jobs for testing the cinnamon desktop
Diffstat (limited to 'job-cfg')
-rwxr-xr-x | job-cfg/chroot-installation.yaml.py | 4 |
1 files changed, 4 insertions, 0 deletions
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', |