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

use file:script if a .config.script file present #210

Closed
wants to merge 5 commits into from

Commits on Apr 5, 2012

  1. Configuration menu
    Copy the full SHA
    c669179 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efead31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b3adee View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2012

  1. is_rel_dir checks for .script file; consult_file passes CONFIG to .sc…

    …ript
    
    rebar_rel_utils:is_rel_dir/1 will now return true if Dir contains a
    reltool.config.script file or a reltool.config file. The return value is
    {true, F}, where F is the found file (reltool.config.script if both were
    present).
    
    rebar_config:consult_file(F) now consults the config file and passes its
    contents to the .script (if present), bound to the variable CONFIG.
    uwiger committed Apr 8, 2012
    Configuration menu
    Copy the full SHA
    15cab91 View commit details
    Browse the repository at this point in the history
  2. refactoring of consult_file()

    uwiger committed Apr 8, 2012
    Configuration menu
    Copy the full SHA
    d7ff114 View commit details
    Browse the repository at this point in the history