[[PageOutline(2-5,Contents,pullout)]] = Integrate Luntbuild into Trac == Description This plugin allows [https://sourceforge.net/p/luntbuild/wiki/Home/ 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 [report:9?COMPONENT=LuntbuildTracIntegration here]. If you have any issues, create a [/newticket?component=LuntbuildTracIntegration new ticket]. [[TicketQuery(component=LuntbuildTracIntegration&group=type,format=progress)]] == Download Download the zipped source from [export:luntbuildtracintegration here]. == Source You can check out LuntbuildTracIntegration from [/svn/luntbuildtracintegration here] using Subversion, or [source:luntbuildtracintegration browse the source] with Trac. == Installation To install this plugin, download the files matching your Trac version, unzip them and run the following: {{{#!sh cd /path/to/LuntbuildTracIntegration python setup.py bdist_egg cp dist/*.egg /path/to/projenv/plugins }}} For more information, see [t:TracDev/PluginDevelopment 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: {{{#!ini [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 [[ChangeLog(luntbuildtracintegration, 3)]] == Author/Contributors '''Author:''' [wiki:diroussel] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:'''