Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid reversing relx overlays. | Anthony Molinaro | 2017-06-01 | 1 | -1/+5 |
| | | | | | This mostly moves a lists:reverse/1 which ensures that profile overlays are run first but keeps the order of overlays otherwise. | ||||
* | Let relx know about application erl opts | Luis Rascao | 2017-05-15 | 1 | -2/+4 |
| | | | | | | This is so that some of them can be enforced (such as warnings_as_errors) on relx's task like generating a release or a release upgrade. | ||||
* | pass loglevel used in rebar3 to relx | Tristan Sloughter | 2016-03-07 | 1 | -2/+5 |
| | |||||
* | in providers that don't run per app run all available hooks | Tristan Sloughter | 2016-02-28 | 1 | -2/+2 |
| | |||||
* | Set relx color intensity env variable | Heinz N. Gies | 2016-02-16 | 1 | -0/+2 |
| | |||||
* | merge overlay entries into a single {overlay, list()} for relx | Tristan Sloughter | 2016-01-10 | 1 | -1/+11 |
| | |||||
* | special handling of relx configs in profiles | Tristan Sloughter | 2015-11-26 | 1 | -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 relx | Fred Hebert | 2015-10-17 | 1 | -1/+1 |
| | | | | fixes #872 | ||||
* | do not override user cli supplied outputdir for relx | Tristan Sloughter | 2015-08-22 | 1 | -4/+7 |
| | |||||
* | only reverse some relx args, fixes profile usage for relx | Tristan Sloughter | 2015-06-28 | 1 | -0/+69 |