Bazaar Plugin for OnTime Integration
I was playing around with bazaar, whilst reviewing distributed version control systems (DVCS), and created a simple plugin for use with axosoft’s ontime. The plugin parses the commit message and links the files to the related task, defect or feature.
Install
Download the tar file from [download id="3"]
Extract and run the installer using the following:
tar -vxzf bzr-ontime-0.0.1.tar.gz cd bzr-ontime-0.0.1 sudo python setup.py install
Configure
Setup the database connection information.
/etc/bzr-ontime.conf
[ontime] server=your-mssql-server username=sa password=p4ssw0rd database=ontime
Confirm Installation
bzr hooks
If the plugin is installed correct you should see the plugin listed under the post_commit section.
Related Reading
![]() |


Li-An 9:40 pm on September 17, 2009 Permalink |
Too bad it does not work in french…
BigAl 2:42 am on September 18, 2009 Permalink |
I was checking out your plug-in on wordpress, and while trying to check out the link to the yahoo thing it uses, the link leads to a 404 page. Is this going to still work or not?
John 9:57 am on September 18, 2009 Permalink |
Yer for some reason I forgot to escape the url correctly in the plugin readme.txt file. Heres the link
http://developer.yahoo.net/blog/archives/2009/09/ahoy_mates_conv.html
Admiral Piratepants 9:55 am on September 18, 2009 Permalink |
Yar! This be a piratetastic site, avast!
http://www.play-and-stay.co.uk/
Some translation (though not the whole site), games and general piratical shenanigans.
JArrrrrrr 6:33 pm on September 18, 2009 Permalink |
I installed the WordPress plugin and activated it, but it doesn’t seem to be working. Is there some trick I’m missing?