Age | Commit message (Expand) | Author |
2015-07-20 | Fix start script not loading sys.config in console | CarlosEDP |
2015-07-18 | fix console_clean in dev_mode by always creating start_clean.boot | Tristan Sloughter |
2015-06-23 | Adjust local variable naming per review comments | Jared Morrow |
2015-06-23 | Remove bashisms from run scripts | Jared Morrow |
2015-05-08 | use mustache instead of erlydtl for overlays | Tristan Sloughter |
2015-04-04 | Replace "cut -d ' ' -f2" with "awk '{print $2}'" so it will work on a mac, wh... | Jay Doane |
2015-04-04 | Replace "-s init stop" with "halt()" in relx_get_longname | Jay Doane |
2015-03-31 | Replace "-s init stop" with halt() | Jay Doane |
2015-03-31 | support spaces in erl path in windows script | Tristan Sloughter |
2015-03-31 | Merge pull request #316 from davidw/fix_hostname_lookup2 | Tristan Sloughter |
2015-03-31 | Merge pull request #260 from syl20bnr/remove_uneeded_chars | Tristan Sloughter |
2015-02-17 | Use 'erl' to determine Erlang hostname rather than nodetool | David N. Welton |
2015-01-31 | don't use CONFIG_PATH os var, fixes #241 | Tristan Sloughter |
2015-01-30 | expose rpc and rpcterms functionality from extended bins script | Tristan Sloughter |
2015-01-28 | support rpcterms with no args or argstring in nodetool | Tristan Sloughter |
2015-01-27 | treat rpcterm args as a string not a list of elements | Tristan Sloughter |
2015-01-11 | Merge pull request #296 from tsloughter/basic_bin | Jordan Wilberding |
2015-01-10 | handle the renaming of the boot script to start.boot in basic bin script | Tristan Sloughter |
2015-01-06 | add unpack option to install scripts | Tristan Sloughter |
2014-12-25 | No need to output -1 since error codes are straightened out. | Luke Bakken |
2014-12-24 | Explicitly use 'exit 1' to exit | Luke Bakken |
2014-12-24 | Add `pid` to usage | Luke Bakken |
2014-12-24 | Use nodetool to get VM PID | Luke Bakken |
2014-12-11 | check for CODE_LOADING_MODE in extended bin script, default to 'embedded' | Richard Jones |
2014-11-22 | if include_erts is false, do not include stdlibs | Tristan Sloughter |
2014-11-16 | fix match on node name type | Tristan Sloughter |
2014-11-06 | use short name for -sname and longname of -name in extended script | Tristan Sloughter |
2014-11-06 | Remove uneeded @ which may output error messages | syl20bnr |
2014-11-05 | Relup support for Windows | syl20bnr |
2014-11-03 | Fix *bin_windows.dtl boot script path | syl20bnr |
2014-10-31 | Merge pull request #247 from silverbuddy/master | Tristan Sloughter |
2014-10-31 | Fix grep pattern for beam process | silverbuddy |
2014-10-30 | Add support for multiple nodes running the same release | Enrique Fernandez |
2014-10-28 | turn args from string to list - related to https://github.com/erlware/relx/is... | ROMAN SHESTAKOV |
2014-10-27 | pass a list of args instead of a string | ROMAN SHESTAKOV |
2014-10-13 | Merge pull request #232 from Cloven/add_escript_command | Tristan Sloughter |
2014-10-13 | remove script path from passed arguments list | Felix The Hammer Gallo |
2014-10-13 | fix bug in path script | Felix The Hammer Gallo |
2014-10-11 | use long hostname if no hostname given | Tristan Sloughter |
2014-10-10 | Added the 'escript' command to the extended release script to permit | Felix The Hammer Gallo |
2014-09-27 | Merge pull request #224 from jaydoane/replace-init-stop-with-halt-in-bin-dot-dtl | Tristan Sloughter |
2014-09-27 | Merge pull request #222 from srstrong/master | Tristan Sloughter |
2014-09-18 | Replace "-s init stop" with halt() | Jay Doane |
2014-08-22 | Modified error handling around nodetool to reduce silent failures | Steve Strong |
2014-08-12 | make PIPE_DIR overridable | Tino Breddin |
2014-07-22 | Make HEART_COMMAND use the full path, otherwise it does not work. | David N. Welton |
2014-07-17 | Get tick time in order to 'synchronize' with the node we are connecting with. | David N. Welton |
2014-06-27 | fix for running console on target system. meaning start.boot | Tristan Sloughter |
2014-06-01 | Run nodetool using results of find_erts_dir | Tim Stewart |
2014-05-23 | add erts_dir fix to bin directory, remove extranneous erl_root declaration in... | nuex |