diff options
author | Philip Hands <phil@hands.com> | 2015-06-04 14:18:31 +0100 |
---|---|---|
committer | Philip Hands <phil@hands.com> | 2015-06-04 14:19:52 +0100 |
commit | b1e9054f3b839ba2169db66039318b05a092647a (patch) | |
tree | 4b9e27693336e710d037f50560b7250febce1a09 /job-cfg | |
parent | 744d9c3544c85facbc34e23f50f47d83c0fcc356 (diff) | |
download | jenkins.debian.net-b1e9054f3b839ba2169db66039318b05a092647a.tar.xz |
re-enable IRC notifications for pu builds
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 c258358f..27b85f8e 100755 --- a/job-cfg/d-i.yaml.py +++ b/job-cfg/d-i.yaml.py @@ -325,7 +325,7 @@ data.extend( 'publishers': publ(irc=irc)}} for (n,bdsc,br,trg,irc) in [('d-i-build', 'master branch', 'origin/master', 'H/6 * * * *', 'debian-boot'), - ('d-i-pu-build', 'pu/ branches', 'origin/pu/**' , 'H/10 * * * *', None)]]) + ('d-i-pu-build', 'pu/ branches', 'origin/pu/**' , 'H/10 * * * *', 'debian-boot')]]) data.append( jobspec_svn(key='job-template', |