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 8154aa392 Revert "Update create-package.sh (#2019)"
8154aa392 is described below
commit 8154aa392955b1d017f444709f409eeec9c78ec8
Author: zhengchenyu001 <[email protected]>
AuthorDate: Mon Aug 19 18:12:59 2024 +0800
Revert "Update create-package.sh (#2019)"
This reverts commit 9def89192485d9364d31a2499996ee14877e1bec.
---
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 f734f8d8f..50fb240cc 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" ${BIN_DIR_NAME}
+ cp "${PROJECT_DIR}/DISCLAIMER-WIP" ${BIN_DIR_NAME}
cp -r "${PROJECT_DIR}/licenses-binary" "${BIN_DIR_NAME}/licenses"
tar -zcf $BIN_TGZ_FILE $BIN_DIR_NAME