forked from basho/riak
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrebar.config
23 lines (17 loc) · 865 Bytes
/
rebar.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{sub_dirs, ["rel"]}.
{require_otp_vsn, "R14B0[234]|R15"}.
{cover_enabled, true}.
{lib_dirs, ["deps", "deps/riak_search/apps/"]}.
{erl_opts, [debug_info, fail_on_warning]}.
{erlydtl_opts, [
{compiler_options, [report, return, debug_info]}
]}.
{deps, [
{lager_syslog, ".*", {git, "git://github.com/basho/lager_syslog", {tag, "1.2.2"}}},
{cluster_info, ".*", {git, "git://github.com/basho/cluster_info", {branch, "master"}}},
{riak_kv, ".*", {git, "git://github.com/basho/riak_kv", {branch, "master"}}},
{riak_search, ".*", {git, "git://github.com/basho/riak_search",
{branch, "master"}}},
{riak_control, ".*", {git, "git://github.com/basho/riak_control", {branch, "master"}}},
{riaknostic, ".*", {git, "git://github.com/basho/riaknostic", {branch, "master"}}}
]}.