You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ra...@apache.org on 2023/06/13 13:03:13 UTC

[arrow] 08/17: Raul more testing

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 7e719012180d83f799eb3eccd7da9a70a1ee236a
Author: Raúl Cumplido <ra...@gmail.com>
AuthorDate: Tue Jun 13 14:58:12 2023 +0200

    Raul more testing
---
 dev/release/post-11-bump-versions.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/release/post-11-bump-versions.sh b/dev/release/post-11-bump-versions.sh
index 11959ea56e..65b8a79a5e 100755
--- a/dev/release/post-11-bump-versions.sh
+++ b/dev/release/post-11-bump-versions.sh
@@ -74,7 +74,7 @@ if [ ${BUMP_DEB_PACKAGE_NAMES} -gt 0 ]; then
   }
   deb_lib_suffix=$(so_version $version)
   next_deb_lib_suffix=$(so_version $next_version)
-  echo "HERE ${deb_lib_suffix} and ${next_deb_lib_suffix}"
+  echo "TOMATO ${deb_lib_suffix} and ${next_deb_lib_suffix}"
   if [ "${deb_lib_suffix}" != "${next_deb_lib_suffix}" ]; then
     cd $SOURCE_DIR/../tasks/linux-packages/apache-arrow
     for target in debian*/lib*${deb_lib_suffix}.install; do