Matt Brictson
Matt Brictson
This is a tough one. I don't think there is an easy workaround. You could try explicitly setting the task name, but I'm not sure it would produce the right...
Hi, thanks for the feature suggestion! My goal with Airbrussh is to be as concise as possible, and while I definitely see the benefit in distinguishing the output of different...
The problem is that Airbrussh is trying to create its default log file at `log/capistrano.log`, and it cannot because `log` exists and is not a directory. You can solve this...
Good suggestion. Thanks for the bug report! 🙇
I will accept a PR to improve the error message if anyone is interested! 😃
The conditional logic is necessary because `guard` and `chandler` do not work in 1.9.3. I believe Ruby 2.1 or higher is required for those. Bundler 1.10 adds some new features...
I will make the above change to the `Rakefile`, which will solve the immediate problem. I'm still open to discuss whether the Bundler 1.10 requirement is unreasonable or if `bundle...
Capistrano is not really designed to handle per-task logging options. However, you could hack something together inside your task like this: ``` ruby task :runner do original_truncate = Airbrussh.configuration.truncate Airbrussh.configuration.truncate...
Recently discovered bugs #42 and #43 would not have been caught by this simple integration test. An effective integration test would probably require the real net-ssh backend and a Vagrant...
Thanks for the report! This is not high on my priority list, but I will accept a PR for it.