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 2015/07/21 15:18:35 UTC

couchdb commit: updated refs/heads/master to 2a31bca

Repository: couchdb
Updated Branches:
  refs/heads/master ccf95f1eb -> 2a31bca89


Make sure we start `setup` application


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

Branch: refs/heads/master
Commit: 2a31bca8980419fa9ffc936409e84097c268da08
Parents: ccf95f1
Author: ILYA Khlopotov <ii...@ca.ibm.com>
Authored: Fri Jul 17 10:04:12 2015 -0700
Committer: ILYA Khlopotov <ii...@ca.ibm.com>
Committed: Fri Jul 17 10:04:12 2015 -0700

----------------------------------------------------------------------
 rel/reltool.config | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/2a31bca8/rel/reltool.config
----------------------------------------------------------------------
diff --git a/rel/reltool.config b/rel/reltool.config
index f246da9..a52d037 100644
--- a/rel/reltool.config
+++ b/rel/reltool.config
@@ -57,6 +57,7 @@
         mochiweb,
         oauth,
         rexi,
+        setup,
         snappy
     ]},
     {rel, "start_clean", "", [kernel, stdlib]},
@@ -112,6 +113,7 @@
     {app, mochiweb, [{incl_cond, include}]},
     {app, oauth, [{incl_cond, include}]},
     {app, rexi, [{incl_cond, include}]},
+    {app, setup, [{incl_cond, include}]},
     {app, snappy, [{incl_cond, include}]}
 ]}.