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

couchdb commit: updated refs/heads/mango to d7e70de

Repository: couchdb
Updated Branches:
  refs/heads/mango 4a9478a86 -> d7e70de23 (forced update)


add mango


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

Branch: refs/heads/mango
Commit: d7e70de23b477390a481f11e8ea6553070c3be71
Parents: c28eadc
Author: Jan Lehnardt <ja...@apache.org>
Authored: Sun Feb 8 14:25:57 2015 +0100
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Sun Feb 8 14:29:11 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/d7e70de2/rebar.config.script
----------------------------------------------------------------------
diff --git a/rebar.config.script b/rebar.config.script
index ef4b5b0..75126c9 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -21,7 +21,7 @@ DepDescs = [
     {cassim,            "cassim",           {branch, "master"}},
     {couch_log,         "couch-log",        {branch, "master"}},
     {config,            "config",           {branch, "master"}},
-    {chttpd,            "chttpd",           {branch, "master"}},
+    {chttpd,            "chttpd",           {branch, "mango"}},
     {couch,             "couch",            {branch, "master"}},
     {couch_index,       "couch-index",      {branch, "master"}},
     {couch_mrview,      "couch-mrview",     {branch, "master"}},
@@ -42,6 +42,7 @@ DepDescs = [
     {ioq,               "ioq",              {branch, "master"}},
     {jiffy,             "jiffy",            {branch, "master"}},
     {khash,             "khash",            {branch, "master"}},
+    {mango,             "mango",            {branch, "master"}},
     {mem3,              "mem3",             {branch, "master"}},
     {mochiweb,          "mochiweb",         {branch, "master"}},
     {oauth,             "oauth",            {branch, "master"}},

http://git-wip-us.apache.org/repos/asf/couchdb/blob/d7e70de2/rel/reltool.config
----------------------------------------------------------------------
diff --git a/rel/reltool.config b/rel/reltool.config
index a2564d6..c02664b 100644
--- a/rel/reltool.config
+++ b/rel/reltool.config
@@ -52,6 +52,7 @@
         jiffy,
         khash,
         lager,
+        mango,
         mem3,
         mochiweb,
         oauth,
@@ -106,6 +107,7 @@
     {app, jiffy, [{incl_cond, include}]},
     {app, khash, [{incl_cond, include}]},
     {app, lager, [{incl_cond, include}]},
+    {app, mango, [{incl_cond, include}]},
     {app, mem3, [{incl_cond, include}]},
     {app, mochiweb, [{incl_cond, include}]},
     {app, oauth, [{incl_cond, include}]},