Repository: couchdb Updated Branches: refs/heads/master 992388743 -> bd07317af
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/master Commit: 33cebff06c72f266e6f4801a927363134b141730 Parents: 9923887 Author: Alexander Shorin <[email protected]> Authored: Tue Oct 27 22:36:50 2015 +0300 Committer: Alexander Shorin <[email protected]> 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"},
