To help kill lang/spidermonkey, backport some changes from upstream's develop-3.0 riak_kv branch removing support for javascript commit hook and map-reduce functions; landry@ approves
17 lines
988 B
Plaintext
17 lines
988 B
Plaintext
$OpenBSD: patch-rebar_config,v 1.3 2018/05/15 06:38:33 jmatthew Exp $
|
|
|
|
Disable yokozuna for now
|
|
|
|
Index: rebar.config
|
|
--- rebar.config.orig
|
|
+++ rebar.config
|
|
@@ -20,7 +20,7 @@
|
|
{riak_kv, ".*", {git, "git://github.com/basho/riak_kv.git", {branch, "develop-2.2"}}},
|
|
{riak_control, ".*", {git, "git://github.com/basho/riak_control.git", {branch, "develop-2.2"}}},
|
|
{riaknostic, ".*", {git, "git://github.com/basho/riaknostic.git", {tag, "2.1.7"}}},
|
|
- {yokozuna, ".*", {git, "git://github.com/basho/yokozuna.git", {branch, "develop-2.2"}}},
|
|
+%% {yokozuna, ".*", {git, "git://github.com/basho/yokozuna.git", {branch, "develop-2.2"}}},
|
|
{riak_auth_mods, ".*", {git, "git://github.com/basho/riak_auth_mods.git", {tag, "2.1.0"}}},
|
|
{riak_repl, ".*", {git, "git://github.com/basho/riak_repl.git", {branch, "develop-2.2"}}},
|
|
{rebar_lock_deps_plugin, ".*", {git, "https://github.com/basho/rebar_lock_deps_plugin.git", {tag, "3.1.0p1"}}}
|