[Python-Dev] Snakebite, buildbot and low hanging fruit -- feedback wanted! (Was Re: SSH access against buildbot boxes)
Georg Brandl
g.brandl at gmx.net
Mon Nov 8 07:39:31 CET 2010
Am 08.11.2010 01:13, schrieb "Martin v. Löwis":
>> I've spent a good bit of time on that, and left all the instructions in
>> the buildbot master config. I also adapted buildbot's hg hook to our
>> situation (e.g. to send a change to multiple masters, as required for
>> the community buildbots), so it should be quite easy to actually
>> switch the buildbots over on migration day.
>
> I'm not sure this is the right way of doing it. AFAICT, hg can have
> multiple handlers for the same hook, e.g. incoming.buildbot and
> incoming.community.
That is true, however it doesn't help you: the hook takes its configuration
from the hgrc file, so you can configure exactly one host:port to send
changes to.
> Furthermore, I believe the community buildbot farm is currently dead,
> and unlikely to come back.
Then it's easy not to use that feature :)
Georg
More information about the Python-Dev
mailing list