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 8964b29 commit 1fcc4fb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Erlang CI
on:
push:
branches:
- nhse-develop
- openriak-3.2
pull_request:
branches:
- nhse-develop
- openriak-3.2

jobs:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Bitcask - A Log-Structured Hash Table for Fast Key/Value Data

[![Erlang CI Actions Status](https://github.com/basho/bitcask/workflows/Erlang%20CI/badge.svg)](https://github.com/basho/bitcask/actions)
![Bitcask OpenRiak Status](https://github.com/OpenRiak/bitcask/actions/workflows/erlang.yml/badge.svg?branch=openriak-3.2)

Bitcask uses the "rebar" build system, but we have provided a wrapper
Makefile so that simply running "make" at the top level should work.
Expand Down
4 changes: 2 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
[
{deps,
[meck,
{cuttlefish, {git, "https://github.com/OpenRiak/cuttlefish.git", {branch, "nhse-develop"}}}
{cuttlefish, {git, "https://github.com/OpenRiak/cuttlefish.git", {branch, "openriak-3.2"}}}
]},
{eunit_opts, [verbose]}
]},
{eqc,
[
{deps,
[meck, {faulterl, {git, "https://github.com/OpenRiak/faulterl", {branch, "nhse-develop"}}}]},
[meck, {faulterl, {git, "https://github.com/OpenRiak/faulterl", {branch, "openriak-3.2"}}}]},
{overrides,
[{override, faulterl, [
{plugins, [pc]},
Expand Down

0 comments on commit 1fcc4fb

Please sign in to comment.