[Buildbot-devel] Re: [Python-Dev] buildbot

"Martin v. Löwis" martin at v.loewis.de
Thu Jan 5 22:18:26 UTC 2006


Brian Warner wrote:
> There was also a patch[1] to add some regexps to svn_buildbot.py to do this
> kind of branch determination. I haven't been able to review it properly yet,
> but it may give you some ideas.

The patch itself is completely broken. It removes random parts of
svn_buildbot.py, so after applying it, svn_buildbot isn't even
syntactically correct anymore.

However, I adjusted the patch, so it now works fine.
(the other issue was that the regex was not entirely correct:
it assumes a trunk/<project> structure, where we have a
<project>/trunk structure).

So at the moment, I'm quite happy with buildbot. My only wish is that
it would do static pages, rather than being a web server. I set it up
as a reverse proxy (so nobody knows what the port number is, but still).

Regards,
Martin




More information about the devel mailing list