Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify reltool.config template | Tuncer Ayaz | 2012-06-19 | 1 | -5/+3 |
| | |||||
* | Improvements to windows node runner script | Matt Campbell | 2012-04-17 | 1 | -1/+2 |
| | | | | | | | * 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 | ||||
* | 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 |
| | |||||
* | Trim reltool config and add nodeid to release | Tuncer Ayaz | 2011-12-20 | 1 | -9/+13 |
| | |||||
* | Get rid of app.config | joewilliams | 2011-09-20 | 1 | -2/+9 |
| | | | | | | | | | | | | | | | | | | | | app.config has been a long standing erroneous file in rebar. Erlang/OTP documentation suggests a sys.config file instead. This file is stored in the releases/VSN directory. This does a few things but most importantly it ensures your config (contained in the application environment) survives a hot upgrade. It also has the advantage of allowing the configuration of the application to be versioned along side the application code. This patch flips rebar to use sys.config rather than app.config. Additionally it makes this flip to vm.args as well, making them versioned just like sys.config. This patch also includes runner script changes to support the old etc/app.config config file location and support for Windows. Thanks to mokele for the initial work and kick in the pants to make this finially happen. | ||||
* | Add simple Windows batch scripts to node templates | Matt Campbell | 2011-09-01 | 1 | -0/+2 |
| | |||||
* | Fix formatting (thanks Piotr Usewicz) | Tuncer Ayaz | 2011-04-15 | 1 | -1/+1 |
| | |||||
* | Updating simplenode template so that it works with refactored overlay ↵ | Dave Smith | 2010-07-06 | 1 | -7/+9 |
| | | | | | | | support; fixes bugs 347 and 348 --HG-- extra : rebase_source : b8eaa05914a99a7f67fdc83f1e07a92bdcad5dfd | ||||
* | Adding sketch of functionality for creating a reltool node from template | Dave Smith | 2010-01-08 | 1 | -0/+28 |