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/03 00:37:58 UTC

[incubator-pinot] branch release-0.5.0-rc 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 release-0.5.0-rc
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git


The following commit(s) were added to refs/heads/release-0.5.0-rc by this push:
     new 0628ee8  Removing node_modules from source tarball (#5963)
0628ee8 is described below

commit 0628ee81e125f08934e0fe6f553548331c475eed
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