Age | Commit message (Collapse) | Author |
|
|
|
|
|
Split app and release discovery and format_error fix
|
|
|
|
|
|
|
|
|
|
|
|
Some changes for providers as I work on rebar3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sort apps by version, so newest is chosen if it passes constraints
|
|
|
|
|
|
replace 'semver' placeholder in release defs with git derived vsn
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix for #182, which requires we delete a read-only file before overwriti...
|
|
|
|
|
|
|
|
|
|
|
|
don't override release set in cmd args
|
|
|
|
|
|
remove mode change on nodetool and install upgrade escripts
|
|
|
|
|
|
handle deprecated pre-defined types for 17.0 and later
|
|
|
|
Add support for 'include_erts' to be defined as a path to an external erlang
release. This will allow for relx to include cross-compiled erts builds.
include_erts can now be one of three values: true (default), false, or
"/path/to/erlang".
The symantics do not change unless it is set to a string in which case
it only overrides the default lookup "code:root_dir()" with the given
path.
|
|
|
|
Accelerate application discovery
|
|
Added a command line override for the sys_config setting.
|
|
|
|
|