Changes between Version 25 and Version 26 of TracBuildbotIntegration


Ignore:
Timestamp:
Jun 18, 2015, 12:57:05 PM (9 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracBuildbotIntegration

    v25 v26  
    55== Description
    66
    7 [http://buildbot.net Buildbot] is a simple and highly configurable continuous integration server. This plugin attempts to integrate !BuildBot into Trac.
     7This plugin integrates !BuildBot into Trac. [http://buildbot.net Buildbot] is a simple and highly configurable continuous integration server. Buildbot is written in Python on top of the [https://twistedmatrix.com/trac/ Twisted libraries] and is itself GPL-licensed.
     8
     9See also: BuildbotPlugin
    810
    911== Screenshots
     
    2224
    2325If you have any issues, create a
    24 [/newticket?component=TracBuildbotIntegration&owner=etienne new ticket].
     26[/newticket?component=TracBuildbotIntegration new ticket].
    2527
    2628[[TicketQuery(component=TracBuildbotIntegration&group=type,format=progress)]]
     
    3638=== Buildbot
    3739
    38 You need at least version 0.7.7 of !BuildBot to run this plugin. Download it from [http://buildbot.net buildbot]'s site and follow the installation instructions.
     40You need at least version 0.7.7 of !BuildBot to run this plugin. Download it from [http://buildbot.net Buildbot]'s site and follow the installation instructions.
    3941
    40 === Plugin installation
     42=== Installation steps
    4143
    42 Download [raw-attachment:TracBuildbot-0.1.3-py2.4.egg TracBuildbot-0.1.3-py2.4.egg] and place it in the plugin directory of your trac project. Then add to your `trac.ini` file the url where the waterfall status page of [http://buildbot.net Buildbot] is accessible, for example:
     44Download the Python egg-file and place it in the plugins directory of your Trac project. Then add to your `trac.ini` file the url where the waterfall status page of [http://buildbot.net Buildbot] is accessible:
    4345{{{#!ini
    4446[components]
     
    4749[buildbot]
    4850url = http://localhost:8081
    49 ;number of builds displayed in the builder page
    50 numbuilds=10
     51; number of builds displayed in the builder page
     52numbuilds = 10
    5153}}}
    5254