[Python-Dev] buildbot (original) (raw)

"Martin v. Löwis" martin at v.loewis.de
Thu Jan 5 23🔞26 CET 2006


Brian Warner wrote:

There was also a patch[1] to add some regexps to svnbuildbot.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/ structure, where we have a /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 Python-Dev mailing list