-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not respect the :use_sudo, false flag #12
Comments
Sounds reasonable. I will try to abort task with messages about missing dependencies if |
In Capistrano 2.x, the If you don't like Though, improving error logging on failed package installation is still helpful. I'd like to work for it. |
This isn't a major issue for me either, I just do the initial setup manually and after that things are just peachy. I opened the issue mostly because it might be confusing to someone not too familiar on what is actually happening and why things are failing. I think I'll still set |
Added message on failed package installation at 5d24339. |
While I understand that it's impossible to install required packages without root privileges, rbenv:setup tries to use sudo even if the use of sudo is forbidden.
A more suitable solution would be to either tell the user which packages are required for installation or just simply fail the task.
The text was updated successfully, but these errors were encountered: