You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by jo...@apache.org on 2019/03/12 02:23:16 UTC

[incubator-druid] branch master updated: Exclude non-source files from src assembly (#7235)

This is an automated email from the ASF dual-hosted git repository.

jonwei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 5e7cbe3  Exclude non-source files from src assembly (#7235)
5e7cbe3 is described below

commit 5e7cbe39fa46f923448af3e3f2eead4d2c2c0583
Author: Jonathan Wei <jo...@users.noreply.github.com>
AuthorDate: Mon Mar 11 19:23:10 2019 -0700

    Exclude non-source files from src assembly (#7235)
    
    * Exclude node_modules from src assembly
    
    * Remove git.version exclusion
    
    * Include binary LICENSE/NOTICE in source assembly
---
 distribution/src/assembly/source-assembly.xml | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/distribution/src/assembly/source-assembly.xml b/distribution/src/assembly/source-assembly.xml
index 5c9499e..0d03647 100644
--- a/distribution/src/assembly/source-assembly.xml
+++ b/distribution/src/assembly/source-assembly.xml
@@ -47,12 +47,21 @@
                 <exclude>.gitignore</exclude>
                 <exclude>.dockerignore</exclude>
                 <exclude>.travis.yml</exclude>
-                <exclude>LICENSE.BINARY</exclude>
-                <exclude>NOTICE.BINARY</exclude>
                 <exclude>README.BINARY</exclude>
-                <exclude>licenses/bin</exclude>
                 <exclude>publications/**</exclude>
                 <exclude>upload.sh</exclude>
+                <exclude>web-console/node_modules/**</exclude>
+                <exclude>web-console/node/**</exclude>
+                <exclude>web-console/resources/**</exclude>
+                <exclude>web-console/public/**</exclude>
+                <exclude>web-console/assets/**</exclude>
+                <exclude>web-console/lib/*.css</exclude>
+                <exclude>web-console/coordinator-console/**</exclude>
+                <exclude>web-console/pages/**</exclude>
+                <exclude>web-console/index.html</exclude>
+                <exclude>web-console/.tscache/**</exclude>
+                <exclude>web-console/tscommand-*.tmp.txt</exclude>
+                <exclude>web-console/licenses.json</exclude>
           </excludes>
         </fileSet>
         <fileSet>


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