Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -1/+1 |
| | |||||
* | Propagate exit status from nodetool to runner script | Andrew Thompson | 2011-07-13 | 1 | -3/+20 |
| | |||||
* | 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 |
| | |||||
* | Support passing plain arguments to `appname start` | Alexey Romanov | 2011-03-05 | 1 | -1/+2 |
| | | | | | | | Currently with default simplenode template, `appname console other_args` will pass ["console", "other_args"] as plain arguments. But `appname start other_args` effectively calls `appname console`. This patch replaces this call with `appname console other_args`. | ||||
* | Remove rejected commit | Alexey Romanov | 2011-03-05 | 1 | -1/+1 |
| | |||||
* | Add console_clean to usage message for simplenode. | Alexey Romanov | 2011-02-21 | 1 | -1/+1 |
| | |||||
* | Support passing plain arguments to simplenode. | Alexey Romanov | 2011-02-21 | 1 | -1/+1 |
| | | | | | | | `init:get_plain_arguments()` returns `["console", "more_args"]` when started with `$APP_NAME console more_args`, but `["console"]` when started with `$APP_NAME start more_args`. This patch makes `start` behave like `console` in this respect. | ||||
* | Clarify trailing slash for PIPE_DIR | Joseph Wayne Norton | 2011-02-15 | 1 | -2/+2 |
| | | | | | The trailing slash for PIPE_DIR is necessary for both start and attach operations. | ||||
* | Add 'generate-upgrade' command | joewilliams | 2011-01-27 | 1 | -2/+8 |
| | | | | | | | | | | | | | | | | | | | | | To support OTP release upgrades I have added support for building upgrade packages. Support for this is included in the rebar_upgrade module, specifically generate_upgrade/2. It requires one variable to be set on the command line 'previous_release' which is the absolute path or relative path from 'rel/' to the previous release one is upgrading from. Running an upgrade will create the needed files, including a relup and result in a tarball containing the upgrade being written to 'rel/'. When done it cleans up the temporary files systools created. Usage: $ rebar generate-upgrade previous_release=/path/to/old/version This also includes a dummy application that can be used to test upgrades as well as an example. Special thanks to Daniel Reverri, Jesper Louis Andersen and Richard Jones for comments and patches. | ||||
* | Fix possible export VAR=VALUE bashism | Tuncer Ayaz | 2010-12-17 | 1 | -1/+2 |
| | |||||
* | Revert to using awk instead of cut | Tuncer Ayaz | 2010-12-13 | 1 | -3/+3 |
| | |||||
* | Extract column 2 on CYGWIN | Tuncer Ayaz | 2010-12-10 | 1 | -1/+1 |
| | |||||
* | Use cut instead of awk to extract 1st column | Tuncer Ayaz | 2010-12-10 | 1 | -4/+3 |
| | |||||
* | Change vm process search to include non-smp beam | Tuncer Ayaz | 2010-12-10 | 1 | -3/+3 |
| | |||||
* | Disable printing of column headers in ps calls | Tuncer Ayaz | 2010-12-09 | 1 | -2/+2 |
| | |||||
* | Fix portability of ps invocation | Tuncer Ayaz | 2010-12-07 | 1 | -1/+17 |
| | |||||
* | Fix whitespace error and add file local variables | Tuncer Ayaz | 2010-12-07 | 1 | -1/+3 |
| | |||||
* | Fix bashism | Tuncer Ayaz | 2010-12-02 | 1 | -1/+1 |
| | |||||
* | The trailing slash is important enough to put it here directly since when it's | Ryan Tilder | 2010-06-23 | 1 | -1/+2 |
| | | | | | missing from the PIPE_DIR definition above, the application won't start and doesn't log any thing to the expected locations. | ||||
* | Fixing issue #3; make sure to properly escape simplenode related files. ↵ | Dave Smith | 2010-01-26 | 1 | -1/+1 |
| | | | | Patch provided by cstar..thanks! | ||||
* | Adding sketch of functionality for creating a reltool node from template | Dave Smith | 2010-01-08 | 1 | -0/+130 |