petersomogyi commented on a change in pull request #671: HBASE-23092 Make the 
RM tooling in dev-tools/create-release generic
URL: https://github.com/apache/hbase/pull/671#discussion_r329958447
 
 

 ##########
 File path: dev-support/create-release/release-build.sh
 ##########
 @@ -295,53 +255,64 @@ if [[ "$1" == "publish-release" ]]; then
   fi
 
   # this must have .asc, and .sha1 - it really doesn't like anything else there
-  for file in $(find hbase* -type f)
+  for file in $(find $modules -type f)
   do
     if [[ "$file" == *.asc ]]; then
       continue
     fi
     if [ ! -f $file.asc ]; then
-      echo $GPG_PASSPHRASE | $GPG --passphrase-fd 0 --output $file.asc \
+      echo "$GPG_PASSPHRASE" | "$GPG" --passphrase-fd 0 --output "$file.asc" \
 
 Review comment:
   Probably the same problem here.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to