[Buildbot-devel] mail notifier issue

Charles Lepple clepple at gmail.com
Fri Nov 16 13:31:21 UTC 2012


On Nov 16, 2012, at 4:39 AM, Gerd Hoffmann wrote:

> Now I wanna send out build failure notifications.  Notifications should
> go to a specific email address per branch, i.e. failures in master to
> the mailing list, failures in my private development branches only to me.

I've only played MailNotifiers in the context of SVN, so what follows is all conjecture.

Can you set up several SingleBranchSchedulers with full email addresses in the 'owner' properties per branch/scheduler, then use a function in the MailNotifier's lookup argument to somehow remove the addresses coming from the commits? I could see this working if you tagged the owner address with something odd like a double '@' (or something else that wouldn't appear in a commit's email address), then stripped that out in the lookup function. This assumes that there is a valid null email address that you can return in place of the committer's email address.

-- 
Charles Lepple
clepple at gmail







More information about the devel mailing list