summaryrefslogtreecommitdiff
path: root/priv
Commit message (Collapse)AuthorAgeFilesLines
...
* | Init RUNNER_SCRIPT var in simplenode.runnerManuel Durán Aguete2013-11-181-0/+1
|/ | | | | RUNNER_SCRIPT variable is not initialized in simplenode.runner and it's referenced when calling sudo.
* Merge pull request #54 from mattonrails/simpleapp_sup_template_typoDave Smith2013-06-141-1/+0
|\ | | | | Remove leading empty line from a template
| * Remove leading empty line from a templateMatthew Conway2013-01-141-1/+0
| |
* | Merge pull request #96 from olgeni/pwd-symlink-fixDave Smith2013-06-122-2/+2
|\ \ | | | | | | Use "pwd -P" to get the current physical path.
| * | Use "pwd -P" to get the current physical path.olgeni2013-06-102-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is a portable version of the realpath(1) utility that you can find on Mac OS X and FreeBSD (see also The Open Group Base Specifications Issue 6, IEEE Std 1003.1). Without the -P flag, pwd(1) might return different values when the current path contains one or more symlinks, depending on how you got into the current directory. In simplenode.runner, this may cause PIPE_DIR to have different values on each use, which will make it impossible to connect to the running node unless you guess the correct path yourself.
* | | Add support for ping command on windows in the simple node runnersyl20bnr2013-05-202-2/+12
|/ /
* | Do not compile nodetool escriptTuncer Ayaz2013-04-121-2/+0
| | | | | | | | This removes the dependency on lib/compiler in an OTP release.
* | simplenode.reltool.config: use default sys-level mod_cond settingTuncer Ayaz2013-04-061-1/+0
| | | | | | | | | | | | As discussed here http://erlang.org/pipermail/erlang-questions/2012-December/071135.html change the reltool spec to use the default sys-level mod_cond setting.
* | Remove unnecessary barDave Smith2013-03-021-1/+1
| |
* | Change simplenode template files to work on more platformsJared Morrow2013-01-174-43/+156
|/ | | | | | | | | | | | When developing Riak, we have found bugs and other issues due to the number of platforms we support. Here is an overview of the changes: - Fix command-line syntax for commands to work on *BSD / Sun - Add chkconfig and getpid to nodetool - Replace platform specific 'kill' commands with a nodetool getpid method - Fix RUNNER_USER settings to work on *BSD
* Merge pull request #34 from shkumagai/feature/zsh-completion-add-optionsDave Smith2012-12-021-0/+3
|\ | | | | Add missing variables
| * Add missing variablesShoji KUMAGAI2012-12-031-0/+3
| | | | | | | | - add overlay_vars=, target_dir=, and tests= with short description
* | bash-completion: add missing options and variablesTuncer Ayaz2012-12-011-8/+51
|/ | | | | - add missing short and long options - add tests=, target_dir=, overlay_vars=
* zsh-completion: add 'dump_spec' back againShoji KUMAGAI2012-12-011-0/+1
|
* bash-completion: add dump_spec=1Tuncer Ayaz2012-11-301-3/+3
|
* Merge pull request #19 from shkumagai/feature/zsh-completion-refineDave Smith2012-11-301-1/+1
|\ | | | | Change zsh completion script
| * Change zsh completion scriptShoji KUMAGAI2012-11-161-1/+1
| | | | | | | | | | - Add 'escriptize' command - Remove variable 'dump_spec'
* | bash-completion: add generate-appupsTuncer Ayaz2012-11-261-4/+4
|/
* zsh completion: fix typosTuncer Ayaz2012-11-011-9/+9
|
* Add zsh completion scriptShoji KUMAGAI2012-11-011-0/+79
| | | | For enable to shell-completion in zsh.
* bash completion: remove duplicate cmdTuncer Ayaz2012-08-091-1/+1
|
* Replace test-compile with compile_only=true optionTuncer Ayaz2012-08-091-2/+2
|
* Quote paths in Windows runner scriptMatt Campbell2012-07-312-23/+36
| | | | | This allows the node to run in paths which include special characters, for example 'C:\Program Files (x86)\Product Name'
* Add 'qc' cmd and rename eunit-compile to test-compileTuncer Ayaz2012-07-231-2/+2
|
* Add 'eunit-compile' cmd (Suggested-by: Joe Norton)Tuncer Ayaz2012-07-231-4/+5
|
* noderunner: add support for alt dir and boot fileUlf Wiger2012-07-141-20/+54
| | | | | | | | | | | | | | | | | This patch contains two additions to simplenode.runner: 1. Check if vm.args exists in CWD; if so, use it. This makes it easier to start multiple concurrent nodes on a single machine from one rebar-created release (starting each node from its own directory, with its own copy of vm.args and e.g. sys.config, log directory, database directory, etc.) 2. Add the targets start_boot <file> and console_boot <file>. This is used to select a different boot script. The 'setup' application (http://github.com/esl/setup) builds a special boot script for installation (all apps loaded but not started, making it possible to run install hooks with the full code path in place).
* Simplify reltool.config templateTuncer Ayaz2012-06-191-5/+3
|
* Add escriptize to bash completionTuncer Ayaz2012-05-181-2/+2
|
* Remove alt_url support in favor of new featuresTuncer Ayaz2012-05-131-2/+1
|
* Add support for using -remsh via runner scriptjoewilliams2012-04-231-1/+25
|
* Use correctly escaped pipes in usage messageFrancis Joanis2012-04-171-1/+1
|
* Improvements to windows node runner scriptMatt Campbell2012-04-175-6/+102
| | | | | | | * Typos and other minor bug fixes * Add "attach" command (via -remsh) * Add "upgrade" command to install a hot upgrade package * Add "upgrade" subcommand to UNIX runner script as well
* Add foreground as a runner start optionjoewilliams2012-04-101-1/+26
|
* simplenode.runner: fix HEART_CMD argumentsYurin Slava2012-04-041-1/+1
|
* simplenode.runner: properly quote argumentsYurin Slava2012-04-041-5/+6
| | | | | | bin/<release_name> console -kernel test '[{"a","b"}]' fails, because when $@ is inserted into CMD [{"a","b"}] is interpreted. Fix the same issue for 'start' command and quote all arguments.
* Add support for alternate dependency urlsAdam Schepis2012-03-311-1/+2
| | | | | | This change adds the ability to use alternate urls for downloading dependencies. To make use of alternate urls run: rebar get-deps alt_urls=true
* Remove export_all in simplemod templateTuncer Ayaz2012-03-251-4/+0
|
* Fix handle_call responseFisher2012-02-021-1/+1
|
* Fix order in erts exclusion filterTuncer Ayaz2012-01-201-1/+1
|
* Add nodeid= to bash completionTuncer Ayaz2012-01-201-1/+1
|
* Simplify excl_sys_filtersTuncer Ayaz2012-01-201-4/+2
|
* Set node name correctly on erlsrv commandlineMatt Campbell2012-01-091-1/+1
|
* Deprecate ct suite= option for suites= optionMagnus Klaar2012-01-061-1/+1
|
* Fix basic_nif on_load()Tuncer Ayaz2012-01-051-1/+3
|
* Comment out vm argsTuncer Ayaz2011-12-211-4/+4
|
* Trim reltool config and add nodeid to releaseTuncer Ayaz2011-12-201-9/+13
|
* Universally support apps=/skip_apps=Tuncer Ayaz2011-12-121-2/+2
|
* Add root_dir= to shell completionTuncer Ayaz2011-11-261-1/+1
|
* Add overlay command to shell completionTuncer Ayaz2011-10-201-1/+1
|
* Don't run erl_args through set_trimMatt Campbell2011-10-201-1/+1
| | | | | Args provided by erlsrv.exe were being mostly discarded due to being processed through set_trim