Actually, that behavior isn't capistrano-ext, that's capistrano itself. The :runner variable has defaulted to :app for some time. What version of capistrano are you using?
To answer your question, though, yes, capistrano-ext is still being maintained. - Jamis On Jul 10, 2008, at 8:34 AM, eric wrote: > > Hello all, > > Just wondering what the status of capistrano-ext is? We noticed that > when we started using this gem, we had to add the code > > set :runner, nil > > To get things to run right, if we didn't, then sudo would default to > 'app'. > > I read about this being an issue in the normal capistrano gem, but it > appears capistrano-ext may not have been updated? This is why I'm > wondering if it's still being supported, or should we not necessarily > use this gem. > > Thanks! > > -Eric > > --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
