cruisecontrol.rb icon indicating copy to clipboard operation
cruisecontrol.rb copied to clipboard

Ensure CC.rb is daemonizable

Open bguthrie opened this issue 13 years ago • 0 comments

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

bguthrie avatar May 31 '11 15:05 bguthrie