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 D55BE196DD for ; Sat, 26 Mar 2016 14:38:05 +0000 (UTC) Received: (qmail 65604 invoked by uid 500); 26 Mar 2016 14:38:05 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 65553 invoked by uid 500); 26 Mar 2016 14:38:05 -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 65543 invoked by uid 99); 26 Mar 2016 14:38:05 -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; Sat, 26 Mar 2016 14:38:05 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 54824DFBA3; Sat, 26 Mar 2016 14:38:05 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kocolosk@apache.org To: commits@couchdb.apache.org Message-Id: <12399462b19f4fc6aed6ad7ffa9b615d@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: couchdb commit: updated refs/heads/2971-count-distinct to 50725f2 Date: Sat, 26 Mar 2016 14:38:05 +0000 (UTC) Repository: couchdb Updated Branches: refs/heads/2971-count-distinct [created] 50725f2df Add hyper to the build COUCHDB-2971 Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/50725f2d Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/50725f2d Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/50725f2d Branch: refs/heads/2971-count-distinct Commit: 50725f2df7d53d82ed269935aba362063940e307 Parents: ca69794 Author: Adam Kocoloski Authored: Wed Mar 23 00:24:28 2016 -0400 Committer: Adam Kocoloski Committed: Wed Mar 23 00:24:28 2016 -0400 ---------------------------------------------------------------------- rebar.config.script | 1 + rel/reltool.config | 2 ++ 2 files changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/50725f2d/rebar.config.script ---------------------------------------------------------------------- diff --git a/rebar.config.script b/rebar.config.script index 223421c..9147445 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -47,6 +47,7 @@ DepDescs = [ {folsom, "folsom", "a5c95dec18227c977029fbd3b638966d98f17003"}, {global_changes, "global-changes", "e55de37ece29b6cbc0af540370d2425159338bf9"}, {goldrush, "goldrush", {tag, "0.1.6"}}, +{hyper, {url, "https://github.com/GameAnalytics/hyper.git"}, "8cdce4bf97280b5a9501c16bce37071aab0387bd"}, {ibrowse, "ibrowse", "4af2d408607874d124414ac45df1edbe3961d1cd"}, {ioq, "ioq", "c7c75ebeaf41599e3a3e211097d864f0e7785829"}, {jiffy, "jiffy", "ea19c417f9fd52fa3f7ef2d378735e5532c59b29"}, http://git-wip-us.apache.org/repos/asf/couchdb/blob/50725f2d/rel/reltool.config ---------------------------------------------------------------------- diff --git a/rel/reltool.config b/rel/reltool.config index 8659e41..a204eff 100644 --- a/rel/reltool.config +++ b/rel/reltool.config @@ -49,6 +49,7 @@ folsom, global_changes, goldrush, + hyper, ibrowse, ioq, jiffy, @@ -107,6 +108,7 @@ {app, folsom, [{incl_cond, include}]}, {app, global_changes, [{incl_cond, include}]}, {app, goldrush, [{incl_cond, include}]}, + {app, hyper, [{incl_cond, include}]}, {app, ibrowse, [{incl_cond, include}]}, {app, ioq, [{incl_cond, include}]}, {app, jiffy, [{incl_cond, include}]},