This is an automated email from the ASF dual-hosted git repository.
davisp pushed a commit to branch fix-erlang-21-eunit-failures
in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 4619e90ccfc9d6a009cabc5b5961e8571ab3b804
Author: Paul J. Davis <paul.joseph.davis@gmail.com>
AuthorDate: Thu Jun 21 13:10:09 2018 -0500
TMP: Point to fixed mochiweb
---
rebar.config.script | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/rebar.config.script b/rebar.config.script
index 82f4d70..ddf87cf 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -64,7 +64,8 @@ DepDescs = [
{hyper, "hyper", {tag, "CouchDB-2.2.0-3"}},
{ibrowse, "ibrowse", {tag, "CouchDB-4.0.1"}},
{jiffy, "jiffy", {tag, "CouchDB-0.14.11-2"}},
-{mochiweb, "mochiweb", {tag, "v2.17.0"}},
+{mochiweb, {url, "https://github.com/cloudant/couchdb-mochiweb"},
+ {branch, "fix-parameterized-module-errors"}},
{meck, "meck", {tag, "0.8.8"}},
{bcrypt, {url, "https://github.com/apache/couchdb-erlang-bcrypt"},
{tag, "1.0.2"}},
|