Does Capistrano check the exit status of the remote command ("run"
method)?

If no: What is the right way to check for errors, then?
If yes: What does it do? Raise an exception if any run on any server
exited nonzero? Where is this check in the Capistrano source code?

I see that the deploy:setup task will run mkdir even the dirs already
exist - this should exit nonzero - but I don't see any special
handling to say "it's okay, keep on going".


--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to