| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Change nodetool path to under releases/<RELEASE_VERSION>/ | Shunichi Shinohara | 2014-03-09 | 2 | -7/+8 |
* | Add slim release support for runner script | Shunichi Shinohara | 2014-03-09 | 1 | -8/+37 |
* | Merge pull request #115 from mdaguete/simplenode.runner-remsh-fixes | Andrew Thompson | 2014-03-05 | 1 | -3/+29 |
|\ |
|
| * | Make REMSH node run in hidden mode | Manuel Durán Aguete | 2013-07-19 | 1 | -1/+1 |
| * | Incorrect REMSH args when sname is used | Manuel Durán Aguete | 2013-07-19 | 1 | -2/+28 |
* | | Add command to rebar:command_names/0 | Pierre Fenoll | 2013-12-19 | 1 | -2/+0 |
* | | Add a library template | Pierre Fenoll | 2013-12-19 | 3 | -0/+37 |
* | | Init RUNNER_SCRIPT var in simplenode.runner | Manuel Durán Aguete | 2013-11-18 | 1 | -0/+1 |
|/ |
|
* | Merge pull request #54 from mattonrails/simpleapp_sup_template_typo | Dave Smith | 2013-06-14 | 1 | -1/+0 |
|\ |
|
| * | Remove leading empty line from a template | Matthew Conway | 2013-01-14 | 1 | -1/+0 |
* | | Merge pull request #96 from olgeni/pwd-symlink-fix | Dave Smith | 2013-06-12 | 2 | -2/+2 |
|\ \ |
|
| * | | Use "pwd -P" to get the current physical path. | olgeni | 2013-06-10 | 2 | -2/+2 |
* | | | Add support for ping command on windows in the simple node runner | syl20bnr | 2013-05-20 | 2 | -2/+12 |
|/ / |
|
* | | Do not compile nodetool escript | Tuncer Ayaz | 2013-04-12 | 1 | -2/+0 |
* | | simplenode.reltool.config: use default sys-level mod_cond setting | Tuncer Ayaz | 2013-04-06 | 1 | -1/+0 |
* | | Remove unnecessary bar | Dave Smith | 2013-03-02 | 1 | -1/+1 |
* | | Change simplenode template files to work on more platforms | Jared Morrow | 2013-01-17 | 4 | -43/+156 |
|/ |
|
* | Quote paths in Windows runner script | Matt Campbell | 2012-07-31 | 2 | -23/+36 |
* | noderunner: add support for alt dir and boot file | Ulf Wiger | 2012-07-14 | 1 | -20/+54 |
* | Simplify reltool.config template | Tuncer Ayaz | 2012-06-19 | 1 | -5/+3 |
* | Add support for using -remsh via runner script | joewilliams | 2012-04-23 | 1 | -1/+25 |
* | Use correctly escaped pipes in usage message | Francis Joanis | 2012-04-17 | 1 | -1/+1 |
* | Improvements to windows node runner script | Matt Campbell | 2012-04-17 | 5 | -6/+102 |
* | Add foreground as a runner start option | joewilliams | 2012-04-10 | 1 | -1/+26 |
* | simplenode.runner: fix HEART_CMD arguments | Yurin Slava | 2012-04-04 | 1 | -1/+1 |
* | simplenode.runner: properly quote arguments | Yurin Slava | 2012-04-04 | 1 | -5/+6 |
* | Remove export_all in simplemod template | Tuncer Ayaz | 2012-03-25 | 1 | -4/+0 |
* | Fix handle_call response | Fisher | 2012-02-02 | 1 | -1/+1 |
* | Fix order in erts exclusion filter | Tuncer Ayaz | 2012-01-20 | 1 | -1/+1 |
* | Simplify excl_sys_filters | Tuncer Ayaz | 2012-01-20 | 1 | -4/+2 |
* | Set node name correctly on erlsrv commandline | Matt Campbell | 2012-01-09 | 1 | -1/+1 |
* | Fix basic_nif on_load() | Tuncer Ayaz | 2012-01-05 | 1 | -1/+3 |
* | Comment out vm args | Tuncer Ayaz | 2011-12-21 | 1 | -4/+4 |
* | Trim reltool config and add nodeid to release | Tuncer Ayaz | 2011-12-20 | 1 | -9/+13 |
* | Don't run erl_args through set_trim | Matt Campbell | 2011-10-20 | 1 | -1/+1 |
* | @ characters before elses were causing the script to not run | Mistagrooves | 2011-09-26 | 1 | -2/+2 |
* | fix vm.args checks by always using $VMARGS_PATH | Steven Gravell | 2011-09-21 | 1 | -24/+23 |
* | Update Windows runner script usage blurb | Matt Campbell | 2011-09-20 | 1 | -1/+1 |
* | Get rid of app.config | joewilliams | 2011-09-20 | 5 | -6/+37 |
* | Add console command to windows runner script | Matt Campbell | 2011-09-20 | 1 | -0/+5 |
* | Clean up windows batch scripts | Ben | 2011-09-01 | 2 | -12/+6 |
* | Add simple Windows batch scripts to node templates | Matt Campbell | 2011-09-01 | 4 | -0/+90 |
* | Adapt basicnif template to OTP changes | Tuncer Ayaz | 2011-07-19 | 2 | -15/+21 |
* | Modernize basicnif template code | Tuncer Ayaz | 2011-07-17 | 1 | -10/+16 |
* | Fix grep portability (Reported-by: Andrew Thompson) | Tuncer Ayaz | 2011-07-14 | 1 | -2/+2 |
* | Change shebang lines to /bin/sh | Tuncer Ayaz | 2011-07-13 | 2 | -2/+2 |
* | Propagate exit status from nodetool to runner script | Andrew Thompson | 2011-07-13 | 1 | -3/+20 |
* | Whitespace cleanups | Tuncer Ayaz | 2011-07-13 | 4 | -21/+24 |
* | fix erlexec parameter | Andrew Gopienko | 2011-07-05 | 1 | -1/+1 |
* | Exact match name, cookie (reported-by Pablo Platt) | Tuncer Ayaz | 2011-06-04 | 1 | -2/+2 |