Sebastian Nowak
2010-Mar-18 20:42 UTC
[Cruisecontrolrb-users] CCrb configuration for many projects
Hi! I have about 10 projects in my Cruise. I want to use metric_fu (roodi, rcov, flay) metrics. Right now I have defined :cruise task in Rakefile in each project. Is there any convention to manage cruise configuration from one place? Gem? Plugin for Rails projects? Some good habit also for custom artifacts? -- Pozdrawiam, Sebastian Nowak http://blog.sebastiannowak.net XMPP: seban at chrome.pl
Chad Woolley
2010-Mar-18 22:32 UTC
[Cruisecontrolrb-users] CCrb configuration for many projects
On Thu, Mar 18, 2010 at 1:42 PM, Sebastian Nowak <sebastian.nowak at gmail.com> wrote:> Hi! > I have about 10 projects in my Cruise. I want to use metric_fu (roodi, > rcov, flay) metrics. Right now I have defined :cruise task in Rakefile > in each project. Is there any convention to manage cruise > configuration from one place? Gem? Plugin for Rails projects? Some > good habit also for custom artifacts?It is all ruby, so you can abstract it to a class/module, and share it across projects via svn externals or git submodules, or a gem. Not sure what you mean by custom artifacts...
Sebastian Nowak
2010-Mar-19 07:37 UTC
[Cruisecontrolrb-users] CCrb configuration for many projects
On 18 March 2010 23:32, Chad Woolley <thewoolleyman at gmail.com> wrote:> It is all ruby, so you can abstract it to a class/module, and share it > across projects via svn externals or git submodules, or a gem. ?Not > sure what you mean by custom artifacts... > _______________________________________________When I wrote ''custom artifacts'' I mean all this stuff generated by metric_fu. -- Pozdrawiam, Sebastian Nowak http://blog.sebastiannowak.net XMPP: seban at chrome.pl