aboutsummaryrefslogtreecommitdiffstats
path: root/src/rlx_release.erl
AgeCommit message (Collapse)Author
2019-05-27Merge pull request #722 from tsloughter/new-start-cleanTristan Sloughter
include apps in start_clean release but don't load in console_clean
2019-05-18include apps in start_clean release but don't load in console_cleanTristan Sloughter
2018-07-31Make {goals, ...} option add goals to release depsolver.AlexSedov
Additionally, provides parsing for in-config goals, and better goal merging. Closes #571. This reverts commit 0ffe8cd1a2a4e039a48d1096fc250b3f6bd3dcd1.
2018-06-03fix for #511 order of dependencies (#655)Tristan Sloughter
2017-11-01Maintain no_dot_erlang.boot file in releasesFred Hebert
Had a problem in OTP-21 (master) where escript calls in nodetool would fail since the file is not around and is being used by default there. The patch works by copying its equivalent file, which I belive to be just the start_clean file (their .rel.src are identical), into the same directories as we do for start_clean. Internal errors are renamed to be made neutral.
2016-10-26Revert "remove rlx_topo since all systools >=R15 have a working sort of apps"Tristan Sloughter
This reverts commit 701da7b9f2dfb872351b56938f7aed5bff0d79c7.
2016-10-07Silence remaining dialyzer errorsLuis Rascao
2016-09-25Silence dialyzer warningsLuis Rascao
Fix/add method specs, remove unreachable branches, make rlx_util:render/2 accept both iolists and binaries.
2016-01-11remove rlx_topo since all systools >=R15 have a working sort of appsTristan Sloughter
2015-11-21support overriding config values with per-release config valuesTristan Sloughter
2015-07-18fix console_clean in dev_mode by always creating start_clean.bootTristan Sloughter
2015-04-23update for 18.0Tristan Sloughter
2014-11-09move back to using format_error/1Tristan Sloughter
2014-10-23use providers PRV_ERROR and format_error/2Tristan Sloughter
2013-10-28support using the original app vsn as a string not the parsed vsnEric
2013-10-10fix non-path includes to be include instead of include_libTristan Sloughter
2013-10-07include relx header with include instead of include_libTristan Sloughter
2013-09-16keep application type of none for rel fileTristan Sloughter
2013-09-16improved user output lookTristan Sloughter
2013-05-10internal rename completion of all relcool to relx callsEric
2013-05-09Basic file rename from rcl to rlxEric