Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2FE5218E85 for ; Tue, 16 Feb 2016 20:39:49 +0000 (UTC) Received: (qmail 62219 invoked by uid 500); 16 Feb 2016 20:25:11 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 62141 invoked by uid 500); 16 Feb 2016 20:25:11 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 62066 invoked by uid 99); 16 Feb 2016 20:25:11 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Feb 2016 20:25:11 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 012B6E5714; Tue, 16 Feb 2016 20:25:02 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kxepal@apache.org To: commits@couchdb.apache.org Date: Tue, 16 Feb 2016 20:25:08 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [7/8] couchdb commit: updated refs/heads/master to 13ae832 Add couch_index_plugin:before_open/2 EPI hook Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/ce131940 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/ce131940 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/ce131940 Branch: refs/heads/master Commit: ce131940a73e7945c953008548f034f79a129539 Parents: ad707ad Author: Alexander Shorin Authored: Tue Feb 16 23:23:23 2016 +0300 Committer: Alexander Shorin Committed: Tue Feb 16 23:23:23 2016 +0300 ---------------------------------------------------------------------- rebar.config.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/ce131940/rebar.config.script ---------------------------------------------------------------------- diff --git a/rebar.config.script b/rebar.config.script index 265211b..befa317 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -32,7 +32,7 @@ DepDescs = [ {couch_log_lager, "couch-log-lager", "b2a0471a87765de50c5eb05c65c121f68a9ae9fa"}, {chttpd, "chttpd", "41ac33a082d34baee206d4a00d51a54b50e36f74"}, {couch, "couch", "f3b7f5a47379dd269e7c436ecf26a1239d7b6907"}, -{couch_index, "couch-index", "14f579dcd142ee90300244c854b301bbd5c863ee"}, +{couch_index, "couch-index", "e8c8ca8b0bb66193f1ba7e4b1d7e4a3817d661ab"}, {couch_mrview, "couch-mrview", "6c9833d667e319b82a7a1fffb8ba92116534e63f"}, {couch_replicator, "couch-replicator", "fd66cb6b3dc70a64b556bb1e5bd9fa05f20df571"}, {couch_plugins, "couch-plugins", "3e73b723cb126cfc471b560d17c24a8b5c540085"},