comparison autobot/template/master/master.cfg @ 278:0f754bf9fd8a

maybe this is only one string...who knows?
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 31 Jul 2012 15:01:49 -0700
parents b19992f78f5c
children b2fd70c76dde
comparison
equal deleted inserted replaced
277:268349e6c941 278:0f754bf9fd8a
131 else: 131 else:
132 recipients = [] 132 recipients = []
133 if fromaddr: 133 if fromaddr:
134 from buildbot.status import mail 134 from buildbot.status import mail
135 m = mail.MailNotifier(fromaddr=fromaddr, 135 m = mail.MailNotifier(fromaddr=fromaddr,
136 mode=["problem"], 136 mode="problem",
137 extraRecipients=recipients, 137 extraRecipients=recipients,
138 sendToInterestedUsers=True) 138 sendToInterestedUsers=True)
139 c['status'].append(m) 139 c['status'].append(m)
140 140
141 # autolog 141 # autolog