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 <[email protected]> Authored: Thu Dec 20 10:07:14 2012 -0600 Committer: Brock Noland <[email protected]> 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. <exclude>**/*.iml</exclude> <exclude>**/nb-configuration.xml</exclude> <exclude>.git/</exclude> + <exclude>patchprocess/</exclude> <exclude>.gitignore</exclude> <!-- ASF jenkins box puts the Maven repo in our root directory. --> <exclude>.repository/</exclude>
