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 _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com