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 2014/07/10 16:50:53 UTC

[20/50] couchdb commit: updated refs/heads/master to 6526051

couch_index is merged


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/4caa18bc
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/4caa18bc
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/4caa18bc

Branch: refs/heads/master
Commit: 4caa18bce2b81139451fc9be50b1c9c1d67f87b6
Parents: d1cdd09
Author: Robert Newson <rn...@apache.org>
Authored: Wed May 14 16:13:58 2014 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Wed May 14 16:14:08 2014 +0100

----------------------------------------------------------------------
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/4caa18bc/rebar.config.script
----------------------------------------------------------------------
diff --git a/rebar.config.script b/rebar.config.script
index e066130..120dad2 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -21,7 +21,7 @@ DepDescs = [
     {config, "couchdb-config", {branch, "master"}},
     {chttpd, "couchdb-chttpd", {branch, "master"}},
     {couch, "couchdb-couch", {branch, "master"}},
-    {couch_index, "couchdb-couch-index", {branch, "1843-feature-bigcouch"}},
+    {couch_index, "couchdb-couch-index", {branch, "master"}},
     {couch_mrview, "couchdb-couch-mrview", {branch, "master"}},
     {couch_replicator, "couchdb-couch-replicator", {branch,  "master"}},
     {ddoc_cache, "couchdb-ddoc-cache", {branch, "1843-feature-bigcouch"}},