views:

281

answers:

4

The team i work with is using Bazaar as its VCS, i would like to introduce CruiseControl (CC) with PHPUnderControl (PUC) into the mix, but cannot seem to find any documentation or plugin for bazaar and CC. There is a plugin for cc.net, but it has to run on linux yes i know mono but it seems PUC requires CC not cc.net. is there any way for bazaar to intergrate with CC.

A: 

Custom MSBuild or NAnt script that includes bzr pull or bzr checkout manually?

chakrit
A: 

If you have a functioning .NET plugin (with unit tests?) it would probably be straightforward to port to CC Java.

If you're not comfortable with Java you might ask on the CC developers mailing list to see if one them -- like me ;) -- would do the port for you. I'm always happy to help people who are writing plugins and I expect porting a SourceControl plugin would be quick and easy.

Jeffrey Fredrick
+1  A: 

Here's a bootstrapper someone else suggested as a possible solution:

https://answers.launchpad.net/bzr/+question/62809

I haven't tested, and YMMV, but it's worth a try.

Noyo
A: 

There is a Bazaar plugin available for CruiseControl now:

http://blog.fusonic.net/2010/10/bazaar-plugin-for-cruisecontrol/

related questions