rebar/priv/templates
joewilliams 5298e93a18 Add 'generate-upgrade' command
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.
2011-01-27 18:37:39 +01:00
..
basicnif.c Adding basic NIF template 2010-03-25 22:32:53 -06:00
basicnif.erl Adding basic NIF template 2010-03-25 22:32:53 -06:00
basicnif.template Adding basic NIF template 2010-03-25 22:32:53 -06:00
simpleapp.app.src Adding simpleapp.app.src 2010-06-22 11:02:54 -06:00
simpleapp.template Updating simpleapp template to use .app.src 2010-06-22 11:01:28 -06:00
simpleapp_app.erl Sketching out templating system 2010-01-07 22:18:55 -07:00
simpleapp_sup.erl Fixing some typos in simpleapp template 2010-01-09 06:23:35 -07:00
simplefsm.erl Added 3 new templates: 2010-02-03 21:56:30 +10:00
simplefsm.template Updating template defs to use "template" in lieu of "file" directive 2010-02-14 09:25:53 -07:00
simplemod.erl Added 3 new templates: 2010-02-03 21:56:30 +10:00
simplemod.template Updating template defs to use "template" in lieu of "file" directive 2010-02-14 09:25:53 -07:00
simplemod_tests.erl Added 3 new templates: 2010-02-03 21:56:30 +10:00
simplenode.app.config Adding sketch of functionality for creating a reltool node from template 2010-01-08 12:16:57 -07:00
simplenode.erl.script Fixing issue #3; make sure to properly escape simplenode related files. Patch provided by cstar..thanks! 2010-01-26 15:11:22 -07:00
simplenode.nodetool Add file local variables to nodetool escript 2011-01-21 16:13:14 +01:00
simplenode.reltool.config Updating simplenode template so that it works with refactored overlay support; fixes bugs 347 and 348 2010-07-06 12:03:20 -06:00
simplenode.runner Add 'generate-upgrade' command 2011-01-27 18:37:39 +01:00
simplenode.template Fix bz://705; make sure to invoke chmod as part of the template 2010-10-27 07:50:27 -06:00
simplenode.vm.args Adding sketch of functionality for creating a reltool node from template 2010-01-08 12:16:57 -07:00
simplesrv.erl Added 3 new templates: 2010-02-03 21:56:30 +10:00
simplesrv.template Updating template defs to use "template" in lieu of "file" directive 2010-02-14 09:25:53 -07:00