<div dir="ltr"><br><br><div class="gmail_quote"><div dir="ltr">On Fri, Apr 7, 2017 at 6:58 PM Alvaro Erickson <<a href="mailto:aerickson@xkl.com">aerickson@xkl.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Greetings,<br class="gmail_msg">
<br class="gmail_msg">
I am using Buildbot version 0.9.1.</blockquote><div>Please upgrade. There has been a lot of important fixes since 0.9.1 (not that I know for your specific problem, though)</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> And I am trying to use a Mercurial<br class="gmail_msg">
change hook to notify Buildbot of when there is a change in a Mercurial<br class="gmail_msg">
meta repository. So, I followed what is written in the Buildbot manual<br class="gmail_msg">
for change hooks (URL:<br class="gmail_msg">
<a href="http://docs.buildbot.net/current/manual/cfg-wwwhooks.html" rel="noreferrer" class="gmail_msg" target="_blank">http://docs.buildbot.net/current/manual/cfg-wwwhooks.html</a>) and the help<br class="gmail_msg">
documentation in the hgbuildbot.py script documentation. And here are<br class="gmail_msg">
the steps I performed for setting up the change hook (Note: I changed<br class="gmail_msg">
the IP address info to protect my project):<br class="gmail_msg">
<br class="gmail_msg">
1. Enabling the base dialect in Buildbot's master.cfg by adding the<br class="gmail_msg">
following code:<br class="gmail_msg">
<br class="gmail_msg">
c['www'] = dict(change_hook_dialects={'base': True})<br class="gmail_msg"></blockquote><div><br></div><div>Don't you have another line in your master.cfg which configures c['www']?</div><div>This would explain 'base' is not configured messages.</div><div><br></div><div>Regards,</div><div>Pierre</div></div></div>