On Tue, Oct 21, 2008 at 10:08 AM, Matt Wynne <[EMAIL PROTECTED]> wrote:

> Is there a config setting to prevent this, and make the second build wait
> its turn?
>

I think this is what you want in your site_config.rb:

# If you want to only allow one project to build at a time, uncomment this
line
# by default, cruise allows multiple projects to build at a time
Configuration.serialize_builds = true

This is in the default site_config.rb, but commented.

-- Chad
_______________________________________________
Cruisecontrolrb-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users

Reply via email to