From ee814d3e47e0322b75c8f3134805a11ad84ea80b Mon Sep 17 00:00:00 2001 From: Philip Hands Date: Mon, 3 Aug 2015 15:48:00 +0100 Subject: Revert "disable irc notifications for d-i_build* jobs due to gcc5 transition" This reverts commit 6d3833d1085aafe17aed2d4c26982694ebe92d51. --- job-cfg/d-i.yaml.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/job-cfg/d-i.yaml.py b/job-cfg/d-i.yaml.py index d49e88ee..15b7fa1d 100755 --- a/job-cfg/d-i.yaml.py +++ b/job-cfg/d-i.yaml.py @@ -324,8 +324,8 @@ data.extend( 'logrotate': lr(90), 'publishers': publ(irc=irc)}} for (n,bdsc,br,trg,irc) - in [('d-i-build', 'master branch', 'origin/master', 'H/6 * * * *', ''), # irc should be 'debian-boot' but disabled due to gcc5 transition - ('d-i-pu-build', 'pu/ branches', 'origin/pu/**' , 'H/10 * * * *', '')]]) # same + in [('d-i-build', 'master branch', 'origin/master', 'H/6 * * * *', 'debian-boot'), + ('d-i-pu-build', 'pu/ branches', 'origin/pu/**' , 'H/10 * * * *', 'debian-boot')]]) data.append( jobspec_svn(key='job-template', -- cgit v1.2.3-70-g09d2