This is an automated email from the ASF dual-hosted git repository. jongyoul pushed a commit to branch branch-0.11 in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/branch-0.11 by this push: new 44f45f77f4 [HOTFIX] Fix tar command 44f45f77f4 is described below commit 44f45f77f4ffc4ba4a00db223dae2e596e7df0ae Author: Jongyoul Lee <jongy...@gmail.com> AuthorDate: Sat Jul 6 23:13:13 2024 +1000 [HOTFIX] Fix tar command --- dev/create_release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/create_release.sh b/dev/create_release.sh index f39a21bb73..b50f09cb08 100755 --- a/dev/create_release.sh +++ b/dev/create_release.sh @@ -77,7 +77,7 @@ function make_binary_release() { cat ../../src/bin_license/LICENSE >> "zeppelin-${RELEASE_VERSION}-bin-${BIN_RELEASE_NAME}/LICENSE" cat ../../src/bin_license/NOTICE >> "zeppelin-${RELEASE_VERSION}-bin-${BIN_RELEASE_NAME}/NOTICE" cp ../../src/bin_license/licenses/* "zeppelin-${RELEASE_VERSION}-bin-${BIN_RELEASE_NAME}/licenses/" - ${TAR} cvzf "zeppelin-${RELEASE_VERSION}-bin-${BIN_RELEASE_NAME}.tgz" "zeppelin-${RELEASE_VERSION}-bin-${BIN_RELEASE_NAME}" + ${TAR} -cvzf "zeppelin-${RELEASE_VERSION}-bin-${BIN_RELEASE_NAME}.tgz" "zeppelin-${RELEASE_VERSION}-bin-${BIN_RELEASE_NAME}" # sign bin package echo "${GPG_PASSPHRASE}" | gpg --passphrase-fd 0 --armor \