aboutsummaryrefslogtreecommitdiffstats
path: root/priv/templates/extended_bin.dtl
AgeCommit message (Expand)Author
2015-05-08use mustache instead of erlydtl for overlaysTristan Sloughter
2015-04-04Replace "cut -d ' ' -f2" with "awk '{print $2}'" so it will work on a mac, wh...Jay Doane
2015-04-04Replace "-s init stop" with "halt()" in relx_get_longnameJay Doane
2015-03-31Replace "-s init stop" with halt()Jay Doane
2015-02-17Use 'erl' to determine Erlang hostname rather than nodetoolDavid N. Welton
2015-01-31don't use CONFIG_PATH os var, fixes #241Tristan Sloughter
2015-01-30expose rpc and rpcterms functionality from extended bins scriptTristan Sloughter
2015-01-06add unpack option to install scriptsTristan Sloughter
2014-12-25No need to output -1 since error codes are straightened out.Luke Bakken
2014-12-24Explicitly use 'exit 1' to exitLuke Bakken
2014-12-24Add `pid` to usageLuke Bakken
2014-12-24Use nodetool to get VM PIDLuke Bakken
2014-12-11check for CODE_LOADING_MODE in extended bin script, default to 'embedded'Richard Jones
2014-11-22if include_erts is false, do not include stdlibsTristan Sloughter
2014-11-16fix match on node name typeTristan Sloughter
2014-11-06use short name for -sname and longname of -name in extended scriptTristan Sloughter
2014-10-31Merge pull request #247 from silverbuddy/masterTristan Sloughter
2014-10-31Fix grep pattern for beam processsilverbuddy
2014-10-30Add support for multiple nodes running the same releaseEnrique Fernandez
2014-10-28turn args from string to list - related to https://github.com/erlware/relx/is...ROMAN SHESTAKOV
2014-10-27pass a list of args instead of a stringROMAN SHESTAKOV
2014-10-13Merge pull request #232 from Cloven/add_escript_commandTristan Sloughter
2014-10-13remove script path from passed arguments listFelix The Hammer Gallo
2014-10-13fix bug in path scriptFelix The Hammer Gallo
2014-10-11use long hostname if no hostname givenTristan Sloughter
2014-10-10Added the 'escript' command to the extended release script to permitFelix The Hammer Gallo
2014-09-27Merge pull request #222 from srstrong/masterTristan Sloughter
2014-08-22Modified error handling around nodetool to reduce silent failuresSteve Strong
2014-08-12make PIPE_DIR overridableTino Breddin
2014-07-22Make HEART_COMMAND use the full path, otherwise it does not work.David N. Welton
2014-07-17Get tick time in order to 'synchronize' with the node we are connecting with.David N. Welton
2014-06-27fix for running console on target system. meaning start.bootTristan Sloughter
2014-06-01Run nodetool using results of find_erts_dirTim Stewart
2014-05-23add erts_dir fix to bin directory, remove extranneous erl_root declaration in...nuex
2014-05-23remove extra escape; ensures correct erts dir with or without spacesnuex
2014-05-22remove quoting that breaks start scriptsTristan Sloughter
2014-05-18Fix quoting of arguments that prevented them from being appliedJordan Wilberding
2014-05-18Fix whitespaceJordan Wilberding
2014-05-14Merge pull request #179 from tsloughter/remote_consoleJordan Wilberding
2014-05-09append @hostname if missing from sname, for remshTristan Sloughter
2014-05-09add option to extended start script to replace env vars in config filesTristan Sloughter
2014-05-05fix comments for extended script search for vm.args and sys.configTristan Sloughter
2014-04-09posix compatibilitynuex
2014-03-28Give release scripts ability to handle directories with spacesnuex
2014-03-27Update startup script to allow overriding config location.Roger Lipscombe
2014-03-21Allow overriding RUNNER_LOG_DIRRoger Lipscombe
2014-03-08honor existing LD_LIBRARY_PATH in script templatesnuex
2014-03-08unescape quotesnuex
2014-03-08fix typo in rel_name tagnuex
2014-03-08add templatesnuex