Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
Start scripts should honor existing LD_LIBRARY_PATH settings
|
|
The start scripts export the LD_LIBRARY_PATH environment variable to "$ERTS_DIR/lib". They should honor existing LD_LIBRARY_PATH required e.g. for running ports.
|
|
2 fixes
|
|
|
|
|
|
|
|
|
|
|
|
which makes the write fail. Fixes #120
|
|
thereby breaking dialyzer tests
|
|
|
|
|