You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/10/18 00:17:53 UTC

couchdb commit: updated refs/heads/master to 5fb8346

Repository: couchdb
Updated Branches:
  refs/heads/master 70377d5b7 -> 5fb8346f0


Fix dialyzer warnings


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

Branch: refs/heads/master
Commit: 5fb8346f0910fd9c4ca3b5eb7946e2c09d948e16
Parents: 70377d5
Author: Alexander Shorin <kx...@apache.org>
Authored: Sun Oct 18 01:16:28 2015 +0300
Committer: Alexander Shorin <kx...@apache.org>
Committed: Sun Oct 18 01:16:28 2015 +0300

----------------------------------------------------------------------
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/5fb8346f/rebar.config.script
----------------------------------------------------------------------
diff --git a/rebar.config.script b/rebar.config.script
index 568a274..c6f6a45 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -23,7 +23,7 @@ os:putenv("COUCHDB_APPS_CONFIG_DIR", filename:join([COUCHDB_ROOT, "rel/apps"])).
 
 DepDescs = [
 %% must be compiled first as it has a custom behavior
-{couch_epi,        "couch-epi",        "be34447c5ba0e474d851858b5346b33f864788e6"},
+{couch_epi,        "couch-epi",        "c359a6900c193211a77004df9a31c2ad4bcddf9d"},
 %% keep these sorted
 {b64url,           "b64url",           "319fc604235ab1fde37047b38a432450161db750"},
 {cassim,           "cassim",           "1ae21f7c415acf3d1aba8b4924ca3093014b86b1"},