aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-10-27Fix replace os vars functionalityLuis 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-10-27Merge pull request #530 from lrascao/fix/bring_back_topo_sortLuis Rascão
Revert "remove rlx_topo since all systools >=R15 have a working sort of apps"
2016-10-26Revert "remove rlx_topo since all systools >=R15 have a working sort of apps"Tristan Sloughter
This reverts commit 701da7b9f2dfb872351b56938f7aed5bff0d79c7.
2016-10-25Merge pull request #529 from ↵Luis Rascão
lrascao/feature/include_nodetool_on_extended_start_script Always include nodetool when generating extended start script
2016-10-25Always include nodetool when generating extended start scriptLuis Rascao
Remove redundant check for extended_start_script. Add tests that enforce this invariant.
2016-10-18Merge pull request #525 from cybernetlab/masterLuis Rascão
Fixed: #524. Erts src folder existence check added
2016-10-18Fixed: #524. Erts src folder existence check addedAlexey Ovchinnikov
2016-10-07Merge pull request #521 from lrascao/feature/bump_latest_otp19v3.21.1Tristan Sloughter
Bump latest OTP19
2016-10-06Merge pull request #520 from lrascao/feature/dialyzer_profileTristan Sloughter
Feature/dialyzer profile
2016-10-07Bump latest OTP19Luis Rascao
2016-10-07Silence remaining dialyzer errorsLuis Rascao
2016-10-07Add dialyzer profileLuis Rascao
Add debug_info to all deps.
2016-10-06Merge pull request #503 from lrascao/fix/update_paths_on_install_releaseTristan Sloughter
Always ask release handler to update paths on relup
2016-10-06Merge pull request #515 from lrascao/feature/erts_include_srcTristan Sloughter
Don't include erts src when user requests src not be included
2016-10-06Merge pull request #519 from ElectronicRU/masterTristan Sloughter
Fixed overlay_vars handling.
2016-10-06Fixed overlay_vars handling.Alexander Sedov
Overlay_vars obey order, you cannot just umerge them. Additionally, command line overrides should be more powerful than config values.
2016-10-03Always ask release handler to update paths on relupLuis Rascao
When performing a relup that involves starting a new application we need to inform release handler that the code paths need to be updated to account for the new apps. Otherwise the relup instruction application:start/2 will fail since it is unable to find the .app file.
2016-10-03Don't include erts src when user requests src not be includedLuis Rascao
Using the include_src option
2016-10-02Merge pull request #514 from lrascao/feature/extended_bin_testsTristan Sloughter
Add test coverage for the extended bin script
2016-09-27Add test coverage for the extended bin scriptLuis Rascao
2016-09-25Merge pull request #513 from lrascao/feature/fix_dialyzerTristan Sloughter
Silence dialyzer warnings
2016-09-25Silence dialyzer warningsLuis Rascao
Fix/add method specs, remove unreachable branches, make rlx_util:render/2 accept both iolists and binaries.
2016-09-25Merge pull request #512 from lrascao/feature/increase_test_coverageTristan Sloughter
Increase test coverage
2016-09-25Increase test coverageLuis Rascao
2016-09-21Merge pull request #510 from lrascao/feature/enable_coverage_analysisTristan Sloughter
Add proper configuration enabling coverage analysis
2016-09-21Add proper configuration enabling coverage analysisLuis Rascao
Fetch latest stable rebar3
2016-09-20Merge pull request #506 from lrascao/feature/add_more_otp_versionsTristan Sloughter
Add recent OTP versions
2016-09-20Add recent OTP versionsLuis Rascao
2016-09-16Merge pull request #508 from sirihansen/typo-disable_rel_discoveryTristan Sloughter
Fix typo in log printout when disable_rel_discovery is set
2016-09-16Fix typo in log printout when disable_rel_discovery is setSiri Hansen
Disbaled -> Disabled
2016-08-24Merge pull request #479 from emtenet/add-boot-varv3.21.0Tristan Sloughter
Fix for #478 Boot variable $ERTS_LIB_DIR not supplied in Windows scripts
2016-08-24Merge pull request #464 from filmor/patch-1Tristan Sloughter
Fix erts path discovery on Windows if the path contains spaces.
2016-08-16Merge pull request #502 from lrascao/feature/handle_soft_purge_errorTristan Sloughter
Handle release_handler old_processes error when doing a soft purge relup
2016-08-16Handle release_handler old_processes error when doing a soft purge relupLuis Rascao
As described in http://erlang.org/doc/man/appup.html, when performing a relup with soft purge: If the value is soft_purge, release_handler:install_release/1 returns {error,{old_processes,Mod}}
2016-06-16Merge pull request #488 from soranoba/feature/default_cookiev3.20.0Tristan Sloughter
If cookie is not exist in vm.args, it use the cookie in ~/.erlang.cookie
2016-06-17Remove a non-POSIX command.soranoba
2016-06-16If cookie is not exist in vm.args, it use the cookie in ~/.erlang.cookiesoranoba
2016-05-28Merge pull request #484 from ferd/fix-init-start-in-windowsTristan Sloughter
install and start release in Windows 7/XP
2016-05-28install and start release in Windows 7/XPFred Hebert
I am submitting this on behalf of @povloid in https://github.com/erlang/rebar3/issues/1183 who had the following to say: the set is not work into `@if` block, in this case the vareables args, start_erl and description is empty. If we move this strings out of `@if` block, the script work correctly.
2016-05-14Merge pull request #473 from soranoba/fix-usageTristan Sloughter
Fix: does not contain the part of the command
2016-05-13Merge pull request #481 from tsloughter/otp-19Jordan Wilberding
upgrade erlware_commons for OTP-19
2016-05-13upgrade erlware_commons for OTP-19Tristan Sloughter
2016-04-29Add a boot variable to Windows scriptsemtenet
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-26Fix: does not contain the part of the commandsoranoba
2016-04-05Update extended_bin_windowsBenedikt Reinartz
2016-04-05Fix erts path discovery on Windows if the path contains spaces.Benedikt Reinartz
2016-03-31Merge pull request #459 from djnym/erlang_hostnamev3.19.0Tristan Sloughter
get nodename from erlang, not hostname
2016-03-31Merge pull request #461 from djnym/nodetool_evalTristan Sloughter
provide eval command for nodetool and start script
2016-03-28provide eval command for nodetool and start scriptAnthony Molinaro
2016-03-24Merge pull request #457 from egobrain/fixed-template-args-order-bugTristan Sloughter
Fixed template args order bug