On 6/7/07, Jamis Buck <[EMAIL PROTECTED]> wrote: > Ah, I see. So you really want Capistrano to just make a "best effort" > at performing your commands, and then just report back and say that > it failed on these hosts.
Indeed. > task :foo, :best_effort => true do > end > Or is this an all-or-nothing thing in your case, where every task > ought to be best_effort? Nope, we've some tasks which we rely on not failing in the normal capistrano way, so a per task option works great for us. --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
