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
commit cdbb08fc0f4d8ccda01a0217b355df1c20c0580b 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"