mirror of
https://github.com/correl/rebar.git
synced 2024-11-15 03:00:18 +00:00
10 lines
441 B
Text
10 lines
441 B
Text
{variables, [{nodeid, "mynode"}]}.
|
|
{template, "simplenode.reltool.config", "reltool.config"}.
|
|
{file, "simplenode.erl.script", "files/erl"}.
|
|
{chmod, 8#744, "files/erl"}.
|
|
{file, "simplenode.nodetool", "files/nodetool"}.
|
|
{chmod, 8#744, "files/nodetool"}.
|
|
{file, "simplenode.runner", "files/{{nodeid}}"}.
|
|
{chmod, 8#744, "files/{{nodeid}}"}.
|
|
{file, "simplenode.app.config", "files/app.config"}.
|
|
{template, "simplenode.vm.args", "files/vm.args"}.
|