-
Notifications
You must be signed in to change notification settings - Fork 155
Open
Labels
Type: enhancementNew feature or requestNew feature or request
Description
What feature or improvement would you like to see?
apache/arrow will change how to upload Linux packages by apache/arrow#47600 . I want to include it in Apache Arrow 22.0.0.
We need the following change after the PR is merged:
diff --git a/dev/release/05-linux-upload.sh b/dev/release/05-linux-upload.sh
index 9b8f72652..9d78570f7 100755
--- a/dev/release/05-linux-upload.sh
+++ b/dev/release/05-linux-upload.sh
@@ -47,19 +47,6 @@ main() {
--repo "${REPOSITORY}" \
"${tag}"
- pushd "${ARROW_ARTIFACTS_DIR}"
- local base_dir=
- for tar_gz in *.tar.gz; do
- mkdir -p tmp
- tar xf ${tar_gz} -C tmp
- base_dir=${tar_gz%.tar.gz}
- mkdir -p ${base_dir}
- find tmp -type f -exec mv '{}' ${base_dir} ';'
- rm -rf tmp
- rm -f ${tar_gz}
- done
- popd
-
export DEB_PACKAGE_NAME=apache-arrow-adbc
export UPLOAD_DEFAULT=0
export UPLOAD_ALMALINUX=${UPLOAD_ALMALINUX:-1}
Metadata
Metadata
Assignees
Labels
Type: enhancementNew feature or requestNew feature or request