comparison autobot/template/master/master.cfg @ 287:3a4b11d4fdf0

more hogwash
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 25 Feb 2013 16:46:32 -0800
parents 555c1c54be75
children 8bc0160993a2
comparison
equal deleted inserted replaced
286:555c1c54be75 287:3a4b11d4fdf0
145 irc = config.master.get('irc', '') 145 irc = config.master.get('irc', '')
146 if '@' in irc and config.master['channels']: 146 if '@' in irc and config.master['channels']:
147 nick, irc_host = irc.split('@', 1) 147 nick, irc_host = irc.split('@', 1)
148 if nick and irc_host: 148 if nick and irc_host:
149 c['status'].append(words.IRC(host=irc_host, nick=nick, allowForce=False, 149 c['status'].append(words.IRC(host=irc_host, nick=nick, allowForce=False,
150 events={'success': 1, 150 events={'failure': 1,
151 'exception': 1,
151 }, 152 },
152 channels=config.master['channels'])) 153 channels=config.master['channels']))
153 154
154 # email notification; see 155 # email notification; see
155 # http://buildbot.net/buildbot/docs/latest/reference/buildbot.status.mail.MailNotifier-class.html 156 # http://buildbot.net/buildbot/docs/latest/reference/buildbot.status.mail.MailNotifier-class.html