You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/07/22 07:30:01 UTC

[44/50] couchdb commit: updated refs/heads/developer-preview-2.0 to 2a31bca

Add couch_epi


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

Branch: refs/heads/developer-preview-2.0
Commit: bab44b836549a9c6c23e056b12b0ab86962b1c27
Parents: 8aac04c
Author: Robert Newson <rn...@apache.org>
Authored: Thu Jun 25 10:40:30 2015 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Tue Jun 30 10:30:19 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/bab44b83/rebar.config.script
----------------------------------------------------------------------
diff --git a/rebar.config.script b/rebar.config.script
index fd2f55b..9e451e2 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -23,6 +23,7 @@ DepDescs = [
     {config,            "config",           {branch, "master"}},
     {chttpd,            "chttpd",           {branch, "master"}},
     {couch,             "couch",            {branch, "master"}},
+    {couch_epi,         "couch-epi",        {branch, "master"}},
     {couch_index,       "couch-index",      {branch, "master"}},
     {couch_mrview,      "couch-mrview",     {branch, "master"}},
     {couch_replicator,  "couch-replicator", {branch, "master"}},