Changes between Version 4 and Version 5 of LuntbuildTracIntegration


Ignore:
Timestamp:
Mar 17, 2015, 5:52:35 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with nolicense

Legend:

Unmodified
Added
Removed
Modified
  • LuntbuildTracIntegration

    v4 v5  
    1 = Integrate Lunbuild into Trac =
     1[[PageOutline(2-5,Contents,pullout)]]
    22
    3 == Description ==
     3= Integrate Luntbuild into Trac
    44
    5 If you use [http://luntbuild.javaforge.com/ Luntbuild] for your continuous integration builds and Trac to monitor your SVN and ticketing, then you're in luck.  This plugin allows Luntbuild events to appear on the Trac timeline.
     5== Description
    66
    7 == Bugs/Feature Requests ==
     7If 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.
     8
     9== Bugs/Feature Requests
    810
    911Existing bugs and feature requests for LuntbuildTracIntegration are
     
    1315[http://trac-hacks.org/newticket?component=LuntbuildTracIntegration&owner=diroussel new ticket].
    1416
    15 == Download ==
     17[[TicketQuery(component=LuntbuildTracIntegration&group=type,format=progress)]]
     18
     19== Download
    1620
    1721Download the zipped source from [download:luntbuildtracintegration here].
    1822
    19 == Source ==
     23== Source
    2024
    2125You can check out LuntbuildTracIntegration from [http://trac-hacks.org/svn/luntbuildtracintegration here] using Subversion, or [source:luntbuildtracintegration browse the source] with Trac.
    2226
    23 == Example ==
     27== Installation
    2428
    25 More coming later...
     29T install this plugin, download the files matching your Trac version, unzip them and run the following:
     30{{{
     31#!sh
     32cd /path/to/LuntbuildTracIntegration
     33python setup.py bdist_egg
     34cp dist/*.egg /path/to/projenv/plugins
     35}}}
    2636
    27 == Recent Changes ==
     37For more info see http://trac.edgewall.org/wiki/TracDev/PluginDevelopment.
     38
     39This plugin has been tested against Luntbuild 1.3.5 and 1.4.0. If the database schema changes in the future, then this plugin may break.
     40
     41== Configuration
     42
     43In order for this plugin to know where to look for your Luntbuild data, add some lines to your `trac.ini` file:
     44
     45{{{
     46#!ini
     47[luntbuild]
     48db_host=localhost      # Mysql hostname where your luntbuild databas lives
     49db_name=luntbuild      # Mysql database name where the luntbuild schema is
     50db_user=luntbuild      # Mysql user used to connect
     51db_password=luntbuild  # Mysql user's password used to connect
     52base_url=/luntbuild    # URL used to link to Luntbuild can be relative or absolute
     53}}}
     54
     55== Recent Changes
    2856
    2957[[ChangeLog(luntbuildtracintegration, 3)]]
    3058
    31 == Author/Contributors ==
     59== Author/Contributors
    3260
    3361'''Author:''' [wiki:diroussel] [[BR]]
    34 '''Maintainer:''' ''none'' [[BR]]
     62'''Maintainer:''' [[Maintainer]] [[BR]]
    3563'''Contributors:'''