This is an automated email from the ASF dual-hosted git repository.
roryqi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git
The following commit(s) were added to refs/heads/master by this push:
new 3ea5c2c78 [#1872] improvement: Update the project directory name
(#2319)
3ea5c2c78 is described below
commit 3ea5c2c780b1cb8cf01e63ecd82b5c2410c2ac49
Author: Neo Chien <[email protected]>
AuthorDate: Wed Jan 8 14:40:26 2025 +0800
[#1872] improvement: Update the project directory name (#2319)
### What changes were proposed in this pull request?
Update the project directory name
### Why are the changes needed?
Fix: #1872
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
current UT
---
release/create-package.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/release/create-package.sh b/release/create-package.sh
index f734f8d8f..927e16d01 100755
--- a/release/create-package.sh
+++ b/release/create-package.sh
@@ -80,8 +80,8 @@ package_binary() {
${PROJECT_DIR}/build_distribution.sh
- BIN_ORIGIN_NAME="rss-${RELEASE_VERSION}-hadoop2.8.tgz"
- BIN_DIR_NAME="rss-${RELEASE_VERSION}-hadoop2.8"
+ BIN_ORIGIN_NAME="apache-uniffle-${RELEASE_VERSION}-incubating-hadoop2.8.tgz"
+ BIN_DIR_NAME="apache-uniffle-${RELEASE_VERSION}-incubating-hadoop2.8"
tar -zxf $BIN_ORIGIN_NAME
cp "${PROJECT_DIR}/LICENSE-binary" "${BIN_DIR_NAME}/LICENSE"
cp "${PROJECT_DIR}/NOTICE-binary" "${BIN_DIR_NAME}/NOTICE"