= Integration of the Buildbot continuous integration server into trac = == Description == [http://buildbot.net Buildbot] is a simple and highly configurable continuous integration server. This plugin attempts to integrate it into Trac == Bugs/Feature Requests == Existing bugs and feature requests for TracBuildbotIntegration are [report:9?COMPONENT=TracBuildbotIntegration here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=TracBuildbotIntegration&owner=etienne new ticket]. == Installation == === Buildbot Patch === Current release of buildbot (0.7.6) lacks a few xmlrpc functions needed by this plugin, which have been added in the CVS version. You will need a patched version of Buildbot (it only changes one file). You can either get the patch out of ticket number 195 of buildbot (http://buildbot.net/trac/ticket/195), download the file via [http://buildbot.net/trac/attachment/ticket/195/xmlrpc.diff?format=raw xmlrpc.diff] and apply it to your buildbot sources, by doing : {{{ $ tar zxf buildbot-0.7.6.tar.gz $ cd buildbot-0.7.6 $ patch -p1 < ../xmlrpc.diff }}} You can then follow buildbot's installation instructions. === Plugin installation === Download [http://trac-hacks.org/attachment/wiki/TracBuildbotIntegration/TracBuildbot-0.1.1-py2.4.egg?format=raw TracBuildbot-0.1.1-py2.4.egg] and place it in the plugin directory of your trac project. Then add to your trac.ini the url where the waterfall status page of [http://buildbot.net Buildbot] is accessible, for example. [buildbot] [[BR]] url = http://localhost:8081 == Source == Version 0.1.1 is available for download [http://trac-hacks.org/attachment/wiki/TracBuildbotIntegration/TracBuildbot-0.1.1.tar.gz?format=raw TracBuildbot-0.1.1.tar.gz] You can check out TracBuildbotIntegration from [http://trac-hacks.org/svn/tracbuildbotintegration/trunk/ here] using Subversion, or [source:tracbuildbotintegration browse the source] with Trac. == Author/Contributors == '''Author:''' [wiki:etienne] [[BR]] '''Contributors:'''