On Wed, Apr 1, 2009 at 10:24 AM, Matt Wynne <[email protected]> wrote: > What do other people do to cancel a build? > > Right now I kill -9 the builder but it seems pretty brutal. Is there a nicer > way?
Not that I know of. Plus, that still isn't good enough if there are subprocesses - they can be orphaned,. I just checked in some changes to the daemon/daemon_helper.rb init script which does have logic to kill all child processes. It would be great to integrate this into the app, but I didn't have the energy to tackle that in a cross-platform way. _______________________________________________ Cruisecontrolrb-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users
