From 53a3b5846737b9a3f42ae8b040545d706a134c1c Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 5 Dec 2014 17:11:45 +0100 Subject: chroot-installations: notify pkg-gnome-maintainers@l.a.d.o on gnome failures --- job-cfg/chroot-installation.yaml.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'job-cfg/chroot-installation.yaml.py') diff --git a/job-cfg/chroot-installation.yaml.py b/job-cfg/chroot-installation.yaml.py index a6519dda..90d98983 100755 --- a/job-cfg/chroot-installation.yaml.py +++ b/job-cfg/chroot-installation.yaml.py @@ -88,6 +88,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 == 'gnome': + return 'jenkins+debian-qa pkg-gnome-maintainers@lists.alioth.debian.org holger@layer-acht.org' elif target == 'cinnamon': return 'jenkins+debian-cinnamon pkg-cinnamon-team@lists.alioth.debian.org holger@layer-acht.org' elif target[:3] == 'kde' or target[:2] == 'qt': -- cgit v1.2.3-54-g00ecf