Skip to content

Commit

Permalink
Update for OpenRiak
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsumner committed Oct 25, 2024
1 parent f72c5e8 commit ba97bc1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 21 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,10 @@ name: Erlang CI
on:
push:
branches:
- nhse-develop
- nhse-develop-3.2
- nhse-develop-3.4
- openriak-3.4
pull_request:
branches:
- nhse-develop
- nhse-develop-3.2
- nhse-develop-3.4
- openriak-3.4

jobs:

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Riak KV

[![Build Status](https://github.com/basho/riak_kv/actions/workflows/erlang.yml/badge.svg?branch=develop)](https://github.com/basho/riak_kv/actions)

![Riak KV OpenRiak Status](https://github.com/OpenRiak/riak_kv/actions/workflows/erlang.yml/badge.svg?branch=openriak-3.4)

## Overview

Expand Down
26 changes: 13 additions & 13 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"src/riak_kv_backend.erl"
]}.

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

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

{deps, [
{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/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"}}}
{riak_core, {git, "https://github.com/OpenRiak/riak_core.git", {branch, "openriak-3.4"}}},
{sidejob, {git, "https://github.com/OpenRiak/sidejob.git", {branch, "openriak-3.2"}}},
{bitcask, {git, "https://github.com/openRiak/bitcask.git", {branch, "openriak-3.2"}}},
{redbug, {git, "https://github.com/OpenRiak/redbug", {branch, "openriak-3.2"}}},
{recon, {git, "https://github.com/OpenRiak/recon", {branch, "openriak-3.2"}}},
{sext, {git, "https://github.com/OpenRiak/sext.git", {branch, "openriak-3.2"}}},
{riak_pipe, {git, "https://github.com/OpenRiak/riak_pipe.git", {branch, "openriak-3.4"}}},
{riak_dt, {git, "https://github.com/OpenRiak/riak_dt.git", {branch, "openriak-3.2"}}},
{riak_api, {git, "https://github.com/OpenRiak/riak_api.git", {branch, "openriak-3.4"}}},
{hyper, {git, "https://github.com/OpenRiak/hyper", {branch, "openriak-3.2"}}},
{kv_index_tictactree, {git, "https://github.com/OpenRiak/kv_index_tictactree.git", {branch, "openriak-3.4"}}},
{rhc, {git, "https://github.com/OpenRiak/riak-erlang-http-client", {branch, "openriak-3.4"}}}
]}.

0 comments on commit ba97bc1

Please sign in to comment.