You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@distributedlog.apache.org by si...@apache.org on 2016/09/14 03:52:51 UTC

incubator-distributedlog git commit: DL-55: Fix the apache-rat check

Repository: incubator-distributedlog
Updated Branches:
  refs/heads/master b169db043 -> ae69fffd9


DL-55: Fix the apache-rat check

- exclude the website directory as well as excluding docs directory
- remove the .gitmodules file (it seems to not be used anyway)

Author: jiazhai <zh...@gmail.com>

Reviewers: Sijie Guo <si...@apache.org>

Closes #31 from jiazhai/fix_apache_rat_check


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

Branch: refs/heads/master
Commit: ae69fffd9bde9ca588fd008c2c70908b1ca024fb
Parents: b169db0
Author: jiazhai <zh...@gmail.com>
Authored: Tue Sep 13 20:52:48 2016 -0700
Committer: Sijie Guo <si...@twitter.com>
Committed: Tue Sep 13 20:52:48 2016 -0700

----------------------------------------------------------------------
 .gitmodules | 3 ---
 pom.xml     | 1 +
 2 files changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ae69fffd/.gitmodules
----------------------------------------------------------------------
diff --git a/.gitmodules b/.gitmodules
deleted file mode 100644
index ecfc44f..0000000
--- a/.gitmodules
+++ /dev/null
@@ -1,3 +0,0 @@
-[submodule "website/_plugins/jekyll-rst"]
-	path = website/_plugins/jekyll-rst
-	url = https://github.com/xdissent/jekyll-rst.git

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/ae69fffd/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f8e757d..1b771a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -174,6 +174,7 @@
         <configuration>
           <excludes>
             <exclude>docs/**/*</exclude>
+            <exclude>website/**/*</exclude>
             <exclude>.git/**/*</exclude>
             <exclude>.gitignore</exclude>
             <exclude>.idea/**/*</exclude>