summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2016-05-13 12:16:24 +0200
committerJan Lehnardt <jan@apache.org>2016-05-13 15:36:48 +0200
commitf21c53cff8256c58ad198fc3935357ff6b7e621e (patch)
tree87efe863c5f3dab2ef112f2fd54e6fe561255f1b
parent5e5e378e7cc857beab85ad10c0558c43aaea7399 (diff)
downloadcouchdb-no-cassim.tar.gz
remove cassim from build until fixedno-cassim
-rwxr-xr-xdev/run2
-rw-r--r--rebar.config.script1
-rw-r--r--rel/reltool.config2
3 files changed, 1 insertions, 4 deletions
diff --git a/dev/run b/dev/run
index d2705f7d7..8f2164e71 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()
diff --git a/rebar.config.script b/rebar.config.script
index e8629ad62..7af00a88c 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"},
diff --git a/rel/reltool.config b/rel/reltool.config
index 8659e41fa..9864427aa 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}]},