Michal Papis

Results 152 comments of Michal Papis

Already available in Github UI, no rush, still a nice feature to have.

rebased the PR's and asked for next steps

Unfortunately looks like there there is no maintainer, few other people patches got accepted, but bulk of PRs is waiting for review including ours

is your `Capfile` exactly as above? can you also show `lib/capistrano/tasks/*.rake` - [gist it](https://gist.github.com) - can I also see `Gemfile`?

something is prefixing `gem install` with `bundle exec` - this causes the process to search for `rake` before it is installed, please show full output, maybe you can get more...

this might be bug in sshkit ... I will try to investigate some time later as you got an easy workaround

@glacier3 can you provide more details? reverted to old version of `sshkit` or `rvm1-capistrano3`?

@glacier3 the old version uses one cache `/tmp` for all applications, this can make collisions, a later version was using `/tmp/` - and finally we ended up to using `/tmp`...

the [gemspec](https://github.com/rvm/rvm1-capistrano3/blob/master/rvm1-capistrano3.gemspec#L18) says: ``` ruby spec.add_dependency 'sshkit', '>=1.2' ``` so if you could test with newer version => https://github.com/capistrano/sshkit/releases I would be glad to update the requirement or merge your...

hmm, does it work with `$HOME`?