Skip to content

Instantly share code, notes, and snippets.

@jamesaimonetti
Created July 28, 2010 19:17
Show Gist options
  • Select an option

  • Save jamesaimonetti/495896 to your computer and use it in GitHub Desktop.

Select an option

Save jamesaimonetti/495896 to your computer and use it in GitHub Desktop.

Revisions

  1. jamesaimonetti created this gist Jul 28, 2010.
    33 changes: 33 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,33 @@
    {sys, [
    {lib_dirs, ["/home/james/local/git/", "../.."]},
    {rel, "myapp", "1",
    [
    kernel
    ,stdlib
    ,sasl
    ,crypto
    ,ibrowse
    ,myapp
    ]},
    {rel, "start_clean", "",
    [
    kernel
    ,stdlib
    ,sasl
    ,crypto
    ,ibrowse
    ]},
    {boot_rel, "myapp"},
    {profile, embedded},
    {excl_sys_filters, ["^bin/.*",
    "^erts.*/bin/(dialyzer|typer)"]},
    {app, myapp, [{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"}
    ]}.