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
_______________________________________________
Cruisecontrolrb-users mailing list
Cruisecont...@rubyforge.org
http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users
You 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.