aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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
2016-03-22get nodename from erlang, not hostnameAnthony Molinaro
2016-03-22Merge pull request #458 from plux/masterTristan Sloughter
Use standard flags to od
2016-03-22Use standard flags to odHakan Nilsson
The -X flag is not supported on BusyBox for example. Using -t x should give the same behavior as -X.
2016-03-15Fixed template args order bugKozlov Yakov
2016-02-26Merge pull request #453 from tsloughter/masterJordan Wilberding
update lock file
2016-02-26update lock fileTristan Sloughter
2016-02-24Merge pull request #450 from tsloughter/masterv3.18.0Jordan Wilberding
upgrade erlware_commons to 0.19.0
2016-02-19upgrade erlware_commons to 0.19.0Tristan Sloughter
2016-02-19Merge pull request #449 from tsloughter/masterv3.17.0Jordan Wilberding
Couple fixes related to vm.args and sys.config