Skip to content
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

Allow users to configure skip_deps for specific commands #152

Closed
wants to merge 1 commit into from

Conversation

hyperthunk
Copy link
Contributor

This patch adds support for automatically setting skip_deps for specific
commands. The config element skip_dep_cmds takes a list of command
atoms, for each of which rebar_core will set skip_deps="true". If the
element is set locally, this will override any setting in global config
(i.e., $HOME/.rebar/config).

@hyperthunk
Copy link
Contributor Author

This seems like the least invasive (and contentious) way to allow people to override rebar's default handling of deps. Users like me to set up our global config to skip_deps for certain commands (like create template= and clean) whilst ordinary rebar users are unaffected.

This patch adds support for automatically setting skip_deps for specific
commands. The config element `skip_dep_cmds` takes a list of command
atoms, for each of which rebar_core will set `skip_deps="true"`. If the
element is set locally, this will override any setting in global config
(i.e., $HOME/.rebar/config).
@hyperthunk hyperthunk closed this Oct 28, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant