You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2019/08/23 18:31:03 UTC

[GitHub] [hbase] busbey commented on a change in pull request #525: [HBASE-22852] Stop gpg agent daemons in hbase nightlies.

busbey commented on a change in pull request #525: [HBASE-22852] Stop gpg agent daemons in hbase nightlies.
URL: https://github.com/apache/hbase/pull/525#discussion_r317251952
 
 

 ##########
 File path: dev-support/jenkins-scripts/cache-apache-project-artifact.sh
 ##########
 @@ -123,6 +123,12 @@ if [ -n "${keys}" ]; then
   echo "signature good."
 fi
 
+if [ -n "${keys}" ]; then
 
 Review comment:
   this should be placed up in the clean up handler function. that way if e.g. we run into a problem before here but after our first command launches a gpg-agent we'll still clean up.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services