You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by zj...@apache.org on 2021/06/01 02:19:06 UTC

[zeppelin] branch master updated: [ZEPPELIN-5380] Add scripts folder to zeppelin-distribution

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

zjffdu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/master by this push:
     new 9695e2d  [ZEPPELIN-5380] Add scripts folder to zeppelin-distribution
9695e2d is described below

commit 9695e2da6b61bbc503faed607222e33d3899cbe8
Author: Jeff Zhang <zj...@apache.org>
AuthorDate: Fri May 21 10:14:56 2021 +0800

    [ZEPPELIN-5380] Add scripts folder to zeppelin-distribution
    
    ### What is this PR for?
    
    This PR add scripts folder in the binary distribution, so that user can build images via these scripts
    
    ### What type of PR is it?
    [ Improvement ]
    
    ### Todos
    * [ ] - Task
    
    ### What is the Jira issue?
    * https://issues.apache.org/jira/browse/ZEPPELIN-5380
    
    ### How should this be tested?
    * No test needed
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Does the licenses files need update? No
    * Is there breaking changes for older versions? No
    * Does this needs documentation? No
    
    Author: Jeff Zhang <zj...@apache.org>
    
    Closes #4124 from zjffdu/ZEPPELIN-5380 and squashes the following commits:
    
    915db8a00d [Jeff Zhang] [ZEPPELIN-5380] Add script folder to zeppelin-distribution
---
 zeppelin-distribution/src/assemble/distribution.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/zeppelin-distribution/src/assemble/distribution.xml b/zeppelin-distribution/src/assemble/distribution.xml
index 0b18b4a..579585b 100644
--- a/zeppelin-distribution/src/assemble/distribution.xml
+++ b/zeppelin-distribution/src/assemble/distribution.xml
@@ -93,6 +93,9 @@
       <directory>../k8s</directory>
     </fileSet>
     <fileSet>
+      <directory>../scripts</directory>
+    </fileSet>
+    <fileSet>
       <outputDirectory>/lib/node_modules/zeppelin-vis</outputDirectory>
       <directory>../zeppelin-web/src/app/visualization</directory>
     </fileSet>