dreyk / etsdb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dreyk/riak_core has no branch named etsdb

mtourne opened this issue · comments

In rebar.config :

{deps, [
        {riak_core, ".*", {git, "git://github.com/dreyk/riak_core", {branch, "etsdb"}}},

Use branch monitor of etsdb

Sorry. We don't use master branch a long time.
Ok I will check all dependency.

I've tried the branch monitor for riak_core, which in turns pulls in :
{eleveldb, ".*", {git, "git://github.com/basho/eleveldb.git", {branch, "develop"}}}

which conflicts with :
{eleveldb, ".*", {git, "git://github.com/SatisSoft/eleveldb.git", {branch,"smart_fold"}}},
inside etsdb

Use monitor branch of etsdb itself. Its rebar.config points to develop branch of Basho's eleveldb.

Thank you. Please update all dependency.(git clone litetsdb)