Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-21 | Merge pull request #510 from lrascao/feature/enable_coverage_analysis | Tristan Sloughter | |
Add proper configuration enabling coverage analysis | |||
2016-09-21 | Add proper configuration enabling coverage analysis | Luis Rascao | |
Fetch latest stable rebar3 | |||
2016-09-20 | Merge pull request #506 from lrascao/feature/add_more_otp_versions | Tristan Sloughter | |
Add recent OTP versions | |||
2016-09-20 | Add recent OTP versions | Luis Rascao | |
2016-09-16 | Merge pull request #508 from sirihansen/typo-disable_rel_discovery | Tristan Sloughter | |
Fix typo in log printout when disable_rel_discovery is set | |||
2016-09-16 | Fix typo in log printout when disable_rel_discovery is set | Siri Hansen | |
Disbaled -> Disabled | |||
2016-08-24 | Merge pull request #479 from emtenet/add-boot-varv3.21.0 | Tristan Sloughter | |
Fix for #478 Boot variable $ERTS_LIB_DIR not supplied in Windows scripts | |||
2016-08-24 | Merge pull request #464 from filmor/patch-1 | Tristan Sloughter | |
Fix erts path discovery on Windows if the path contains spaces. | |||
2016-08-16 | Merge pull request #502 from lrascao/feature/handle_soft_purge_error | Tristan Sloughter | |
Handle release_handler old_processes error when doing a soft purge relup | |||
2016-08-16 | Handle release_handler old_processes error when doing a soft purge relup | Luis 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-16 | Merge pull request #488 from soranoba/feature/default_cookiev3.20.0 | Tristan Sloughter | |
If cookie is not exist in vm.args, it use the cookie in ~/.erlang.cookie | |||
2016-06-17 | Remove a non-POSIX command. | soranoba | |
2016-06-16 | If cookie is not exist in vm.args, it use the cookie in ~/.erlang.cookie | soranoba | |
2016-05-28 | Merge pull request #484 from ferd/fix-init-start-in-windows | Tristan Sloughter | |
install and start release in Windows 7/XP | |||
2016-05-28 | install and start release in Windows 7/XP | Fred 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-14 | Merge pull request #473 from soranoba/fix-usage | Tristan Sloughter | |
Fix: does not contain the part of the command | |||
2016-05-13 | Merge pull request #481 from tsloughter/otp-19 | Jordan Wilberding | |
upgrade erlware_commons for OTP-19 | |||
2016-05-13 | upgrade erlware_commons for OTP-19 | Tristan Sloughter | |
2016-04-29 | Add a boot variable to Windows scripts | emtenet | |
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-26 | Fix: does not contain the part of the command | soranoba | |
2016-04-05 | Update extended_bin_windows | Benedikt Reinartz | |
2016-04-05 | Fix erts path discovery on Windows if the path contains spaces. | Benedikt Reinartz | |
2016-03-31 | Merge pull request #459 from djnym/erlang_hostnamev3.19.0 | Tristan Sloughter | |
get nodename from erlang, not hostname | |||
2016-03-31 | Merge pull request #461 from djnym/nodetool_eval | Tristan Sloughter | |
provide eval command for nodetool and start script | |||
2016-03-28 | provide eval command for nodetool and start script | Anthony Molinaro | |
2016-03-24 | Merge pull request #457 from egobrain/fixed-template-args-order-bug | Tristan Sloughter | |
Fixed template args order bug | |||
2016-03-22 | get nodename from erlang, not hostname | Anthony Molinaro | |
2016-03-22 | Merge pull request #458 from plux/master | Tristan Sloughter | |
Use standard flags to od | |||
2016-03-22 | Use standard flags to od | Hakan Nilsson | |
The -X flag is not supported on BusyBox for example. Using -t x should give the same behavior as -X. | |||
2016-03-15 | Fixed template args order bug | Kozlov Yakov | |
2016-02-26 | Merge pull request #453 from tsloughter/master | Jordan Wilberding | |
update lock file | |||
2016-02-26 | update lock file | Tristan Sloughter | |
2016-02-24 | Merge pull request #450 from tsloughter/masterv3.18.0 | Jordan Wilberding | |
upgrade erlware_commons to 0.19.0 | |||
2016-02-19 | upgrade erlware_commons to 0.19.0 | Tristan Sloughter | |
2016-02-19 | Merge pull request #449 from tsloughter/masterv3.17.0 | Jordan Wilberding | |
Couple fixes related to vm.args and sys.config | |||
2016-02-18 | allow 'false' to tell relx to not create a sys.config or vm.args | Tristan Sloughter | |
2016-02-18 | fix bug building tarfile if vm.args doesn't exist | Tristan Sloughter | |
2016-02-16 | Merge pull request #446 from project-fifo/arghv3.16.0 | Tristan Sloughter | |
Add low / high color mode | |||
2016-02-16 | Fix case for applicaiton:get_env | Heinz N. Gies | |
2016-02-16 | Use an app_env to get color intensity | Heinz N. Gies | |
2016-02-11 | Fix typo | Heinz N. Gies | |
2016-02-09 | Add low / high color mode | Heinz N. Gies | |
2016-02-05 | Merge pull request #443 from tsloughter/masterv3.15.0 | Jordan Wilberding | |
dammit, must split the path to use prefix to check for cycles | |||
2016-02-05 | Merge pull request #444 from tsloughter/issue_335 | Jordan Wilberding | |
targetdir may be list not binary, convert before comparing | |||
2016-02-05 | targetdir may be list not binary, convert before comparing | Tristan Sloughter | |
2016-02-04 | dammit, must split the path to use prefix to check for cycles | Tristan Sloughter | |
2016-01-31 | Merge pull request #442 from tsloughter/master | Jordan Wilberding | |
use list comp instead of ec_plists for copy directory | |||
2016-01-30 | use list comp instead of ec_plists for copy directory | Tristan Sloughter | |
2016-01-30 | Merge pull request #441 from erlanger/master | Tristan Sloughter | |
replacing OS vars: comply with otp sys.config requirement | |||
2016-01-23 | replacing OS vars: use .orig files to prevent overwriting | erlanger | |