diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-06-03 11:05:42 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-03 11:05:42 +0200 |
commit | 4a141a6fa5b8c15335be4bd175c81e22e58f99c7 (patch) | |
tree | 546a85d2a27ddf33843f2331b089bea85b123994 /job-cfg | |
parent | 1bd58348d51adda421776998bf808eceedc6c8a1 (diff) | |
download | jenkins.debian.net-4a141a6fa5b8c15335be4bd175c81e22e58f99c7.tar.xz |
d-i: disable irc notifications the ugly way
Diffstat (limited to 'job-cfg')
-rwxr-xr-x | job-cfg/d-i.yaml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/d-i.yaml.py b/job-cfg/d-i.yaml.py index 817d24d3..28457b57 100755 --- a/job-cfg/d-i.yaml.py +++ b/job-cfg/d-i.yaml.py @@ -210,7 +210,7 @@ def publ(fmt=None,trigger=False): {'logparser': {'parse-rules': '/srv/jenkins/logparse/debian-installer.rules', 'unstable-on-warning': 'true', 'fail-on-error': 'true'}}, - {'email': {'recipients': 'jenkins+debian-boot qa-jenkins-scm@lists.alioth.debian.org'}}]) + {'email': {'recipients': 'jenkins+debian-bot qa-jenkins-scm@lists.alioth.debian.org'}}]) if fmt != None: p.append({'archive': {'artifacts': fmt + '/**/*.*', 'latest_only': True}}) return p |