Hi,
I'm using Capistrano::CLI in a forked process. I want the ability to
stop the task and have any rollback blocks executed properly. I have
something like:
pid = fork{
# executed Capistrano tasks
}
Process.detach(pid)
Process.kill('INT', pid)
... but doesn't seem to do it. Anyone know what I'm doing wrong?
Thanks,
Matt
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---