Christopher Gaudig
2010-Sep-16 14:15 UTC
[Cruisecontrolrb-users] cc.rb: Set up a multi-repo project
Hi! I would like to find out how to set up a cc.rb project that listens to multiple git repositories for changes and then starts an incremental build. Has anyone done that and could help me? Any suggestions would be greatly appreciated! Thanks! Regards from Bremen, Germany Chris
Chad Woolley
2010-Sep-16 19:56 UTC
[Cruisecontrolrb-users] cc.rb: Set up a multi-repo project
On Thu, Sep 16, 2010 at 7:15 AM, Christopher Gaudig <christopher.gaudig at dfki.de> wrote:> Hi! > > I would like to find out how to set up a cc.rb project that listens to > multiple git repositories for changes and then starts an incremental build. > Has anyone done that and could help me? Any suggestions would be greatly > appreciated! Thanks! > > Regards from Bremen, Germany > ChrisYou can set up projects which listen to the individual repositories, then trigger the main build project for any commit in these repos. See cruise_config.rb example for how to do this.