kou opened a new issue, #3510: URL: https://github.com/apache/arrow-adbc/issues/3510
### What feature or improvement would you like to see? apache/arrow will change how to upload Linux packages by https://github.com/apache/arrow/pull/47600 . I want to include it in Apache Arrow 22.0.0. We need the following change after the PR is merged: ```diff 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} ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
