Build Server Status
Provides an integration of a CruiseControl.rb build server into Trac
It is build for Trac 0.10.3 and was only tested with this version.
How to install
Install like any other trac plugin.
This could be simply done by using the Web-Admin UI.
How to configure
Note: In trac.ini you have to enable the plugin and configure it with the Build Server URL and it’s RSS Feed URL
<pre>
<code>
[components]
buildserverstatus.* = enabled
[buildserverstatus]
server_url = http://myserver.dyndns.org:3333/
rss_url = http://myserver.dyndns.org:3333/projects/MyProject.rss
</code>
</pre>