[Buildbot-devel] integrating buildbot with trac?
Scott Lamb
slamb at slamb.org
Mon Sep 11 16:31:21 UTC 2006
On Sep 10, 2006, at 2:52 PM, Wade Brainerd wrote:
> Hi all, I've been thinking about the possibilities for integrating
> buildbot into Trac (http://trac.edgewall.com/).
Sweet.
> Both are written in Python, but I actually doubt that helps since
> Trac runs under mod_python and buildbot uses Twisted. I think the
> Trac page handler would have to request the page from buildbot
> itself, and then inline that into the resulting webpage. Or
> perhaps there could be some use of frames to allow the page to
> source two different webservers?
I'm not sure you actually need to mix HTML both have made. I think
Buildbot has some support already for inspecting its state over PB
(for the commandline utilities and whatnot). So the sorts of
[buildbot: buildbot-full.status] link you're talking about could be
made without any contact to the buildbot webserver, and the links
back can be made without talking to trac, since it can just know the
URL for a given changelist.
--
Scott Lamb <http://www.slamb.org/>
More information about the devel
mailing list