Skip to content

Instantly share code, notes, and snippets.

@dreverri
Created July 28, 2010 18:26
Show Gist options
  • Save dreverri/495693 to your computer and use it in GitHub Desktop.
Save dreverri/495693 to your computer and use it in GitHub Desktop.
{sys, [
{lib_dirs, []},
{rel, "mysample", "1",
[
kernel,
stdlib,
sasl
]},
{rel, "start_clean", "",
[
kernel,
stdlib
]},
{boot_rel, "mysample"},
{profile, embedded},
{excl_sys_filters, ["^bin/.*",
"^erts.*/bin/(dialyzer|typer)"]},
{app, riak, [{incl_cond, include}]},
{app, sasl, [{incl_cond, include}]}
]}.
{overlay, [
{mkdir, "log/sasl"},
{copy, "overlay/bin"},
{copy, "overlay/erts-vsn/bin", "{{erts_vsn}}"},
{copy, "overlay/etc"}
]}.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment