[users at bb.net] Looking for help on creating Mercurial repo change hook with Buildbot

Pierre Tardy tardyp at gmail.com
Sat Apr 8 09:26:08 UTC 2017


On Fri, Apr 7, 2017 at 6:58 PM Alvaro Erickson <aerickson at xkl.com> wrote:

> Greetings,
>
> I am using Buildbot version 0.9.1.

Please upgrade. There has been a lot of important fixes since 0.9.1 (not
that I know for your specific problem, though)


> And I am trying to use a Mercurial
> change hook to notify Buildbot of when there is a change in a Mercurial
> meta repository. So, I followed what is written in the Buildbot manual
> for change hooks (URL:
> http://docs.buildbot.net/current/manual/cfg-wwwhooks.html) and the help
> documentation in the hgbuildbot.py script documentation. And here are
> the steps I performed for setting up the change hook (Note: I changed
> the IP address info to protect my project):
>
> 1. Enabling the base dialect in Buildbot's master.cfg by adding the
> following code:
>
> c['www'] = dict(change_hook_dialects={'base': True})
>

Don't you have another line in your master.cfg which configures c['www']?
This would explain 'base' is not configured messages.

Regards,
Pierre
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.buildbot.net/pipermail/users/attachments/20170408/0f3d8bd2/attachment.html>


More information about the users mailing list