Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2B6F5200B53 for ; Tue, 12 Jul 2016 21:40:49 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2A287160A8F; Tue, 12 Jul 2016 19:40:49 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id CDEB6160A8B for ; Tue, 12 Jul 2016 21:40:47 +0200 (CEST) Received: (qmail 32138 invoked by uid 500); 12 Jul 2016 19:40:45 -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 31079 invoked by uid 99); 12 Jul 2016 19:40:45 -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, 12 Jul 2016 19:40:45 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1DA44E1021; Tue, 12 Jul 2016 19:40:45 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jan@apache.org To: commits@couchdb.apache.org Date: Tue, 12 Jul 2016 19:41:05 -0000 Message-Id: <74b0c1786c5246f28aa54f040c483c20@git.apache.org> In-Reply-To: <0e81218314f44c70b4b6557a4e61dc76@git.apache.org> References: <0e81218314f44c70b4b6557a4e61dc76@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [22/50] couchdb commit: updated refs/heads/auth-tests-wip to c34d871 archived-at: Tue, 12 Jul 2016 19:40:49 -0000 fabric: Fix race in tests Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/5ed67f3f Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/5ed67f3f Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/5ed67f3f Branch: refs/heads/auth-tests-wip Commit: 5ed67f3fcc6ccbef181cea3d9d1d86721e1ac14a Parents: a3a39fc Author: ILYA Khlopotov Authored: Wed May 25 07:14:34 2016 -0700 Committer: ILYA Khlopotov Committed: Wed May 25 08:36:41 2016 -0700 ---------------------------------------------------------------------- rebar.config.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/5ed67f3f/rebar.config.script ---------------------------------------------------------------------- diff --git a/rebar.config.script b/rebar.config.script index 4ccc52d..ca4e7b6 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -42,7 +42,7 @@ DepDescs = [ {docs, "documentation", "089f404d26374d8c6942a725d05627d6901a9330", [raw]}, {ddoc_cache, "ddoc-cache", "c762e90a33ce3cda19ef142dd1120f1087ecd876"}, {ets_lru, "ets-lru", "c05488c8b1d7ec1c3554a828e0c9bf2888932ed6"}, -{fabric, "fabric", "475b90ccd104a1d2598a21338f02c433a10d62a7"}, +{fabric, "fabric", "2eb1e132e01928a681782c788920c85ce24bfe06"}, {fauxton, "fauxton", {tag, "v1.1.2"}, [raw]}, {folsom, "folsom", "a5c95dec18227c977029fbd3b638966d98f17003"}, {global_changes, "global-changes", "e55de37ece29b6cbc0af540370d2425159338bf9"},