This is an automated email from the ASF dual-hosted git repository.
jinsongzhou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/amoro.git
The following commit(s) were added to refs/heads/master by this push:
new 785671156 [AMORO-3043] Change source release file suffix to `tar.gz`
(#3044)
785671156 is described below
commit 7856711566ec9eb1d3ec64820fe2986117dc1afc
Author: ZhouJinsong <[email protected]>
AuthorDate: Tue Jul 16 19:37:03 2024 +0800
[AMORO-3043] Change source release file suffix to `tar.gz` (#3044)
Change source release file suffix to tar.gz
---
tools/releasing/create_source_release.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tools/releasing/create_source_release.sh
b/tools/releasing/create_source_release.sh
index fd4a2cc3e..ffb86a0fe 100644
--- a/tools/releasing/create_source_release.sh
+++ b/tools/releasing/create_source_release.sh
@@ -68,10 +68,10 @@ rsync -a \
--exclude "*/dependency-reduced-pom.xml" \
. amoro-$RELEASE_VERSION
-tar czf ${RELEASE_DIR}/apache-amoro-${RELEASE_VERSION}-src.tgz
amoro-$RELEASE_VERSION
-gpg --armor --detach-sig ${RELEASE_DIR}/apache-amoro-$RELEASE_VERSION-src.tgz
+tar czf ${RELEASE_DIR}/apache-amoro-${RELEASE_VERSION}-src.tar.gz
amoro-$RELEASE_VERSION
+gpg --armor --detach-sig
${RELEASE_DIR}/apache-amoro-$RELEASE_VERSION-src.tar.gz
cd ${RELEASE_DIR}
-$SHASUM apache-amoro-$RELEASE_VERSION-src.tgz >
apache-amoro-$RELEASE_VERSION-src.tgz.sha512
+$SHASUM apache-amoro-$RELEASE_VERSION-src.tar.gz >
apache-amoro-$RELEASE_VERSION-src.tar.gz.sha512
cd ${CURR_DIR}
rm -rf ${CLONE_DIR}
\ No newline at end of file