Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix for #182, which requires we delete a read-only file before overwriti...
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
which makes the write fail. Fixes #120
|
|
|
|
|
|
mv nodetool and install_upgrade script to bin dir, so no need to incl erts
|
|
properly handle config files and switching on/off dev_mode
|
|
|
|
don't output release successfully created if verbose option is 0
|
|
|
|
|
|
|
|
support using the original app vsn as a string not the parsed vsn
|
|
|
|
|
|
|
|
This should only ever be used for development, however it makes it
very, very nice to be able to simple recompile a project without
recopying it to try new things.
|
|
Ensure scripts are updated on upgrade for cold starts
|
|
Fixes for erts_include
|
|
|
|
|
|
|
|
|
|
|
|
|