You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ae...@apache.org on 2018/08/15 17:18:26 UTC

hadoop git commit: Revert "HDDS-119:Skip Apache license header check for some ozone doc scripts. Contributed by Ajay Kumar"

Repository: hadoop
Updated Branches:
  refs/heads/trunk ef02f9b23 -> c918d88a9


Revert "HDDS-119:Skip Apache license header check for some ozone doc scripts. Contributed by  Ajay Kumar"

This reverts commit c4bbcd5634d9e32183ae20adbeafca258568bedd.


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

Branch: refs/heads/trunk
Commit: c918d88a9b5396a4ef8cf6f9aa323fb70c5c67f4
Parents: ef02f9b
Author: Anu Engineer <ae...@apache.org>
Authored: Wed Aug 15 10:06:17 2018 -0700
Committer: Anu Engineer <ae...@apache.org>
Committed: Wed Aug 15 10:06:17 2018 -0700

----------------------------------------------------------------------
 .../src/main/resources/checkstyle/suppressions.xml        |  1 -
 hadoop-ozone/pom.xml                                      | 10 ----------
 2 files changed, 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/c918d88a/hadoop-build-tools/src/main/resources/checkstyle/suppressions.xml
----------------------------------------------------------------------
diff --git a/hadoop-build-tools/src/main/resources/checkstyle/suppressions.xml b/hadoop-build-tools/src/main/resources/checkstyle/suppressions.xml
index 084384d..ccc89c8 100644
--- a/hadoop-build-tools/src/main/resources/checkstyle/suppressions.xml
+++ b/hadoop-build-tools/src/main/resources/checkstyle/suppressions.xml
@@ -18,5 +18,4 @@
 
 <suppressions>
   <suppress checks="JavadocPackage" files="[\\/]src[\\/]test[\\/].*"/>
-  <suppress checks="*" files="[\\/]hadoop-ozone[\\/]docs[\\/]themes[\\/]ozonedoc[\\/].*"/>
 </suppressions>

http://git-wip-us.apache.org/repos/asf/hadoop/blob/c918d88a/hadoop-ozone/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-ozone/pom.xml b/hadoop-ozone/pom.xml
index e82a3d8..20ee71f 100644
--- a/hadoop-ozone/pom.xml
+++ b/hadoop-ozone/pom.xml
@@ -156,16 +156,6 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
             <exclude>webapps/static/nvd3-1.8.5.min.js.map</exclude>
             <exclude>webapps/static/angular-1.6.4.min.js</exclude>
             <exclude>webapps/static/d3-3.5.17.min.js</exclude>
-            <exclude>static/OzoneOverview.svg</exclude>
-            <exclude>themes/ozonedoc/static/js/jquery.min.js</exclude>
-            <exclude>themes/ozonedoc/static/js/bootstrap.min.js</exclude>
-            <exclude>themes/ozonedoc/static/css/bootstrap.min.css</exclude>
-            <exclude>themes/ozonedoc/static/css/bootstrap.min.css.map</exclude>
-            <exclude>themes/ozonedoc/static/css/bootstrap-theme.min.css</exclude>
-            <exclude>themes/ozonedoc/static/css/bootstrap-theme.min.css.map</exclude>
-            <exclude>themes/ozonedoc/static/fonts/glyphicons-halflings-regular.svg</exclude>
-            <exclude>themes/ozonedoc/layouts/index.html</exclude>
-            <exclude>themes/ozonedoc/theme.toml</exclude>
           </excludes>
         </configuration>
       </plugin>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org