Changes between Version 15 and Version 16 of TracBuildbotIntegration


Ignore:
Timestamp:
Apr 24, 2008, 9:28:01 AM (16 years ago)
Author:
anonymous
Comment:

nicer to read example

Legend:

Unmodified
Added
Removed
Modified
  • TracBuildbotIntegration

    v15 v16  
    2626=== Plugin installation ===
    2727Download [/attachment/wiki/TracBuildbotIntegration/TracBuildbot-0.1.2-py2.4.egg?format=raw TracBuildbot-0.1.2-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.
    28 
     28{{{
    2929[buildbot]
    30 [[BR]]
    3130url = http://localhost:8081
     31}}}
    3232
    3333== Source ==