[Buildbot-devel] Adding 'committer' to InterestedUsers

Dustin J. Mitchell dustin at v.igoro.us
Sun Jul 10 14:28:30 UTC 2011


On Sat, Jul 9, 2011 at 4:22 AM, David Engster <deng at randomsample.de> wrote:
> I'm using the buildbot.py post-merge script for git; in this script, the
> 'author' is used as the person responsible for the change and inserted
> into 'who'. Is it possible to also add the committer, so that he is also
> notified through the MailNotifier when using sendToInterestedUsers=True,
> or is Buildbot actually fixed to exactly *one* person responsible for a
> code change?

At this point, the change's "who" field is limited to one address, so
I think the best you could do easily is to change the code so that it
inserts teh committer there rather than the author.

If you want to dig into the code, it would be great to change that.
Derek Hurley is working on adding more general support for users to
Buildbot, so this may be a good time to make that modification.

Dustin




More information about the devel mailing list