You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by xi...@apache.org on 2022/09/01 17:19:55 UTC

[pinot] branch release-0.11-rc updated: include contrib directory as it's required for build source code

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

xiangfu pushed a commit to branch release-0.11-rc
in repository https://gitbox.apache.org/repos/asf/pinot.git


The following commit(s) were added to refs/heads/release-0.11-rc by this push:
     new a7379a51c9 include contrib directory as it's required for build source code
a7379a51c9 is described below

commit a7379a51c96bf9b82acbad01ae658cc1506c1244
Author: Xiang Fu <xi...@gmail.com>
AuthorDate: Thu Sep 1 10:19:29 2022 -0700

    include contrib directory as it's required for build source code
---
 pinot-distribution/pinot-source-assembly.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pinot-distribution/pinot-source-assembly.xml b/pinot-distribution/pinot-source-assembly.xml
index 6fdec82c7f..6e9c45099e 100644
--- a/pinot-distribution/pinot-source-assembly.xml
+++ b/pinot-distribution/pinot-source-assembly.xml
@@ -53,7 +53,7 @@
         <!-- Do not include docker, kubernetes related files -->
         <exclude>kubernetes/**</exclude>
         <exclude>docker/**</exclude>
-        <exclude>contrib/**</exclude>
+        <exclude>contrib/pinot-druid-benchmark/**</exclude>
         <exclude>thirdeye/**</exclude>
       </excludes>
     </fileSet>


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