diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-02-15 17:43:20 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-02-15 17:44:15 +0100 |
commit | 0ecd6f2f4e04c6418449affcc92e9da1599e015a (patch) | |
tree | e518b5183a75b0a6b2b22498a081c73e8873f957 | |
parent | 3ae0af9d95b3b4f6bd7e9e4f43f153ff9b40d345 (diff) | |
download | jenkins.debian.net-0ecd6f2f4e04c6418449affcc92e9da1599e015a.tar.xz |
remove FIXME, it's already listed in TODO
-rwxr-xr-x | job-cfg/chroot-installation.yaml.py | 2 |
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': |