This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
The following commit(s) were added to refs/heads/master by this push:
new a88470a7f0 [tool] Improve create_source_release.sh (#5755)
a88470a7f0 is described below
commit a88470a7f02eeb5a056751cad0cf96e3d328a5e0
Author: yuzelin <[email protected]>
AuthorDate: Tue Jun 17 09:37:00 2025 +0800
[tool] Improve create_source_release.sh (#5755)
---
tools/releasing/create_source_release.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/releasing/create_source_release.sh
b/tools/releasing/create_source_release.sh
index 0a91c9d0a3..5a5a17f630 100755
--- a/tools/releasing/create_source_release.sh
+++ b/tools/releasing/create_source_release.sh
@@ -77,7 +77,7 @@ rsync -a \
--exclude ".travis.yml" \
. paimon-${RELEASE_VERSION}
-tar czf ${RELEASE_DIR}/apache-paimon-${RELEASE_VERSION}-src.tgz
paimon-${RELEASE_VERSION}
+tar czf ${RELEASE_DIR}/apache-paimon-${RELEASE_VERSION}-src.tgz --no-xattrs
paimon-${RELEASE_VERSION}
gpg --armor --detach-sig
${RELEASE_DIR}/apache-paimon-${RELEASE_VERSION}-src.tgz
cd ${RELEASE_DIR}
${SHASUM} apache-paimon-${RELEASE_VERSION}-src.tgz >
apache-paimon-${RELEASE_VERSION}-src.tgz.sha512