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/13 11:16:33 UTC

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

Repository: couchdb
Updated Branches:
  refs/heads/no-cassim d15b10799 -> f671b3955 (forced update)


remove cassim from build until fixed


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

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

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/f671b395/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/f671b395/rebar.config.script
----------------------------------------------------------------------
diff --git a/rebar.config.script b/rebar.config.script
index e8629ad..7af00a8 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -27,7 +27,6 @@ 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"},

http://git-wip-us.apache.org/repos/asf/couchdb/blob/f671b395/rel/reltool.config
----------------------------------------------------------------------
diff --git a/rel/reltool.config b/rel/reltool.config
index 8659e41..315881d 100644
--- a/rel/reltool.config
+++ b/rel/reltool.config
@@ -29,7 +29,6 @@
         %% couchdb
         b64url,
         bear,
-        cassim,
         chttpd,
         config,
         couch,
@@ -87,8 +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}]},
     {app, couch_epi, [{incl_cond, include}]},