From commits-return-21316-apmail-couchdb-commits-archive=couchdb.apache.org@couchdb.apache.org Tue Oct 7 11:27:16 2014 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 898841788A for ; Tue, 7 Oct 2014 11:27:16 +0000 (UTC) Received: (qmail 32200 invoked by uid 500); 7 Oct 2014 11:27:16 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 32151 invoked by uid 500); 7 Oct 2014 11:27:16 -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 32142 invoked by uid 99); 7 Oct 2014 11:27:16 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Oct 2014 11:27:16 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 1A5C28B53EC; Tue, 7 Oct 2014 11:27:16 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rnewson@apache.org To: commits@couchdb.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: couch-log commit: updated refs/heads/master to 1bd5cf5 Date: Tue, 7 Oct 2014 11:27:16 +0000 (UTC) Repository: couchdb-couch-log Updated Branches: refs/heads/master 105ae0103 -> 1bd5cf58c Revert "Move dependencies to the top level repository" This reverts commit 105ae0103f21d62364334071e61ad0d4a2accc8e. Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch-log/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch-log/commit/1bd5cf58 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch-log/tree/1bd5cf58 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch-log/diff/1bd5cf58 Branch: refs/heads/master Commit: 1bd5cf58c4ec75988f847191bb0b02417e81b6d5 Parents: 105ae01 Author: Robert Newson Authored: Tue Oct 7 12:26:14 2014 +0100 Committer: Robert Newson Committed: Tue Oct 7 12:26:14 2014 +0100 ---------------------------------------------------------------------- rebar.config | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-couch-log/blob/1bd5cf58/rebar.config ---------------------------------------------------------------------- diff --git a/rebar.config b/rebar.config index d4ac137..dee56d4 100644 --- a/rebar.config +++ b/rebar.config @@ -1,3 +1,7 @@ +{deps, [ + {lager, ".*", {git, "https://git-wip-us.apache.org/repos/asf/couchdb-lager.git", {branch, "master"}}} +]}. + {erl_opts, [debug_info, {parse_transform, lager_transform}]}.