[Buildbot-devel] sending mail failure
Jickae Davis
jickaed at gmail.com
Fri Jul 17 09:33:57 UTC 2009
I want to realize such a mail-sending strategy:
-once build and test steps fail, send mail;
-the mail includes the specific error info;
-the mail will be sent to all the coders that have made changes on codes;
My corresponding fragment in master.cfg is :
from buildbot.status.mail import MailNotifier
mn=MailNotifier(fromaddr=xxxxx at yyyyyyyy.org,lookup="yyyyyyyy.org")
c['status'].append(mn)
But, I didn't find any mail sent out, and the blamelist is also empty:
Blamelist: no responsible users
how to fix that?????
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20090717/ee0ffcab/attachment.html>
More information about the devel
mailing list