aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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
2016-02-18allow 'false' to tell relx to not create a sys.config or vm.argsTristan Sloughter
2016-02-18fix bug building tarfile if vm.args doesn't existTristan Sloughter
2016-02-16Merge pull request #446 from project-fifo/arghv3.16.0Tristan Sloughter
Add low / high color mode
2016-02-16Fix case for applicaiton:get_envHeinz N. Gies
2016-02-16Use an app_env to get color intensityHeinz N. Gies
2016-02-11Fix typoHeinz N. Gies
2016-02-09Add low / high color modeHeinz N. Gies
2016-02-05Merge pull request #443 from tsloughter/masterv3.15.0Jordan Wilberding
dammit, must split the path to use prefix to check for cycles
2016-02-05Merge pull request #444 from tsloughter/issue_335Jordan Wilberding
targetdir may be list not binary, convert before comparing
2016-02-05targetdir may be list not binary, convert before comparingTristan Sloughter
2016-02-04dammit, must split the path to use prefix to check for cyclesTristan Sloughter
2016-01-31Merge pull request #442 from tsloughter/masterJordan Wilberding
use list comp instead of ec_plists for copy directory
2016-01-30use list comp instead of ec_plists for copy directoryTristan Sloughter
2016-01-30Merge pull request #441 from erlanger/masterTristan Sloughter
replacing OS vars: comply with otp sys.config requirement
2016-01-23replacing OS vars: use .orig files to prevent overwritingerlanger
2016-01-22replacing OS vars: comply with otp sys.config requirementerlanger
2016-01-12Merge pull request #438 from tsloughter/debugJordan Wilberding
move missing beam and other app warnings to debug messages
2016-01-12format filename as string in warning messageTristan Sloughter
2016-01-12move missing beam and other app warnings to debug messagesTristan Sloughter
2016-01-12Merge pull request #437 from tsloughter/topov3.13.0Jordan Wilberding
Remove custom topo sort
2016-01-11use priv_dir for generated test dataTristan Sloughter