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 2016/02/16 21:25:07 UTC

[6/8] couchdb commit: updated refs/heads/master to 13ae832

Fix couch_epi compilation warning


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

Branch: refs/heads/master
Commit: ad707ad8f7a86736f5796960df8dd007bde2b790
Parents: 4f4b42e
Author: Alexander Shorin <kx...@apache.org>
Authored: Tue Feb 16 23:22:20 2016 +0300
Committer: Alexander Shorin <kx...@apache.org>
Committed: Tue Feb 16 23:22:20 2016 +0300

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/ad707ad8/rebar.config.script
----------------------------------------------------------------------
diff --git a/rebar.config.script b/rebar.config.script
index c2c8376..265211b 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",        "807aa3f58e39f1273e732020c80d630d9177790c"},
+{couch_epi,        "couch-epi",        "de32c655443d75d58cd36cef2bd6b4c67b6a91b6"},
 {config,           "config",           "a2d5ad2eedc960248b806f61df0a1009462bdb46"},
 %% keep these sorted
 {b64url,           "b64url",           "319fc604235ab1fde37047b38a432450161db750"},