[Capistrano] Re: way to avoid cds ?

2009-03-25 Thread Jonathan Weiss
> I'm sure there is an easier way to run bunch of commands from a single > directory, but I don't see it. Can someone shed some light? > def run_in_base(cmd) run "cd #{base}; #{cmd}" end or def with_base(base) run "cd #{base}" yield end I would also add setting the RAILS_ENV to those met

[Capistrano] Re: task intermittently hang while negotiating with remote hosts via ssh

2009-03-25 Thread chris
I have posted this on lighthouse but the text did not paste into the interface very well and is more difficult to decipher. I'm not used to that site yet. -Chris On Wed, Mar 25, 2009 at 3:40 PM, Lee Hambley wrote: > Hi Chris, > I believe the problem with increasing number of hosts is a known

[Capistrano] Re: task intermittently hang while negotiating with remote hosts via ssh

2009-03-25 Thread Lee Hambley
Thanks Chris, Looks like I don't get correct email updates from Lighthouse App.. i'll pick you up there 2009/3/25 chris > I have posted this on lighthouse but the text did not paste into the > interface very well and is more difficult to decipher. I'm not used to that > site yet. > > -Chris >