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

jongyoul 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 057480f9d6 [HOTFIX] Disable shell interpreter (#4708)
057480f9d6 is described below

commit 057480f9d6b1bc9e8f0671b9c43c76f4bf3255ea
Author: Jongyoul Lee <jongy...@gmail.com>
AuthorDate: Mon Feb 12 03:08:31 2024 +0900

    [HOTFIX] Disable shell interpreter (#4708)
---
 dev/create_release.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev/create_release.sh b/dev/create_release.sh
index ff9c6d95dd..d35b8fe925 100755
--- a/dev/create_release.sh
+++ b/dev/create_release.sh
@@ -97,9 +97,9 @@ function make_binary_release() {
 git_clone
 make_source_package
 
-make_binary_release netinst "-Pweb-angular -pl 
!hbase,!jdbc,!file,!flink,!cassandra,!elasticsearch,!bigquery,!alluxio,!livy,!groovy,!java,!neo4j,!submarine,!sparql,!mongodb
 -am"
+make_binary_release netinst "-Pweb-angular -pl 
!hbase,!jdbc,!file,!flink,!cassandra,!elasticsearch,!bigquery,!alluxio,!livy,!groovy,!java,!neo4j,!submarine,!sparql,!mongodb,!shell
 -am"
 
-make_binary_release all "-Pweb-angular"
+make_binary_release all "-Pweb-angular -pl !shell"
 
 # remove non release files and dirs
 rm -rf "${WORKING_DIR}/zeppelin"

Reply via email to