Geoffroy Montel

Results 22 comments of Geoffroy Montel

In the end, I took the code from Capistrano and adapted it to change the order of variables So I added this code to my `deploy.rb` file ``` ruby namespace...

I need to try `chruby-exec` then. It's a bit late tonight but I will try this week for sure. Thanks !

I tried `chruby-exec` tonight on my `deploy.rb` capistrano file. I set ``` ruby default_run_options[:pty] = true # Must be set for the password prompt # from git to work set...

Sorry, bad copy & paste, I just edited my previous post.

I am running capistrano 2.15.5 I will try again tomorrow night (can't ssh from work :-1:), but I am pretty sure this message is only displayed with `chruby`, because with...

Hi If I login to my machine with the `deployer` user and just try to use `chruby-exec`, I get the same message. ``` bash ssh -l deployer web deployer@web:~$ chruby...

Thanks Nathan ! Maybe @ShadowBelmolve or @danielfarrell may be interested.

Hello Nathan Thanks for your quick reply. Backburner 0.4.6 works kinda well except when the database or the beanstalkd server are restarted. In that case, the workers don't recover the...

@contentfree I don't think these hooks will be triggered when the worker is killed but I will try the new version and keep you updated. Thanks !

I guess this is related to https://github.com/supercollider/supercollider/issues/4976