You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ch...@apache.org on 2014/08/29 22:46:02 UTC

[02/13] couchdb commit: updated refs/heads/1963-eunit-bigcouch to 36bd96a

Add ioq


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

Branch: refs/heads/1963-eunit-bigcouch
Commit: 74ad83feb7c422e784c56323cbd653e9262d7214
Parents: a6c91a0
Author: Robert Newson <rn...@apache.org>
Authored: Thu Aug 28 21:19:05 2014 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Thu Aug 28 21:19:05 2014 +0100

----------------------------------------------------------------------
 rebar.config.script | 1 +
 rel/reltool.config  | 2 ++
 2 files changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/74ad83fe/rebar.config.script
----------------------------------------------------------------------
diff --git a/rebar.config.script b/rebar.config.script
index 3dab22f..d58d85f 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -37,6 +37,7 @@ DepDescs = [
     {fauxton,           "fauxton",          {branch, "master"}, [raw]},
     {global_changes,    "global-changes",   {branch, "master"}},
     {ibrowse,           "ibrowse",          {branch, "master"}},
+    {ioq,               "ioq",              {branch, "master"}},
     {jiffy,             "jiffy",            {branch, "master"}},
     {khash,             "khash",            {branch, "master"}},
     {mem3,              "mem3",             {branch, "master"}},

http://git-wip-us.apache.org/repos/asf/couchdb/blob/74ad83fe/rel/reltool.config
----------------------------------------------------------------------
diff --git a/rel/reltool.config b/rel/reltool.config
index d5c76bc..d709348 100644
--- a/rel/reltool.config
+++ b/rel/reltool.config
@@ -44,6 +44,7 @@
         global_changes,
         goldrush,
         ibrowse,
+        ioq,
         jiffy,
         khash,
         lager,
@@ -93,6 +94,7 @@
     {app, global_changes, [{incl_cond, include}]},
     {app, goldrush, [{incl_cond, include}]},
     {app, ibrowse, [{incl_cond, include}]},
+    {app, ioq, [{incl_cond, include}]},
     {app, jiffy, [{incl_cond, include}]},
     {app, khash, [{incl_cond, include}]},
     {app, lager, [{incl_cond, include}]},