Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |