[Buildbot-devel] Trouble wiring up a web hook change source.

Benjamin Andre bandre at lbl.gov
Sat Jun 8 02:21:20 UTC 2013


Thanks for the suggestions. I was able to trace through the log back
to master.addChange() and it looked ok.
Trying a poller change source also failed. After that I traced it back
to the change filter. It looks like

0.8.7p1 :
my_filter = ChangeFilter(branch = None)

git-development:
my_filter = ChangeFilter(branch = "default")

I don't see anything in the doc to suggest that this needed to be
updated, so I'm not sure if it was an undocumented feature, a bug, or
another mistake on my part.

Ben




On Tue, Jun 4, 2013 at 5:54 PM, Dustin J. Mitchell <dustin at v.igoro.us> wrote:
> On Tue, Jun 4, 2013 at 5:37 PM, Benjamin Andre <bandre at lbl.gov> wrote:
>> I'm having the same problem described here. I have a minimal change
>> filter that works fine for a PBChangeSource with 0.8.7p1, but fails to
>> trigger a build with the WebStatus commit hook with git master. Has
>> anyone seen a solution to this?
>
> What are you seeing in your twistd.log?
>
> Dustin




More information about the devel mailing list