[[PageOutline(2-5,Contents,pullout)]] = 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 !BuildBot into Trac. == Screenshots === Main page [[Image(screenshot_mainpage.png)]] === Builder page [[Image(screenshot_builder.png)]] == Bugs/Feature Requests Existing bugs and feature requests for TracBuildbotIntegration are [query:status!=closed&component=TracBuildbotIntegration&order=priority here]. If you have any issues, create a [/newticket?component=TracBuildbotIntegration&owner=etienne new ticket]. [[TicketQuery(component=TracBuildbotIntegration&group=type,format=progress)]] == Source Version 0.1.3 is available for [download:/tracbuildbotintegration/tags/0.1.3 download]. You can check out TracBuildbotIntegration from [http://trac-hacks.org/svn/tracbuildbotintegration/trunk/ here] using Subversion, or [source:tracbuildbotintegration browse the source] with Trac. == Installation === Buildbot You need at least version 0.7.7 of !BuildBot to run this plugin. Download it from [http://buildbot.net buildbot]'s site and follow the installation instructions. === Plugin installation Download [raw-attachment:TracBuildbot-0.1.3-py2.4.egg TracBuildbot-0.1.3-py2.4.egg] and place it in the plugin directory of your trac project. Then add to your `trac.ini` file the url where the waterfall status page of [http://buildbot.net Buildbot] is accessible, for example: {{{#!ini [components] buildbot.* = enabled [buildbot] url = http://localhost:8081 ;number of builds displayed in the builder page numbuilds=10 }}} == Recent Changes [[ChangeLog(/tracbuildbotintegration,3)]] == Author/Contributors '''Author:''' [wiki:etienne] e.ti.n.pierre_AT_gmail.com[[BR]] '''Maintainer:''' [[Maintainer]][[BR]] '''Contributors:'''