From 18311f1f6218f55315bf8afa14bad256ca3c27f3 Mon Sep 17 00:00:00 2001 From: Martin Sumner Date: Mon, 28 Oct 2024 11:55:49 +0000 Subject: [PATCH] Update for OpenRiak --- .github/workflows/erlang.yml | 4 ++-- README.md | 2 ++ rebar.config | 2 +- rebar.lock | 1 - 4 files changed, 5 insertions(+), 4 deletions(-) delete mode 100644 rebar.lock diff --git a/.github/workflows/erlang.yml b/.github/workflows/erlang.yml index dfa6a3d..8e50c6f 100644 --- a/.github/workflows/erlang.yml +++ b/.github/workflows/erlang.yml @@ -3,10 +3,10 @@ name: Erlang CI on: push: branches: - - nhse-develop + - openriak-3.2 pull_request: branches: - - nhse-develop + - openriak-3.2 jobs: diff --git a/README.md b/README.md index 60dead8..e4bc013 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ Canola ====== +![Canola OpenRiak Status](https://github.com/OpenRiak/canola/actions/workflows/erlang.yml/badge.svg?branch=openriak-3.2) + Canola, a PAM port driver for the GPL intolerant. Usage diff --git a/rebar.config b/rebar.config index a968e03..219426b 100644 --- a/rebar.config +++ b/rebar.config @@ -3,7 +3,7 @@ {port_env, [{"LDFLAGS", "$LDFLAGS -lpam"}]}. {cover_enabled, true}. -{plugins, [{pc, {git, "https://github.com/blt/port_compiler", {tag, "v1.14.0"}}}]}. +{plugins, [{pc, {git, "https://github.com/OpenRiak/port_compiler", {branch, "openriak-3.2"}}}]}. {profiles, [ {gha, [{erl_opts, [{d, 'GITHUBEXCLUDE'}]}]} diff --git a/rebar.lock b/rebar.lock deleted file mode 100644 index 57afcca..0000000 --- a/rebar.lock +++ /dev/null @@ -1 +0,0 @@ -[].