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 2016/05/15 14:57:10 UTC

couchdb commit: updated refs/heads/no-cassim to 4e3e0ae [Forced Update!]

Repository: couchdb
Updated Branches:
  refs/heads/no-cassim f21c53cff -> 4e3e0ae29 (forced update)


remove cassim from build until fixed

COUCHDB-2990


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

Branch: refs/heads/no-cassim
Commit: 4e3e0ae297a0f4a20e2b90368b868f2b74caa6a9
Parents: 5e5e378
Author: Jan Lehnardt <ja...@apache.org>
Authored: Fri May 13 12:16:24 2016 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Sun May 15 16:56:41 2016 +0200

----------------------------------------------------------------------
 dev/run             | 2 +-
 rebar.config.script | 3 +--
 rel/reltool.config  | 2 --
 3 files changed, 2 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/4e3e0ae2/dev/run
----------------------------------------------------------------------
diff --git a/dev/run b/dev/run
index d2705f7..8f2164e 100755
--- a/dev/run
+++ b/dev/run
@@ -492,7 +492,7 @@ def try_request(host, port, meth, path, success_codes, retries=10, retry_dt=1):
 
 
 def create_system_databases(host, port):
-    for dbname in ['_users', '_replicator', '_metadata', '_global_changes']:
+    for dbname in ['_users', '_replicator', '_global_changes']:
         conn = httpclient.HTTPConnection(host, port)
         conn.request('HEAD', '/' + dbname)
         resp = conn.getresponse()

http://git-wip-us.apache.org/repos/asf/couchdb/blob/4e3e0ae2/rebar.config.script
----------------------------------------------------------------------
diff --git a/rebar.config.script b/rebar.config.script
index e8629ad..2740f2f 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -27,10 +27,9 @@ DepDescs = [
 {config,           "config",           "a2d5ad2eedc960248b806f61df0a1009462bdb46"},
 %% keep these sorted
 {b64url,           "b64url",           "319fc604235ab1fde37047b38a432450161db750"},
-{cassim,           "cassim",           "ab1ef1cee5f7b7ec1733e44845c1df99fc7a66a3"},
 {couch_log,        "couch-log",        "e4abbd3874356dc7a201b09676e27ff7dc8bed7c"},
 {couch_log_lager,  "couch-log-lager",  "b2a0471a87765de50c5eb05c65c121f68a9ae9fa"},
-{chttpd,           "chttpd",           "7cffe7edc5abe1a41103eae7f076e843222f429b"},
+{chttpd,           "chttpd",           "no-cassim"},
 {couch,            "couch",            "b49d069160ed6a35a044994cf516ad79b099601d"},
 {couch_index,      "couch-index",      "e8c8ca8b0bb66193f1ba7e4b1d7e4a3817d661ab"},
 {couch_mrview,     "couch-mrview",     "6ec35971ebd96133cc6a34fa29f1d364049a7ecd"},

http://git-wip-us.apache.org/repos/asf/couchdb/blob/4e3e0ae2/rel/reltool.config
----------------------------------------------------------------------
diff --git a/rel/reltool.config b/rel/reltool.config
index 8659e41..9864427 100644
--- a/rel/reltool.config
+++ b/rel/reltool.config
@@ -29,7 +29,6 @@
         %% couchdb
         b64url,
         bear,
-        cassim,
         chttpd,
         config,
         couch,
@@ -87,7 +86,6 @@
     %% couchdb
     {app, b64url, [{incl_cond, include}]},
     {app, bear, [{incl_cond, include}]},
-    {app, cassim, [{incl_cond, include}]},
     {app, chttpd, [{incl_cond, include}]},
     {app, config, [{incl_cond, include}]},
     {app, couch, [{incl_cond, include}]},