summaryrefslogtreecommitdiffstats
path: root/job-cfg/d-i.yaml.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-06-03 11:05:42 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-03 11:05:42 +0200
commit4a141a6fa5b8c15335be4bd175c81e22e58f99c7 (patch)
tree546a85d2a27ddf33843f2331b089bea85b123994 /job-cfg/d-i.yaml.py
parent1bd58348d51adda421776998bf808eceedc6c8a1 (diff)
downloadjenkins.debian.net-4a141a6fa5b8c15335be4bd175c81e22e58f99c7.tar.xz
d-i: disable irc notifications the ugly way
Diffstat (limited to 'job-cfg/d-i.yaml.py')
-rwxr-xr-xjob-cfg/d-i.yaml.py2
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