You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by hi...@apache.org on 2016/05/04 17:09:04 UTC

tez git commit: TEZ-3241. Exclude LICENSE files from rat check. (hitesh)

Repository: tez
Updated Branches:
  refs/heads/branch-0.7 8daa21b64 -> ac6f79ce7


TEZ-3241. Exclude LICENSE files from rat check. (hitesh)


Project: http://git-wip-us.apache.org/repos/asf/tez/repo
Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/ac6f79ce
Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/ac6f79ce
Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/ac6f79ce

Branch: refs/heads/branch-0.7
Commit: ac6f79ce7594c4855b4640068fd31e3bbe65e0e8
Parents: 8daa21b
Author: Hitesh Shah <hi...@apache.org>
Authored: Wed May 4 10:08:45 2016 -0700
Committer: Hitesh Shah <hi...@apache.org>
Committed: Wed May 4 10:08:45 2016 -0700

----------------------------------------------------------------------
 CHANGES.txt | 1 +
 pom.xml     | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tez/blob/ac6f79ce/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 8a9ae7f..5aaacd0 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -9,6 +9,7 @@ INCOMPATIBLE CHANGES
   TEZ-2972. Avoid task rescheduling when a node turns unhealthy
 
 ALL CHANGES:
+  TEZ-3241. Exclude LICENSE files from rat check.
   TEZ-3193. Deadlock in AM during task commit request. 
   TEZ-3203. DAG hangs when one of the upstream vertices has zero tasks
   TEZ-3213. Uncaught exception during vertex recovery leads to invalid state transition loop.

http://git-wip-us.apache.org/repos/asf/tez/blob/ac6f79ce/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bc8f487..cd97ff4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -760,6 +760,7 @@
           <configuration>
             <excludes>
               <exclude>CHANGES.txt</exclude>
+              <exclude>**/LICENSE*</exclude>
             </excludes>
           </configuration>
         </plugin>