[[PageOutline(2-5,Contents,pullout)]] = Integrate Luntbuild into Trac == Description 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. == Bugs/Feature Requests Existing bugs and feature requests for LuntbuildTracIntegration are [report:9?COMPONENT=LuntbuildTracIntegration here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=LuntbuildTracIntegration&owner=diroussel new ticket]. [[TicketQuery(component=LuntbuildTracIntegration&group=type,format=progress)]] == Download Download the zipped source from [download:luntbuildtracintegration here]. == Source You can check out LuntbuildTracIntegration from [http://trac-hacks.org/svn/luntbuildtracintegration here] using Subversion, or [source:luntbuildtracintegration browse the source] with Trac. == Installation T 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 info see http://trac.edgewall.org/wiki/TracDev/PluginDevelopment. 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 In order 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 databas 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:'''