~adiroiban/+junk/deps

« back to all changes in this revision

Viewing changes to buildbot-0.8.5/contrib/trac/README.md

  • Committer: Adi Roiban
  • Date: 2012-01-17 06:17:46 UTC
  • Revision ID: adi@roiban.ro-20120117061746-b1gwbsd97ukx9lv0
Upgrade to buildbot 0.8.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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.
 
5
 
 
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.
 
10
 
 
11
## For the BuildMaster
 
12
For now, you'll need to run a BuildBot using my patched XML-RPC server.
 
13
 
 
14
        git clone git://github.com/djmitche/buildbot.git buildbot
 
15
        cd buildbot
 
16
        git pull git://github.com/rbosetti/buildbot.git
 
17
 
 
18
# Installation
 
19
Follow the standard fetch, cook, copy procedure:
 
20
 
 
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