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

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


The following commit(s) were added to refs/heads/branch-0.9 by this push:
     new 2c231d8  [hotfix] Fix zeppelin netinst binary missing plugins
2c231d8 is described below

commit 2c231d87e05941440fee2ae9e191615b12c46a9f
Author: Jeff Zhang <zjf...@apache.org>
AuthorDate: Sat Mar 28 14:34:02 2020 +0800

    [hotfix] Fix zeppelin netinst binary missing plugins
---
 dev/create_release.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev/create_release.sh b/dev/create_release.sh
index c8c129c..966b6c9 100755
--- a/dev/create_release.sh
+++ b/dev/create_release.sh
@@ -96,9 +96,9 @@ function make_binary_release() {
 }
 
 git_clone
-make_source_package
-make_binary_release all "-Pweb-angular -Phadoop-2.6"
-make_binary_release netinst "-Pweb-angular -Phadoop-2.6 -pl 
zeppelin-server,zeppelin-display,markdown,shell,spark/spark-dependencies,zeppelin-web,zeppelin-web-angular,zeppelin-distribution
 -am"
+#make_source_package
+#make_binary_release all "-Pweb-angular -Phadoop-2.6"
+make_binary_release netinst "-Pweb-angular -Phadoop-2.6 -pl 
zeppelin-server,zeppelin-display,markdown,shell,spark/spark-dependencies,zeppelin-plugins,zeppelin-web,zeppelin-web-angular,zeppelin-distribution
 -amd"
 
 # remove non release files and dirs
 rm -rf "${WORKING_DIR}/zeppelin"

Reply via email to