On Thu, Mar 18, 2010 at 1:42 PM, Sebastian Nowak <[email protected]> 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... _______________________________________________ Cruisecontrolrb-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users
