Skip to content

Commit

Permalink
Update for OpenRiak
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsumner committed Sep 26, 2024
1 parent 8c6e74f commit f72c5e8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
1 change: 0 additions & 1 deletion .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:
- nhse-develop-3.2
- nhse-develop-3.4


jobs:

build:
Expand Down
25 changes: 10 additions & 15 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,11 @@

{xref_checks,[undefined_function_calls,undefined_functions]}.

%% XXX yz_kv is here becase Ryan has not yet made a generic hook interface for object modification
%% XXX yz_stat is here for similar reasons -- we do not yet support dynamic stat hooks
%% XXX object is here because it's a new Lager sync
{xref_queries, [{"(XC - UC) || (XU - X - B - \"(cluster_info|dtrace|yz_kv|yz_stat|object)\" : Mod)", []}]}.

{erl_first_files, [
"src/riak_kv_backend.erl"
]}.

{plugins, [{rebar3_gpb_plugin, {git, "https://github.com/nhs-riak/rebar3_gpb_plugin", {tag, "nhse-develop"}}},
{plugins, [{rebar3_gpb_plugin, {git, "https://github.com/OpenRiak/rebar3_gpb_plugin", {tag, "nhse-develop"}}},
{eqc_rebar, {git, "https://github.com/Quviq/eqc-rebar", {branch, "master"}}}]}.

{gpb_opts, [{module_name_suffix, "_pb"},
Expand All @@ -41,16 +36,16 @@
]}.

{deps, [
{riak_core, {git, "https://github.com/nhs-riak/riak_core.git", {branch, "nhse-develop-3.4"}}},
{sidejob, {git, "https://github.com/nhs-riak/sidejob.git", {branch, "nhse-develop"}}},
{bitcask, {git, "https://github.com/nhs-riak/bitcask.git", {branch, "nhse-develop"}}},
{riak_core, {git, "https://github.com/OpenRiak/riak_core.git", {branch, "nhse-develop-3.4"}}},
{sidejob, {git, "https://github.com/OpenRiak/sidejob.git", {branch, "nhse-develop"}}},
{bitcask, {git, "https://github.com/openRiak/bitcask.git", {branch, "nhse-develop"}}},
{redbug, {git, "https://github.com/massemanet/redbug", {branch, "master"}}},
{recon, {git, "https://github.com/ferd/recon", {tag, "2.5.5"}}},
{sext, {git, "https://github.com/uwiger/sext.git", {tag, "1.8.0"}}},
{riak_pipe, {git, "https://github.com/nhs-riak/riak_pipe.git", {branch, "nhse-develop-3.4"}}},
{riak_dt, {git, "https://github.com/nhs-riak/riak_dt.git", {branch, "nhse-develop"}}},
{riak_api, {git, "https://github.com/nhs-riak/riak_api.git", {branch, "nhse-develop-3.4"}}},
{hyper, {git, "https://github.com/nhs-riak/hyper", {branch, "nhse-develop"}}},
{kv_index_tictactree, {git, "https://github.com/nhs-riak/kv_index_tictactree.git", {branch, "nhse-develop-3.4"}}},
{rhc, {git, "https://github.com/nhs-riak/riak-erlang-http-client", {branch, "nhse-develop-3.4"}}}
{riak_pipe, {git, "https://github.com/OpenRiak/riak_pipe.git", {branch, "nhse-develop-3.4"}}},
{riak_dt, {git, "https://github.com/OpenRiak/riak_dt.git", {branch, "nhse-develop"}}},
{riak_api, {git, "https://github.com/OpenRiak/riak_api.git", {branch, "nhse-develop-3.4"}}},
{hyper, {git, "https://github.com/OpenRiak/hyper", {branch, "nhse-develop"}}},
{kv_index_tictactree, {git, "https://github.com/OpenRiak/kv_index_tictactree.git", {branch, "nhse-develop-3.4"}}},
{rhc, {git, "https://github.com/OpenRiak/riak-erlang-http-client", {branch, "nhse-develop-3.4"}}}
]}.

0 comments on commit f72c5e8

Please sign in to comment.