summaryrefslogtreecommitdiffstats
path: root/job-cfg/chroot-installation.yaml.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-02-15 17:43:20 +0100
committerHolger Levsen <holger@layer-acht.org>2015-02-15 17:44:15 +0100
commit0ecd6f2f4e04c6418449affcc92e9da1599e015a (patch)
treee518b5183a75b0a6b2b22498a081c73e8873f957 /job-cfg/chroot-installation.yaml.py
parent3ae0af9d95b3b4f6bd7e9e4f43f153ff9b40d345 (diff)
downloadjenkins.debian.net-0ecd6f2f4e04c6418449affcc92e9da1599e015a.tar.xz
remove FIXME, it's already listed in TODO
Diffstat (limited to 'job-cfg/chroot-installation.yaml.py')
-rwxr-xr-xjob-cfg/chroot-installation.yaml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/chroot-installation.yaml.py b/job-cfg/chroot-installation.yaml.py
index 4fa2b183..82284523 100755
--- a/job-cfg/chroot-installation.yaml.py
+++ b/job-cfg/chroot-installation.yaml.py
@@ -85,7 +85,7 @@ def get_targets_in_distro(distro, targets):
#
def get_recipients(target):
if target == 'maintainance':
- return 'holger@layer-acht.org' # FIXME: this should be jenkins-maintainers@lists.somewhere
+ return 'holger@layer-acht.org'
elif target == 'haskell':
return 'jenkins+debian-haskell holger@layer-acht.org pkg-haskell-maintainers@lists.alioth.debian.org'
elif target == 'gnome':