Revert "xmlrpc_getLastBuilds now returns the correct number of builds when the curren...
[buildbot.git] / contrib / trac / README.md
blob115d9332b12d56568271001e32fd70d5a88d1e72
1 # What Is It?
2 BuildBot Watcher is a [Trac](http://trac.edgewall.org) plugin. It watches a
3 BuildBot status webserver and incorporates build information into the
4 standard Trac timeline.
6 # Prereqs
7 ## For the Trac site
8 This plugin does not require anything other than Trac 0.11+. It makes use
9 of the standard Trac CSS classes, so it will theme appropriately.
11 ## For the BuildMaster
12 For now, you'll need to run a BuildBot using my patched XML-RPC server.
14         git clone git://github.com/djmitche/buildbot.git buildbot
15         cd buildbot
16         git pull git://github.com/rbosetti/buildbot.git
18 # Installation
19 Follow the standard fetch, cook, copy procedure:
21         git clone git://github.com/rbosetti/buildbot.git buildbot
22         cd buildbot
23         python setup.py bdist_egg
24         cp dist/*.egg /path/to/trac/env/plugins