Changes between Version 9 and Version 10 of TracBuildbotIntegration


Ignore:
Timestamp:
Mar 13, 2008, 10:59:59 AM (16 years ago)
Author:
Etienne PIERRE
Comment:

Add instructions to get a patched version of buildbot

Legend:

Unmodified
Added
Removed
Modified
  • TracBuildbotIntegration

    v9 v10  
    1414
    1515== Installation ==
     16=== Buildbot Patch ===
     17Current release of buildbot (0.7.6) lacks a few xmlrpc functions needed by this plugin, which have been added in the CVS version. You will need a patched version of Buildbot (it only changes one file). You can either get the patch out of ticket number 195 of buildbot (http://buildbot.net/trac/ticket/195), download the file via [http://buildbot.net/trac/attachment/ticket/195/xmlrpc.diff?format=raw xmlrpc.diff] and apply it to your buildbot sources, by doing :
     18{{{
     19$ tar zxf buildbot-0.7.6.tar.gz
     20$ cd buildbot-0.7.6
     21$ patch -p1 < ../xmlrpc.diff
     22}}}
     23You can then follow buildbot's installation instructions.
     24
     25=== Plugin installation ===
    1626Download [http://trac-hacks.org/attachment/wiki/TracBuildbotIntegration/TracBuildbot-0.1.1-py2.4.egg?format=raw TracBuildbot-0.1.1-py2.4.egg] and place it in the plugin directory of your trac project. Then add to your trac.ini the url where the waterfall status page of [http://buildbot.net Buildbot] is accessible, for example.
    1727
     
    2636You can check out TracBuildbotIntegration from [http://trac-hacks.org/svn/tracbuildbotintegration/trunk/ here] using Subversion, or [source:tracbuildbotintegration browse the source] with Trac.
    2737
    28 == Recent Changes ==
    29 
    30 [[ChangeLog(tracbuildbotintegration, 3)]]
    31 
    3238== Author/Contributors ==
    3339