-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
24 lines (19 loc) · 780 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# What Is It?
BuildBot Watcher is a [Trac](http://trac.edgewall.org) plugin. It watches a
BuildBot status webserver and incorporates build information into the
standard Trac timeline.
# Prereqs
## For the Trac site
This plugin does not require anything other than Trac 0.11+. It makes use
of the standard Trac CSS classes, so it will theme appropriately.
## For the BuildMaster
For now, you'll need to run a BuildBot using my patched XML-RPC server.
git clone git://github.com/djmitche/buildbot.git buildbot
cd buildbot
git pull git://github.com/rbosetti/buildbot.git
# Installation
Follow the standard fetch, cook, copy procedure:
git clone git://github.com/rbosetti/buildbot.git buildbot
cd buildbot
python setup.py bdist_egg
cp dist/*.egg /path/to/trac/env/plugins