Skip to content

Commit

Permalink
Update for OpenRiak & OTP26
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsumner committed Oct 24, 2024
1 parent 9592f2a commit a76f8eb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# `riak_api` - Riak Client APIs

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

This OTP application encapsulates services for presenting Riak's
public-facing interfaces. Currently this means a generic interface for
exposing Protocol Buffers-based services; HTTP services via Webmachine
will be moved here at a later time.

[![Erlang CI Actions Status](https://github.com/basho/riak_api/workflows/Erlang%20CI/badge.svg)](https://github.com/basho/riak_api/actions)

## Contributing

We encourage contributions to `riak_api` from the community.
Expand Down
8 changes: 4 additions & 4 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
{eunit_opts, [verbose]}.

{deps, [
{riak_pb, {git, "https://github.com/OpenRiak/riak_pb.git", {branch, "nhse-develop"}}},
{webmachine, {git, "https://github.com/webmachine/webmachine.git", {branch, "main"}}},
{mochiweb, {git, "https://github.com/OpenRiak/mochiweb.git", {branch, "nhse-develop-3.4"}}},
{riak_core, {git, "https://github.com/OpenRiak/riak_core.git", {branch, "nhse-develop-3.4"}}}
{riak_pb, {git, "https://github.com/OpenRiak/riak_pb.git", {branch, "openriak-3.4"}}},
{webmachine, {git, "https://github.com/OpenRiak/webmachine.git", {branch, "openriak-3.4"}}},
{mochiweb, {git, "https://github.com/OpenRiak/mochiweb.git", {branch, "openriak-3.4"}}},
{riak_core, {git, "https://github.com/OpenRiak/riak_core.git", {branch, "openriak-3.4"}}}
]}.

{profiles, [
Expand Down

0 comments on commit a76f8eb

Please sign in to comment.