Changes between Version 5 and Version 6 of LuntbuildTracIntegration


Ignore:
Timestamp:
Sep 18, 2015, 2:42:40 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • LuntbuildTracIntegration

    v5 v6  
    55== Description
    66
    7 If you are using [http://luntbuild.javaforge.com/ Luntbuild] for your continuous integration builds and Trac to monitor your SVN and ticketing, then this plugin will be of help. This plugin allows Luntbuild events to appear on the Trac timeline.
     7This plugin allows [http://luntbuild.javaforge.com/ Luntbuild] events to appear on the Trac timeline. If you are using Luntbuild for your continuous integration builds and Trac to monitor your SVN and ticketing, then this plugin will be of help.
    88
    99== Bugs/Feature Requests
     
    1313
    1414If you have any issues, create a
    15 [http://trac-hacks.org/newticket?component=LuntbuildTracIntegration&owner=diroussel new ticket].
     15[/newticket?component=LuntbuildTracIntegration new ticket].
    1616
    1717[[TicketQuery(component=LuntbuildTracIntegration&group=type,format=progress)]]
     
    2727== Installation
    2828
    29 T install this plugin, download the files matching your Trac version, unzip them and run the following:
    30 {{{
    31 #!sh
     29To install this plugin, download the files matching your Trac version, unzip them and run the following:
     30{{{ #!sh
    3231cd /path/to/LuntbuildTracIntegration
    3332python setup.py bdist_egg
     
    4140== Configuration
    4241
    43 In order for this plugin to know where to look for your Luntbuild data, add some lines to your `trac.ini` file:
     42For this plugin to know where to look for your Luntbuild data, add some lines to your `trac.ini` file:
    4443
    45 {{{
    46 #!ini
     44{{{ #!ini
    4745[luntbuild]
    48 db_host=localhost      # Mysql hostname where your luntbuild databas lives
    49 db_name=luntbuild      # Mysql database name where the luntbuild schema is
    50 db_user=luntbuild      # Mysql user used to connect
    51 db_password=luntbuild  # Mysql user's password used to connect
    52 base_url=/luntbuild    # URL used to link to Luntbuild can be relative or absolute
     46db_host = localhost      # Mysql hostname where your Luntbuild database lives
     47db_name = luntbuild      # Mysql database name where the Luntbuild schema is
     48db_user = luntbuild      # Mysql user used to connect
     49db_password = luntbuild  # Mysql user's password used to connect
     50base_url = /luntbuild    # URL used to link to Luntbuild can be relative or absolute
    5351}}}
    5452