You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@yetus.apache.org by GitBox <gi...@apache.org> on 2022/05/23 15:17:47 UTC

[GitHub] [yetus-homebrew] aw-was-here commented on a diff in pull request #6: YETUS-1185. release process for yetus-homebrew is broken

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-unsubscribe@yetus.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org