summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Kocoloski <kocolosk@apache.org>2016-03-23 00:24:28 -0400
committerAdam Kocoloski <kocolosk@apache.org>2018-05-28 09:08:53 -0400
commit25bc44e805e2d685bee633ef9bfa833eda5b3796 (patch)
treef4683ce9b2584134ddb60c0d0d461861e7bc19d8
parent8e28fd2af5732d1b7e2866977860695fcbd676e8 (diff)
downloadcouchdb-25bc44e805e2d685bee633ef9bfa833eda5b3796.tar.gz
Add hyper to the build
COUCHDB-2971
-rw-r--r--rebar.config.script2
-rw-r--r--rel/reltool.config2
2 files changed, 4 insertions, 0 deletions
diff --git a/rebar.config.script b/rebar.config.script
index 0cbc21faf..a620022d5 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -61,6 +61,8 @@ DepDescs = [
{tag, "v1.1.15"}, [raw]},
%% Third party deps
{folsom, "folsom", {tag, "CouchDB-0.8.2"}},
+{hyper, {url, "https://github.com/GameAnalytics/hyper.git"},
+ "8cdce4bf97280b5a9501c16bce37071aab0387bd"},
{ibrowse, "ibrowse", {tag, "CouchDB-4.0.1"}},
{jiffy, "jiffy", {tag, "CouchDB-0.14.11-2"}},
{mochiweb, "mochiweb", {tag, "v2.17.0"}},
diff --git a/rel/reltool.config b/rel/reltool.config
index aa3100647..5e86d9643 100644
--- a/rel/reltool.config
+++ b/rel/reltool.config
@@ -47,6 +47,7 @@
fabric,
folsom,
global_changes,
+ hyper,
ibrowse,
ioq,
jiffy,
@@ -101,6 +102,7 @@
{app, fabric, [{incl_cond, include}]},
{app, folsom, [{incl_cond, include}]},
{app, global_changes, [{incl_cond, include}]},
+ {app, hyper, [{incl_cond, include}]},
{app, ibrowse, [{incl_cond, include}]},
{app, ioq, [{incl_cond, include}]},
{app, jiffy, [{incl_cond, include}]},