Lee Hambley

Results 227 comments of Lee Hambley

Great bit of research, I'm not sure how that can change the behaviour of rbenv much, but at least we have something to work on. I'd suggest to check with...

> How can I change my shell to a Not Login shell? A "log-in" shell, by the way isn't necessarily the problem, it just means that the server has been...

I suspect something is blocking waiting for input that you are not able to provide. If some part of the deploy is .. say, requesting a password, maybe on Linux...

Any information you can provide about your OS environment/etc please?

@smtlaissezfaire the "shell" was never really a _part_ of capistrano, it was a simple REPL on top of net-ssh with some minor quality of life improvements. I stand behind @will-in-wi...

> I've had the "pleasure" of using ansible recently, and can say that it's very, very slow. You can poke some settings called "ControlMaster" and other things in SSH, it...

> So does having ControlMaster enabled also speed up cap? That would depend on Net::SSH, I couldn't say honestly, but we do reuse connections already internally in Ruby (without relying...

If you can throw us a PR, we'd be glad of it. The release list has been a constant pain since we implemented rollbacks, years and years ago!

If you have a CI server that builds assets and will run Capistrnao why not simply upload the assets after doing the deploy (or, during the deploy)? - https://github.com/capistrano/sshkit/blob/master/EXAMPLES.md#upload-a-file-from-disk See:...

> As far as I understand it's mandatory to have a SCM on the deployment target machine and checkout the code there. It's not mandatory, but expected. You can also...