This is an automated email from the ASF dual-hosted git repository. raulcd pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow.git
commit eb0d5ac0d36f024586c465fa3d401a10454fe003 Author: Raúl Cumplido <[email protected]> AuthorDate: Tue Jun 13 15:01:43 2023 +0200 More test --- dev/release/post-11-bump-versions.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev/release/post-11-bump-versions.sh b/dev/release/post-11-bump-versions.sh index 181bd43609..7408d16dc9 100755 --- a/dev/release/post-11-bump-versions.sh +++ b/dev/release/post-11-bump-versions.sh @@ -69,13 +69,12 @@ if [ ${BUMP_DEB_PACKAGE_NAMES} -gt 0 ]; then local version=$1 local major_version=$(echo $version | sed -E -e 's/^([0-9]+)\.[0-9]+\.[0-9]+$/\1/') local minor_version=$(echo $version | sed -E -e 's/^[0-9]+\.([0-9]+)\.[0-9]+$/\1/') - echo "HERE ${version} and ${major_version} and ${minor_version}" expr ${major_version} \* 100 + ${minor_version} } deb_lib_suffix=$(so_version $version) next_deb_lib_suffix=$(so_version $next_version) if [ "${deb_lib_suffix}" != "${next_deb_lib_suffix}" ]; then - echo "TOMATO $(deb_lib_suffix) and $(next_deb_lib_suffix)" + echo "TOMATO ${deb_lib_suffix} and ${next_deb_lib_suffix}" cd $SOURCE_DIR/../tasks/linux-packages/apache-arrow for target in debian*/lib*${deb_lib_suffix}.install; do git mv \
