aw-was-here commented on code in PR #6: URL: https://github.com/apache/yetus-homebrew/pull/6#discussion_r879580084
########## release.sh: ########## @@ -19,6 +19,10 @@ USER_NAME=${SUDO_USER:=$USER} USER_ID=$(id -u "${USER_NAME}") +GPG=$(command -v gpg) +GPGAGENT=$(command -v gpg-agent) +LOGDIR="/tmp/homebrew-sign.$$" Review Comment: That'd be a good improvement. Probably should do an audit of everything and make the same change. I'll file a jira for it. Thanks! -- 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. To unsubscribe, e-mail: gitbox-unsubscr...@yetus.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org