- Did not convert to staging as it fails to build when enabled currently Riak is a distributed database designed for maximum availability: so long as your client can reach one server, it should be able to write data. In most failure scenarios the data you want to read should be available, albeit possibly stale. WWW: http://basho.com/riak/ PR: ports/182317 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
16 lines
735 B
Text
16 lines
735 B
Text
--- rel/reltool.config.orig 2013-09-17 20:53:23.000000000 +0200
|
|
+++ rel/reltool.config 2013-09-17 20:55:40.000000000 +0200
|
|
@@ -37,8 +37,12 @@
|
|
{boot_rel, "riak"},
|
|
{profile, embedded},
|
|
{excl_sys_filters, ["^bin/.*",
|
|
- "^erts.*/bin/(dialyzer|typer)"]},
|
|
+ "^erts.*/bin/(dialyzer|typer)",
|
|
+ "^erts.*/bin/(dialyzer|typer)",
|
|
+ "^erts.*/doc",
|
|
+ "^erts.*/man"]},
|
|
{excl_archive_filters, [".*"]},
|
|
+ {app, mnesia, [{incl_app_filters, ["ebin/*"]}]},
|
|
{app, cluster_info, [{incl_cond, include}]},
|
|
{app, erlang_js, [{incl_cond, include}]},
|
|
{app, ebloom, []},
|