You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ti...@apache.org on 2020/09/02 19:11:27 UTC

[incubator-pinot] branch master updated: Removing node_modules from source tarball (#5963)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d902c1a  Removing node_modules from source tarball (#5963)
d902c1a is described below

commit d902c1a264851cdf285da621f92a29465fc9478f
Author: Sanket Shah <sh...@users.noreply.github.com>
AuthorDate: Thu Sep 3 00:41:09 2020 +0530

    Removing node_modules from source tarball (#5963)
---
 pinot-distribution/pinot-source-assembly.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pinot-distribution/pinot-source-assembly.xml b/pinot-distribution/pinot-source-assembly.xml
index 364b3db..4b06c82 100644
--- a/pinot-distribution/pinot-source-assembly.xml
+++ b/pinot-distribution/pinot-source-assembly.xml
@@ -42,6 +42,9 @@
         <exclude>.gitignore</exclude>
         <exclude>contrib/**</exclude>
 
+        <!-- Do not inclue node_modules in pinot-controller -->
+        <exclude>pinot-controller/src/main/resources/node_modules/**</exclude>
+
         <!-- Do not include temp files created by maven-release-plugin -->
         <exclude>**/*.releaseBackup</exclude>
         <exclude>release.properties</exclude>


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