cruisecontrol.rb
cruisecontrol.rb copied to clipboard
Ensure CC.rb is daemonizable
CC.rb should be daemonizable under Unix-like environments under Ruby 1.9 and Rails 3, which is to say:
- backwards-compatible with existing site and project configs
- startable/stoppable via init script
- monitorable and killable (creates pid files for master and child processes as appropriate)
- starts and stops builders and builds projects