Return-Path: X-Original-To: apmail-hadoop-common-commits-archive@www.apache.org Delivered-To: apmail-hadoop-common-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 5374E11B01 for ; Sun, 7 Sep 2014 05:24:38 +0000 (UTC) Received: (qmail 14628 invoked by uid 500); 7 Sep 2014 05:24:36 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 14436 invoked by uid 500); 7 Sep 2014 05:24:35 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 14133 invoked by uid 99); 7 Sep 2014 05:24:35 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Sep 2014 05:24:35 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 68856A0CF36; Sun, 7 Sep 2014 05:24:35 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: seanzhong@apache.org To: common-commits@hadoop.apache.org Date: Sun, 07 Sep 2014 05:24:41 -0000 Message-Id: <4846dc20f3de4e93b94150703b81a001@git.apache.org> In-Reply-To: <408387fa10ea461a9a221ae3569a84d8@git.apache.org> References: <408387fa10ea461a9a221ae3569a84d8@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [07/16] git commit: HADOOP-11065. Rat check should exclude **/build/**. (kasha) HADOOP-11065. Rat check should exclude **/build/**. (kasha) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0571b456 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/0571b456 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/0571b456 Branch: refs/heads/MR-2841 Commit: 0571b4561bad7e0230920e52d3758a3658fcf20d Parents: 7a62515 Author: Karthik Kambatla Authored: Fri Sep 5 13:08:59 2014 -0700 Committer: Karthik Kambatla Committed: Fri Sep 5 13:09:10 2014 -0700 ---------------------------------------------------------------------- hadoop-common-project/hadoop-common/CHANGES.txt | 2 ++ pom.xml | 1 + 2 files changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/0571b456/hadoop-common-project/hadoop-common/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index afd1cc7..d20bf08 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -777,6 +777,8 @@ Release 2.5.1 - UNRELEASED HADOOP-11001. Fix test-patch to work with the git repo. (kasha) + HADOOP-11065. Rat check should exclude "**/build/**". (kasha) + Release 2.5.0 - 2014-08-11 INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/0571b456/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a4f8241..5cc30c2 100644 --- a/pom.xml +++ b/pom.xml @@ -324,6 +324,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs .gitignore .git/** .idea/** + **/build/**