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/11/12 00:07:50 UTC

[38/50] couchdb commit: updated refs/heads/2876-js-tests to bd19653

Ensure calling order of plugins during dispatch


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

Branch: refs/heads/2876-js-tests
Commit: 33cebff06c72f266e6f4801a927363134b141730
Parents: 9923887
Author: Alexander Shorin <kx...@apache.org>
Authored: Tue Oct 27 22:36:50 2015 +0300
Committer: Alexander Shorin <kx...@apache.org>
Committed: Tue Oct 27 22:36:50 2015 +0300

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/33cebff0/rebar.config.script
----------------------------------------------------------------------
diff --git a/rebar.config.script b/rebar.config.script
index 0590081..4efd614 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",        "c359a6900c193211a77004df9a31c2ad4bcddf9d"},
+{couch_epi,        "couch-epi",        "77dfaf413be31b98de59ef3fe995cc3da5d338d2"},
 %% keep these sorted
 {b64url,           "b64url",           "319fc604235ab1fde37047b38a432450161db750"},
 {cassim,           "cassim",           "1ae21f7c415acf3d1aba8b4924ca3093014b86b1"},