This is an automated email from the ASF dual-hosted git repository.
zhengchenyu pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git
The following commit(s) were added to refs/heads/branch-0.9 by this push:
new 9def89192 Update create-package.sh (#2019)
9def89192 is described below
commit 9def89192485d9364d31a2499996ee14877e1bec
Author: roryqi <[email protected]>
AuthorDate: Wed Aug 7 19:43:42 2024 +0800
Update create-package.sh (#2019)
### What changes were proposed in this pull request?
Update create-package.sh
### Why are the changes needed?
I renamed `DISCLAIMER-WIP` to `DISCLAIMER`.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
No need.
---
release/create-package.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/release/create-package.sh b/release/create-package.sh
index 50fb240cc..f734f8d8f 100755
--- a/release/create-package.sh
+++ b/release/create-package.sh
@@ -85,7 +85,7 @@ package_binary() {
tar -zxf $BIN_ORIGIN_NAME
cp "${PROJECT_DIR}/LICENSE-binary" "${BIN_DIR_NAME}/LICENSE"
cp "${PROJECT_DIR}/NOTICE-binary" "${BIN_DIR_NAME}/NOTICE"
- cp "${PROJECT_DIR}/DISCLAIMER-WIP" ${BIN_DIR_NAME}
+ cp "${PROJECT_DIR}/DISCLAIMER" ${BIN_DIR_NAME}
cp -r "${PROJECT_DIR}/licenses-binary" "${BIN_DIR_NAME}/licenses"
tar -zcf $BIN_TGZ_FILE $BIN_DIR_NAME