wiki:LuntbuildTracIntegration

Integrate Luntbuild into Trac

Notice: This plugin is unmaintained and available for adoption.

Description

This plugin allows Luntbuild events to appear on the Trac timeline. If you are using Luntbuild for your continuous integration builds and Trac to monitor your code repository and ticketing, then this plugin will be of help.

Bugs/Feature Requests

Existing bugs and feature requests for LuntbuildTracIntegration are here.

If you have any issues, create a new ticket.

defect

3 / 3

enhancement

2 / 2

task

0 / 1

Download

Download the zipped source from here.

Source

You can check out LuntbuildTracIntegration from here using Subversion, or browse the source with Trac.

Installation

To install this plugin, download the files matching your Trac version, unzip them and run the following:

cd /path/to/LuntbuildTracIntegration 
python setup.py bdist_egg 
cp dist/*.egg /path/to/projenv/plugins 

For more information, see Trac's plugin development.

This 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.

Configuration

For this plugin to know where to look for your Luntbuild data, add some lines to your trac.ini file:

[luntbuild] 
db_host = localhost      # Mysql hostname where your Luntbuild database lives 
db_name = luntbuild      # Mysql database name where the Luntbuild schema is 
db_user = luntbuild      # Mysql user used to connect 
db_password = luntbuild  # Mysql user's password used to connect 
base_url = /luntbuild    # URL used to link to Luntbuild can be relative or absolute 

Recent Changes

14626 by diroussel on 2015-06-03 20:59:24
Added MIT license
11724 by rjollos on 2012-07-13 00:16:21
Refs #10108: Part of [11723].
11723 by rjollos on 2012-07-13 00:13:33
Refs #10108: Reorganized repository to trunk/branches structure and bumped version.
(more)

Author/Contributors

Author: diroussel
Maintainer: none (needsadoption)
Contributors:

Last modified 22 months ago Last modified on Jun 16, 2022, 6:10:25 AM