This is an automated email from the ASF dual-hosted git repository.

ndimiduk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/master by this push:
     new 48bb046ba71 HBASE-29983 Add support for hbase-thirdparty to the 
hbase-vote script (#7898)
48bb046ba71 is described below

commit 48bb046ba71e65c48b23ad9a8be08496b9a9c126
Author: Nick Dimiduk <[email protected]>
AuthorDate: Tue Mar 10 16:09:08 2026 +0100

    HBASE-29983 Add support for hbase-thirdparty to the hbase-vote script 
(#7898)
    
    Signed-off-by: Nihal Jain <[email protected]>
    Signed-off-by: Duo Zhang <[email protected]>
---
 dev-support/hbase-vote.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-support/hbase-vote.sh b/dev-support/hbase-vote.sh
index abaa437fd75..3bab4f9b813 100755
--- a/dev-support/hbase-vote.sh
+++ b/dev-support/hbase-vote.sh
@@ -149,8 +149,8 @@ function verify_checksums() {
 }
 
 function unzip_from_source() {
-    tar -zxvf hbase-"${HBASE_VERSION}"-src.tar.gz
-    cd hbase-"${HBASE_VERSION}"
+    tar -zxvf *-src.tar.gz
+    cd "$(tar -tzf *-src.tar.gz | head -1 | cut -d/ -f1)"
 }
 
 function rat_test() {

Reply via email to