Return-Path: X-Original-To: apmail-flume-commits-archive@www.apache.org Delivered-To: apmail-flume-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 D449BD29D for ; Thu, 20 Dec 2012 16:07:29 +0000 (UTC) Received: (qmail 69036 invoked by uid 500); 20 Dec 2012 16:07:29 -0000 Delivered-To: apmail-flume-commits-archive@flume.apache.org Received: (qmail 68969 invoked by uid 500); 20 Dec 2012 16:07:29 -0000 Mailing-List: contact commits-help@flume.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flume.apache.org Delivered-To: mailing list commits@flume.apache.org Received: (qmail 68949 invoked by uid 99); 20 Dec 2012 16:07:29 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Dec 2012 16:07:29 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 51A75324C1D; Thu, 20 Dec 2012 16:07:29 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: brock@apache.org To: commits@flume.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [1/3] git commit: Fix rat errrors Message-Id: <20121220160729.51A75324C1D@tyr.zones.apache.org> Date: Thu, 20 Dec 2012 16:07:29 +0000 (UTC) Updated Branches: refs/heads/FLUME-1787 564ae7385 -> 4c953da20 Fix rat errrors Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/4c953da2 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/4c953da2 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/4c953da2 Branch: refs/heads/FLUME-1787 Commit: 4c953da20b4c2dce63423b8a66f64abbed1e4ed9 Parents: be9961e Author: Brock Noland Authored: Thu Dec 20 10:07:14 2012 -0600 Committer: Brock Noland Committed: Thu Dec 20 10:07:14 2012 -0600 ---------------------------------------------------------------------- dev-support/test-patch.py | 18 ++++++++++++++++++ pom.xml | 1 + 2 files changed, 19 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/4c953da2/dev-support/test-patch.py ---------------------------------------------------------------------- diff --git a/dev-support/test-patch.py b/dev-support/test-patch.py index e54c68e..1b1db3c 100755 --- a/dev-support/test-patch.py +++ b/dev-support/test-patch.py @@ -1,4 +1,22 @@ #!/usr/bin/env python +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# import sys, os, re, urllib2, base64, subprocess, tempfile from optparse import OptionParser http://git-wip-us.apache.org/repos/asf/flume/blob/4c953da2/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5d59d44..893caf4 100644 --- a/pom.xml +++ b/pom.xml @@ -526,6 +526,7 @@ limitations under the License. **/*.iml **/nb-configuration.xml .git/ + patchprocess/ .gitignore .repository/