summaryrefslogtreecommitdiff
path: root/src/rebar_opts.erl
Commit message (Collapse)AuthorAgeFilesLines
* special handling of relx configs in profilesTristan Sloughter2015-11-261-0/+2
| | | | | | | | | | | Relx config need new values at the end of the list and profile additions prepended. So now in apply_profile in the case it is a relx config we prepend the config list. This does, however, mean that a profile release can not 'extend' a release defined in the default profile since the one being extended would have its definition after the profile release and thus relx would not be able to use its values for extending.
* do not sort mib_first_files during merge_opts, order must be keptTristan Sloughter2015-11-071-0/+4
|
* move opts functions to new module rebar_optsTristan Sloughter2015-09-011-0/+155