Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-27 | Fix replace os vars functionality | Luis Rascao | |
The first run would correctly replace the environment variables, however it would also overwrite the original vm.args and sys.config thus preventing any further substitution in subsequent runs. Dev mode runs were also broken, all runs after the first were required to also define the RELX_REPLACE_OS_VARS variable in order not to overwrite the current vm.args with the original one, this prevented simply attaching to an already running node that was started this way. Add tests to exercise this functionality. | |||
2016-08-24 | Merge pull request #479 from emtenet/add-boot-varv3.21.0 | Tristan Sloughter | |
Fix for #478 Boot variable $ERTS_LIB_DIR not supplied in Windows scripts | |||
2016-04-29 | Add a boot variable to Windows scripts | emtenet | |
Add missing -boot_var argument to Windows scripts when starting erlang. Use different boot variables on Windows vs non-Windows. The built-in $ROOT boot variable points to the erts directory on Windows (dictated by erl.ini [erlang] Rootdir=) and so a boot variable $RELEASE_DIR is made pointing to the release directory | |||
2016-04-05 | Fix erts path discovery on Windows if the path contains spaces. | Benedikt Reinartz | |
2016-01-23 | replacing OS vars: use .orig files to prevent overwriting | erlanger | |
2015-05-08 | use mustache instead of erlydtl for overlays | Tristan Sloughter | |