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

ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-classloaders.git


The following commit(s) were added to refs/heads/main by this push:
     new 4c14a28  Fix release helper script
4c14a28 is described below

commit 4c14a28389c5e21a5928bfb336e36670c00f7c2f
Author: Christopher Tubbs <[email protected]>
AuthorDate: Thu Feb 19 15:05:39 2026 -0500

    Fix release helper script
    
    Don't prompt for binary tarball SHA
---
 src/build/create-release-candidate.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/build/create-release-candidate.sh 
b/src/build/create-release-candidate.sh
index af917fa..e07d43f 100755
--- a/src/build/create-release-candidate.sh
+++ b/src/build/create-release-candidate.sh
@@ -142,8 +142,6 @@ createEmail() {
   [[ -n $3 ]] && stagingrepo=$3 || stagingrepo=$(prompter 'staging repository 
number from https://repository.apache.org/#stagingRepositories' '[0-9]+')
   local srcSha
   [[ -n $4 ]] && srcSha=$4 || srcSha=$(prompter 'SHA512 for source tarball' 
'[0-9a-f]{128}')
-  local binSha
-  [[ -n $5 ]] && binSha=$5 || binSha=$(prompter 'SHA512 for binary tarball' 
'[0-9a-f]{128}')
 
   local branch
   branch=$ver-rc$rc

Reply via email to