diff options
author | Deepak Goel <[email protected]> | 2016-10-27 17:58:41 -0700 |
---|---|---|
committer | Deepak Goel <[email protected]> | 2016-10-27 17:58:41 -0700 |
commit | a4d37af52c88fae71ba2327916a93dde499d2c28 (patch) | |
tree | d82fc7934245f39dee8fd273305ea4e289aaa13f /rebar3.cmd | |
parent | f503a77c98361a73841c60c55f370275ff2f51f5 (diff) | |
download | relx-a4d37af52c88fae71ba2327916a93dde499d2c28.tar.gz relx-a4d37af52c88fae71ba2327916a93dde499d2c28.tar.bz2 relx-a4d37af52c88fae71ba2327916a93dde499d2c28.zip |
tch to fix #523
Issue 1: If RELX_REPLACE_OS_VARS is true then existing vm.args (sys.config) file
is renamed to vm.arg.orig (sys.config.orig) and a new vm.args (sys.config) is
generated. However, if for some reason new vm.args (sys.config) is not generated
then system ends up without a valid vm.args (sys.config) file and keeps failing
thereafter.
Issue 2: Continuing from issue 1, if the system does not have sufficient
disk space or the current directory is immutable then new vm.args (sys.config)
will not be generated.
This patch tries to fix both the above issues by keeping the existing
vm.args (sys.config) untouched and creates a new vm.args (sys.config)
in /tmp directory
Diffstat (limited to 'rebar3.cmd')
0 files changed, 0 insertions, 0 deletions