Skip to content

Commit

Permalink
adding json and mongo deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Kerrigan committed Dec 26, 2013
1 parent ec02cb6 commit f3bab3a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rebar.config
Expand Up @@ -21,6 +21,8 @@
{riak_control, ".*", {git, "git://github.com/basho/riak_control.git", {branch, "develop"}}},
{riaknostic, ".*", {git, "git://github.com/basho/riaknostic.git", {branch, "develop"}}},
{yokozuna, ".*", {git, "git://github.com/basho/yokozuna.git", {branch, "develop"}}},
{riak_json, ".*", {git, "git://github.com/basho-labs/riak_json.git", {branch, "master"}}},
{riak_mongo, ".*", {git, "git://github.com/basho-labs/riak_mongo.git", {branch, "master"}}},
{riak_auth_mods, ".*", {git, "git://github.com/basho/riak_auth_mods.git", {branch, "develop"}}},
{rebar_lock_deps_plugin, ".*", {git, "git://github.com/seth/rebar_lock_deps_plugin.git", {branch, "master"}}}
]}.
Expand Down
6 changes: 6 additions & 0 deletions rel/reltool.config
Expand Up @@ -25,6 +25,8 @@
riak_search,
riak_api,
yokozuna,
riak_json,
riak_mongo,
cluster_info,
riak_control,
erlydtl,
Expand Down Expand Up @@ -55,6 +57,8 @@
{app, riak_kv, [{incl_cond, include}]},
{app, riak_search, [{incl_cond, include}]},
{app, yokozuna, [{incl_cond, include}]},
{app, riak_json, [{incl_cond, include}]},
{app, riak_mongo, [{incl_cond, include}]},
{app, eper, [{incl_cond, include}]},
{app, sasl, [{incl_cond, include}]},
{app, syslog, [{incl_cond, include}]},
Expand Down Expand Up @@ -111,6 +115,8 @@
{template, "../deps/riak_kv/priv/multi_backend.schema", "lib/20-multi_backend.schema"},
{template, "../deps/eleveldb/priv/eleveldb.schema", "lib/21-leveldb.schema"},
{template, "../deps/yokozuna/priv/yokozuna.schema", "lib/30-yokozuna.schema"},
{template, "../deps/riak_json/priv/riak_json.schema", "lib/31-riak_json.schema"},
{template, "../deps/riak_mongo/priv/riak_mongo.schema", "lib/31-riak_mongo.schema"},

%% Copy additional bin scripts
{template, "files/riak-admin", "bin/riak-admin"},
Expand Down

0 comments on commit f3bab3a

Please sign in to comment.