From hcatalog-commits-return-1091-apmail-incubator-hcatalog-commits-archive=incubator.apache.org@incubator.apache.org Wed Oct 10 17:00:51 2012 Return-Path: X-Original-To: apmail-incubator-hcatalog-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-hcatalog-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 09F61D8E7 for ; Wed, 10 Oct 2012 17:00:51 +0000 (UTC) Received: (qmail 2809 invoked by uid 500); 10 Oct 2012 17:00:51 -0000 Delivered-To: apmail-incubator-hcatalog-commits-archive@incubator.apache.org Received: (qmail 2748 invoked by uid 500); 10 Oct 2012 17:00:50 -0000 Mailing-List: contact hcatalog-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hcatalog-dev@incubator.apache.org Delivered-To: mailing list hcatalog-commits@incubator.apache.org Received: (qmail 2738 invoked by uid 99); 10 Oct 2012 17:00:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Oct 2012 17:00:50 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Oct 2012 17:00:49 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 43DDE238896F; Wed, 10 Oct 2012 17:00:06 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1396691 - in /incubator/hcatalog/trunk: .gitignore CHANGES.txt Date: Wed, 10 Oct 2012 17:00:06 -0000 To: hcatalog-commits@incubator.apache.org From: travis@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121010170006.43DDE238896F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: travis Date: Wed Oct 10 17:00:05 2012 New Revision: 1396691 URL: http://svn.apache.org/viewvc?rev=1396691&view=rev Log: HCATALOG-521 Ignore .reviewboardrc in git Modified: incubator/hcatalog/trunk/.gitignore incubator/hcatalog/trunk/CHANGES.txt Modified: incubator/hcatalog/trunk/.gitignore URL: http://svn.apache.org/viewvc/incubator/hcatalog/trunk/.gitignore?rev=1396691&r1=1396690&r2=1396691&view=diff ============================================================================== --- incubator/hcatalog/trunk/.gitignore (original) +++ incubator/hcatalog/trunk/.gitignore Wed Oct 10 17:00:05 2012 @@ -24,6 +24,7 @@ build-eclipse *~ .git .svn +.reviewboardrc metastore_db hive/external ivy-*.jar Modified: incubator/hcatalog/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/incubator/hcatalog/trunk/CHANGES.txt?rev=1396691&r1=1396690&r2=1396691&view=diff ============================================================================== --- incubator/hcatalog/trunk/CHANGES.txt (original) +++ incubator/hcatalog/trunk/CHANGES.txt Wed Oct 10 17:00:05 2012 @@ -44,6 +44,8 @@ Trunk (unreleased changes) HCAT-427 Document storage-based authorization (lefty via gates) IMPROVEMENTS + HCAT-521 Ignore .reviewboardrc in git (nitay via traviscrawford) + HCAT-519 Migrate pig-adapter/webhcat to maven dependencies and continue build cleanup (traviscrawford) HCAT-517 Misc. build cleanup (traviscrawford)