summaryrefslogtreecommitdiff
path: root/priv/templates/simplenode.reltool.config
Commit message (Collapse)AuthorAgeFilesLines
* Simplify reltool.config templateTuncer Ayaz2012-06-191-5/+3
|
* Improvements to windows node runner scriptMatt Campbell2012-04-171-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 filterTuncer Ayaz2012-01-201-1/+1
|
* Simplify excl_sys_filtersTuncer Ayaz2012-01-201-4/+2
|
* Trim reltool config and add nodeid to releaseTuncer Ayaz2011-12-201-9/+13
|
* Get rid of app.configjoewilliams2011-09-201-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 templatesMatt Campbell2011-09-011-0/+2
|
* Fix formatting (thanks Piotr Usewicz)Tuncer Ayaz2011-04-151-1/+1
|
* Updating simplenode template so that it works with refactored overlay ↵Dave Smith2010-07-061-7/+9
| | | | | | | support; fixes bugs 347 and 348 --HG-- extra : rebase_source : b8eaa05914a99a7f67fdc83f1e07a92bdcad5dfd
* Adding sketch of functionality for creating a reltool node from templateDave Smith2010-01-081-0/+28