|
|
@ -20,7 +20,8 @@ |
|
|
|
{profile, embedded}, |
|
|
|
{incl_cond, derived}, |
|
|
|
{excl_archive_filters, [".*"]}, %% Do not archive built libs |
|
|
|
{excl_sys_filters, ["^bin/.*", "^erts.*/bin/(dialyzer|typer)", |
|
|
|
{excl_sys_filters, ["^bin/(?!start_clean.boot)", |
|
|
|
"^erts.*/bin/(dialyzer|typer)", |
|
|
|
"^erts.*/(doc|info|include|lib|man|src)"]}, |
|
|
|
{excl_app_filters, ["\.gitignore"]}, |
|
|
|
{app, {{nodeid}}, [{mod_cond, app}, {incl_cond, include}]} |
|
|
@ -32,6 +33,8 @@ |
|
|
|
{mkdir, "log/sasl"}, |
|
|
|
{copy, "files/erl", "\{\{erts_vsn\}\}/bin/erl"}, |
|
|
|
{copy, "files/nodetool", "\{\{erts_vsn\}\}/bin/nodetool"}, |
|
|
|
{copy, "{{nodeid}}/bin/start_clean.boot", |
|
|
|
"\{\{erts_vsn\}\}/bin/start_clean.boot"}, |
|
|
|
{copy, "files/{{nodeid}}", "bin/{{nodeid}}"}, |
|
|
|
{copy, "files/{{nodeid}}.cmd", "bin/{{nodeid}}.cmd"}, |
|
|
|
{copy, "files/start_erl.cmd", "bin/start_erl.cmd"}, |
|
|
|