You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
616 B

  1. {sys, [
  2. {lib_dirs, []},
  3. {rel, "{{nodeid}}", "1",
  4. [
  5. kernel,
  6. stdlib,
  7. sasl
  8. ]},
  9. {rel, "start_clean", "",
  10. [
  11. kernel,
  12. stdlib
  13. ]},
  14. {boot_rel, "{{nodeid}}"},
  15. {profile, embedded},
  16. {excl_sys_filters, ["^bin/.*",
  17. "^erts.*/bin/(dialyzer|typer)"]},
  18. {app, riak, [{incl_cond, include}]},
  19. {app, sasl, [{incl_cond, include}]}
  20. ]}.
  21. {rebar, [
  22. {empty_dirs, [
  23. "log/sasl"
  24. ]},
  25. {overlay, "overlay"}
  26. ]}.