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.
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
16 git pull git://github.com/rbosetti/buildbot.git
19 Follow the standard fetch, cook, copy procedure:
21 git clone git://github.com/rbosetti/buildbot.git buildbot
23 python setup.py bdist_egg
24 cp dist/*.egg /path/to/trac/env/plugins