Contents
Integration of the Buildbot continuous integration server into Trac
Description
Buildbot is a simple and highly configurable continuous integration server. This plugin attempts to integrate it into Trac
Screenshots
Main page
Builder page
Bugs/Feature Requests
Existing bugs and feature requests for TracBuildbotIntegration are here.
If you have any issues, create a new ticket.
Installation
Buildbot
You need at least version 0.7.7 of buildbot to run this plugin. Download it from buildbot's site and follow installation instructions.
Plugin installation
Download TracBuildbot-0.1.3-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 Buildbot is accessible, for example.
[components] buildbot.* = enabled [buildbot] url = http://localhost:8081 ;number of builds displayed in the builder page numbuilds=10
Source
Version 0.1.3 is available for download http://trac-hacks.org/changeset/5398/tracbuildbotintegration/tags/0.1.3?old_path=%2F&format=zip
You can check out TracBuildbotIntegration from here using Subversion, or browse the source with Trac.
Recent Changes
[5398] by etienne on 03/24/09 15:06:17
Tag version 0.1.3
[5397] by etienne on 03/24/09 15:02:20
New version 0.1.3 with genshi and a few additions
[3427] by etienne on 03/31/08 15:38:20
Use Genshi instead of ClearSilver?. This version will only work with version 0.11 of Trac
[3355] by etienne on 03/13/08 17:47:52
version 0.1.2
Author/Contributors
Author: etienne e.ti.n.pierre_AT_gmail.com
Maintainer: etienne e.ti.n.pierre_AT_gmail.com
Contributors:
Attachments
- TracBuildbot-0.1.0-py2.4.egg (8.5 kB) -
Version 0.1 of TracBuildbot?
, added by etienne on 02/29/08 14:01:53. - TracBuildbot-0.1.0.tar.gz (5.4 kB) -
Version 0.1 of TracBuildbot? (sources)
, added by etienne on 02/29/08 14:08:16. - TracBuildbot-0.1.1-py2.4.egg (8.9 kB) -
Version 0.1.1 of TracBuildbot?
, added by etienne on 03/13/08 11:45:38. - TracBuildbot-0.1.1.tar.gz (5.6 kB) -
Version 0.1.1 of TracBuildbot? (sources)
, added by etienne on 03/13/08 11:45:57. - screenshot_mainpage.png (20.9 kB) -
Screenshot of the main page
, added by etienne on 03/13/08 12:13:54. - screenshot_builder.png (22.5 kB) -
Screenshot of a builder page
, added by etienne on 03/13/08 12:14:12. - TracBuildbot-0.1.2-py2.4.egg (9.0 kB) -
Version 0.1.2 of TracBuildbot?
, added by etienne on 03/13/08 17:50:37. - TracBuildbot-0.1.2.tar.gz (5.7 kB) -
Version 0.1.2 of TracBuildbot? (sources)
, added by etienne on 03/13/08 17:50:55. - TracBuildbot-0.1.3-py2.4.egg (10.8 kB) -
Version 0.1.3 of TracBuildbot? for python2.3
, added by etienne on 03/24/09 15:08:26.



