mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Simplify reltool.config template
This commit is contained in:
parent
7bef458163
commit
f0de7faa11
1 changed files with 3 additions and 5 deletions
|
@ -16,15 +16,13 @@
|
||||||
]},
|
]},
|
||||||
{boot_rel, "{{nodeid}}"},
|
{boot_rel, "{{nodeid}}"},
|
||||||
{profile, embedded},
|
{profile, embedded},
|
||||||
{incl_cond, exclude},
|
{incl_cond, derived},
|
||||||
|
{mod_cond, derived},
|
||||||
{excl_archive_filters, [".*"]}, %% Do not archive built libs
|
{excl_archive_filters, [".*"]}, %% Do not archive built libs
|
||||||
{excl_sys_filters, ["^bin/.*", "^erts.*/bin/(dialyzer|typer)",
|
{excl_sys_filters, ["^bin/.*", "^erts.*/bin/(dialyzer|typer)",
|
||||||
"^erts.*/(doc|info|include|lib|man|src)"]},
|
"^erts.*/(doc|info|include|lib|man|src)"]},
|
||||||
{excl_app_filters, ["\.gitignore"]},
|
{excl_app_filters, ["\.gitignore"]},
|
||||||
{app, sasl, [{incl_cond, include}]},
|
{app, {{nodeid}}, [{mod_cond, app}, {incl_cond, include}]}
|
||||||
{app, stdlib, [{incl_cond, include}]},
|
|
||||||
{app, kernel, [{incl_cond, include}]},
|
|
||||||
{app, {{nodeid}}, [{incl_cond, include}]}
|
|
||||||
]}.
|
]}.
|
||||||
|
|
||||||
{target_dir, "{{nodeid}}"}.
|
{target_dir, "{{nodeid}}"}.
|
||||||
|
|
Loading…
Reference in a new issue