summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Kocoloski <kocolosk@apache.org>2020-01-06 13:26:28 -0500
committerAdam Kocoloski <kocolosk@apache.org>2020-01-06 14:44:44 -0500
commit63c4a48bbc2a110ee163e106821e23da087a8ead (patch)
tree24da0dd229bf075f8a751056e6ff6cd61bfbae1d
parent2ed9a6c84ddb10f4cfba36bb190f3c78b9405e2e (diff)
downloadcouchdb-ioq-in-tree.tar.gz
Remove ioq/hqueue dependencies, add ioq as subdirioq-in-tree
The hqueue dependency is only needed for experimental IOQ2 functionality that is not included in the codebase we're bringing into the mainline.
-rw-r--r--rebar.config.script3
1 files changed, 1 insertions, 2 deletions
diff --git a/rebar.config.script b/rebar.config.script
index dace4e26c..5d5a6aac3 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -131,6 +131,7 @@ SubDirs = [
"src/dreyfus",
"src/fabric",
"src/global_changes",
+ "src/ioq",
"src/ken",
"src/mango",
"src/rexi",
@@ -146,8 +147,6 @@ DepDescs = [
{ets_lru, "ets-lru", {tag, "1.0.0"}},
{khash, "khash", {tag, "1.0.1"}},
{snappy, "snappy", {tag, "CouchDB-1.0.4"}},
-{ioq, "ioq", {tag, "2.1.2"}},
-{hqueue, "hqueue", {tag, "CouchDB-1.0.1-1"}},
%% Non-Erlang deps
{docs, {url, "https://github.com/apache/couchdb-documentation"},