-
-
Notifications
You must be signed in to change notification settings - Fork 10k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gpg: use with_homebrew_path #3607
Conversation
This isn't correct behaviour in an |
Sure. I'm open to suggestions that are better than having an audit to bar |
Can we remove the Gpg module altogether?
It would take about 5 minutes to remove its use from formulae. |
It's final broad use wasn't exclusively formula-based, although I appreciate you'd have to have a long memory to remember that by now. |
Can you elaborate? I'm not understanding what function it's serving in |
OK, thanks. All of those look self-referential as opposed to anything in use currently. The only actual, current use of gpg appears to be in casks right now with stuff like
I don't know if that depends on the Gpg module or not. CC @reitermarkus |
It doesn't.
Yes, this is correct. A lot of the back & forth over the GPG stuff and the resulting stress over effectively turning Homebrew into a job contributed significantly to my decision to walk away as a maintainer, and indeed more or less stop contributing for a while. But the intention wasn't to abandon it, which is why I've kept trimming & tweaking it since. |
Alright. |
brew tests
with your changes locally?Fixes calling things like
Gpg.available?
inbrew irb
, etc. Or anywhere that uses the protectedPATH
, really.