[Buildbot-devel] Configuring buildbot
Brian Warner
warner at lothar.com
Thu Aug 26 21:28:05 UTC 2004
From: "Fred L. Drake, Jr." <fdrake at acm.org>
>
> At this point, there are still a few things I need to do. Perhaps most
> important is to wire it up to the change messages. I'll need to write a
> parser for the email generated by our Subversion configuration since we're
> not using anyone else's tool for that. And of course I need to set up an
> account with fetchmail to receive that email. ;-)
If you happen to have "line-of-sight" between the SVN server and the
buildmaster, you can use contrib/svn_buildbot.py to inject changes over a TCP
connection. It requires twisted on the SVN server, but then you just add a
commit script to your repository and changes will be delivered with a latency
of a few seconds instead of anywhere up to hours.
May or may not be easier than writing a mail parser and figuring out how to
deliver the messages :)
cheers,
-Brian
More information about the devel
mailing list