summaryrefslogtreecommitdiff
path: root/src/rebar_relx.erl
Commit message (Collapse)AuthorAgeFilesLines
* special handling of relx configs in profilesTristan Sloughter2015-11-261-22/+1
| | | | | | | | | | | 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.
* Allow non-default checkouts dir for relxFred Hebert2015-10-171-1/+1
| | | | fixes #872
* do not override user cli supplied outputdir for relxTristan Sloughter2015-08-221-4/+7
|
* only reverse some relx args, fixes profile usage for relxTristan Sloughter2015-06-281-0/+69