You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2020/04/01 14:55:03 UTC

[couchdb] 01/01: Switch erlfdb to the couchdb repo at tag v1.0.0

This is an automated email from the ASF dual-hosted git repository.

rnewson pushed a commit to branch switch-erlfdb-couch
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 24524a442ac8c7c56f8af595526c16023bdfb032
Author: Robert Newson <rn...@apache.org>
AuthorDate: Wed Apr 1 15:54:13 2020 +0100

    Switch erlfdb to the couchdb repo at tag v1.0.0
---
 rebar.config.script | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/rebar.config.script b/rebar.config.script
index d315c75..269511d 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -150,6 +150,7 @@ DepDescs = [
 %% Independent Apps
 {config,           "config",           {tag, "2.1.7"}},
 {b64url,           "b64url",           {tag, "1.0.2"}},
+{erlfdb,           "erlfdb",           {tag, "v1.0.0"}},
 {ets_lru,          "ets-lru",          {tag, "1.1.0"}},
 {khash,            "khash",            {tag, "1.1.0"}},
 {snappy,           "snappy",           {tag, "CouchDB-1.0.4"}},
@@ -170,10 +171,7 @@ DepDescs = [
 {meck,             "meck",             {tag, "0.8.8"}},
 {recon,            "recon",            {tag, "2.5.0"}},
 {passage,          "passage",          {tag, "0.2.6"}},
-{thrift_protocol,  "thrift-protocol",  {tag, "0.1.5"}},
-
-%% TMP - Until this is moved to a proper Apache repo
-{erlfdb,           "erlfdb",           {branch, "master"}}
+{thrift_protocol,  "thrift-protocol",  {tag, "0.1.5"}}
 ],
 
 WithProper = lists:keyfind(with_proper, 1, CouchConfig) == {with_proper, true},
@@ -188,8 +186,6 @@ end,
 BaseUrl = "https://github.com/apache/",
 
 MakeDep = fun
-    ({erlfdb, _, Version}) ->
-        {erlfdb, ".*", {git, "https://github.com/cloudant-labs/couchdb-erlfdb", {branch, "master"}}};
     ({AppName, {url, Url}, Version}) ->
         {AppName, ".*", {git, Url, Version}};
     ({AppName, {url, Url}, Version, Options}) ->