This is an automated email from the ASF dual-hosted git repository.
snlee 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 3c42e5e Remove '/docker', '/kubernetes', '/website' for src release
(#5541)
3c42e5e is described below
commit 3c42e5e72f11d61133b7de41cdc5db3f1d191f37
Author: Seunghyun Lee <[email protected]>
AuthorDate: Thu Jun 11 04:41:36 2020 -0700
Remove '/docker', '/kubernetes', '/website' for src release (#5541)
According to #5540, our source release included some binary files
and it has been flagged during the review process for the release.
We have decided to exclude some dirs from the source release because
docker or kubernetes scripts are more for helping users to easily
try out the Pinot and not the essential part of the source release.
---
pinot-distribution/pinot-source-assembly.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/pinot-distribution/pinot-source-assembly.xml
b/pinot-distribution/pinot-source-assembly.xml
index d67f62f..364b3db 100644
--- a/pinot-distribution/pinot-source-assembly.xml
+++ b/pinot-distribution/pinot-source-assembly.xml
@@ -48,6 +48,11 @@
<!-- Do not include build files from docs -->
<exclude>docs/_build/**</exclude>
+
+ <!-- Do not include docker, kubernetes, website related files -->
+ <exclude>kubernetes/**</exclude>
+ <exclude>docker/**</exclude>
+ <exclude>website/**</exclude>
</excludes>
</fileSet>
</fileSets>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]