Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
Fixes #286 Using `exit $?` will exit with 0 status even in error conditions. I believe this is due to the fact that the `if` statement sets `$?` somehow. This could be a bug in the version of `bash` I'm using (as `/bin/sh`): ``` $ /bin/sh --version GNU bash, version 4.3.30(1)-release (x86_64-unknown-linux-gnu) ``` | |||
2014-12-24 | Add `pid` to usage | Luke Bakken | |
2014-12-24 | Use nodetool to get VM PID | Luke Bakken | |
Rather than use `ps`, `grep` and `awk` to get the `beam.smp` process id, use the `os:getpid` function. Also, provide a `pid` command to facilitate retrieving the VM's process id at a later time. Useful for when running via `monit`, for instance. | |||
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-05 | Relup support for Windows | syl20bnr | |
2014-11-03 | Fix *bin_windows.dtl boot script path | syl20bnr | |
In order to make it work with both compressed and uncompressed releases | |||
2014-10-31 | Merge pull request #247 from silverbuddy/master | Tristan Sloughter | |
Fix grep pattern for beam process | |||
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 ↵ | ROMAN SHESTAKOV | |
https://github.com/erlware/relx/issues/239 | |||
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 | |
fix bug in path script | |||
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 | |
escripts to run in the release's environment without having to break release encapsulation. Example use: $ _rel/myrelease/bin/myrelease escript priv/test.escript arg1 arg2 arg3 The argument to 'escript' is relative to the release's root. The script is started with the 'escript' binary in the release's erts release; has a current working directory of the release's root directory; and additionally is started with visibility of an environment variable called 'RELEASE_ROOT_DIR' which contains the absolute path of the release's root directory. | |||
2014-09-27 | Merge pull request #224 from jaydoane/replace-init-stop-with-halt-in-bin-dot-dtl | Tristan Sloughter | |
Replace "-s init stop" with halt() | |||
2014-09-27 | Merge pull request #222 from srstrong/master | Tristan Sloughter | |
Modified error handling around nodetool to reduce silent failures | |||
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 | |
Fixes #214 | |||
2014-07-17 | Get tick time in order to 'synchronize' with the node we are connecting with. | David N. Welton | |
Having a different net_ticktime than the remote node will lead to odd shell crashes. Fixes #209 | |||
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 | |
Before this change, extended_bin.dtl assumes the release uses an embedded erts release when calling nodetool, making any nodetool-related functionality incompatible with the following setting: {include_erts, false} This change calls nodetool using the escript binary in the path discovered in the find_erts_dir function. | |||
2014-05-23 | add erts_dir fix to bin directory, remove extranneous erl_root declaration ↵ | nuex | |
in extended_bin | |||
2014-05-23 | remove extra escape; ensures correct erts dir with or without spaces | nuex | |
2014-05-22 | remove quoting that breaks start scripts | Tristan Sloughter | |
2014-05-18 | Fix quoting of arguments that prevented them from being applied | Jordan Wilberding | |
2014-05-18 | Fix whitespace | Jordan Wilberding | |
2014-05-14 | Merge pull request #179 from tsloughter/remote_console | Jordan Wilberding | |
append '@hostname' if missing from sname, for remsh | |||
2014-05-09 | append @hostname if missing from sname, for remsh | Tristan Sloughter | |
2014-05-09 | add option to extended start script to replace env vars in config files | Tristan Sloughter | |
2014-05-05 | fix comments for extended script search for vm.args and sys.config | Tristan Sloughter | |
2014-05-04 | Change default timeout from 60 seconds to 300 seconds to help with longer ↵ | Jordan Wilberding | |
upgrades. This closes #131. | |||
2014-04-09 | posix compatibility | nuex | |
- use awk instead of date for generating a random id for remsh - use -f instead of -e for testing the existence of a file | |||
2014-04-06 | Windows support | nuex | |
2014-03-28 | Give release scripts ability to handle directories with spaces | nuex | |
2014-03-27 | Update startup script to allow overriding config location. | Roger Lipscombe | |
2014-03-21 | Allow overriding RUNNER_LOG_DIR | Roger Lipscombe | |
2014-03-11 | use vm.args in basic bin script | Tristan Sloughter | |
2014-03-08 | honor existing LD_LIBRARY_PATH in script templates | nuex | |
2014-03-08 | unescape quotes | nuex | |
2014-03-08 | fix typo in rel_name tag | nuex | |
2014-03-08 | just compile regular files as template modules | nuex | |
2014-03-08 | add files | nuex | |