Bazaar + CruiseControl.Net

I want to configure CruiseControl.Net for my company. We currently have several .net solutions stored in the Bazaar repository, and I want to use MSBuild to create each solution. It didn't seem too controversial, but I don't see an easy way to link CruiseControl.Net to Bazaar.

It seems that it was a plugin for http://www.sorn.net/projects/bazaar-ccnet , but this link no longer works, and I can not find the plugin elsewhere

I was going to use the type of external control source, but the bazaar seems to crash on the GETMODS parameter passed to it

Now I decided to create a separate project to pull the modifications from the bazaar using the Exec task, and then create another project to start checking the FileSystem source code in this directory. I'm pretty sure I can make it work, but it seems a bit hacked.

I don't mind writing a new Bazaar plugin for CruiseControl.Net, but I can't find where to start.

My questions

  • You run these two in combination, if so, how do you do it?
  • If you do not use them together, do you have any recommendations for a good approach?
  • Is there any documentation or a good starting point that I could use to write a bazaar plugin?
  • Am I an idiot for trying to use CruiseControl.Net? Should I use something else?
+3
3

, . /core/sourcecontrol CC.NET. , . - , ProcessSourceControl . , GetModifications, LabelSourceControl GetSource. , historyparser urlbuilder. getHistory , . . URL- URL-, -, . , CC.NET, , , . , Bazaar, CC.NET - .

+5

Sandy.

Bazaar CruiseControl.NET
http://code.google.com/p/bzr-ccnet/

+1

Bazaar, Cruise Control. Bazaar , MSBuild script, , , , CCNet.

CCNet, , .

0

Source: https://habr.com/ru/post/1724597/


All Articles