From 4a141a6fa5b8c15335be4bd175c81e22e58f99c7 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 3 Jun 2015 11:05:42 +0200 Subject: d-i: disable irc notifications the ugly way --- job-cfg/d-i.yaml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf