Skip to content

Commit 6684456

Browse files
authored
chore(dev/release): Follow Linux package upload changes in apache/arrow (apache#3545)
apache/arrow#47600 is merged. It changed required directory structure. We don't need to change directory structure now. Fixes apache#3510.
1 parent 306e74f commit 6684456

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

dev/release/05-linux-upload.sh

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -47,20 +47,6 @@ main() {
4747
--repo "${REPOSITORY}" \
4848
"${tag}"
4949

50-
pushd "${ARROW_ARTIFACTS_DIR}"
51-
local base_dir=
52-
for tar_gz in *.tar.gz; do
53-
mkdir -p tmp
54-
tar xf ${tar_gz} -C tmp
55-
base_dir=${tar_gz%.tar.gz}
56-
mkdir -p ${base_dir}
57-
find tmp -type f -exec mv '{}' ${base_dir} ';'
58-
rm -rf tmp
59-
rm -f ${tar_gz}
60-
done
61-
popd
62-
63-
export DEB_PACKAGE_NAME=apache-arrow-adbc
6450
export UPLOAD_DEFAULT=0
6551
export UPLOAD_ALMALINUX=${UPLOAD_ALMALINUX:-1}
6652
export UPLOAD_DEBIAN=${UPLOAD_DEBIAN:-1}

0 commit comments

Comments
 (0)