This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new 66844565d chore(dev/release): Follow Linux package upload changes in
apache/arrow (#3545)
66844565d is described below
commit 66844565dcd85697897c69a0c069037066fafd0f
Author: Sutou Kouhei <[email protected]>
AuthorDate: Wed Oct 8 16:30:32 2025 +0900
chore(dev/release): Follow Linux package upload changes in apache/arrow
(#3545)
https://github.com/apache/arrow/pull/47600 is merged. It changed
required directory structure. We don't need to change directory
structure now.
Fixes #3510.
---
dev/release/05-linux-upload.sh | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/dev/release/05-linux-upload.sh b/dev/release/05-linux-upload.sh
index 9b8f72652..0a5511eb0 100755
--- a/dev/release/05-linux-upload.sh
+++ b/dev/release/05-linux-upload.sh
@@ -47,20 +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}
export UPLOAD_DEBIAN=${UPLOAD_DEBIAN:-1}