-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
hashicorp: deprecate and add caveat #139538
Conversation
Not sure if it's necessarily worth elaborating on: but as it stands future releases prior to 1.6.0 will be acceptable, though it's possible there won't be any such release. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this @iMichka! Looks great so far. A few thoughts.
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
@iMichka gentle ping on that review feedback |
Done. Sorry for the delay |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @iMichka!
This should be good now, I took care of all the dependencies. |
Just a nit, but since this has already happened we can probably remove all the future tense language. |
Inform users that we will disable this forumula one day given there will be no more version updates in homebrew-core due to the license change
Done; this pull request feels so old now :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for all your hard work here!
Might need to open a new PR. The approval isn't registering. |
Inform users that we might disable this forumula one day given there will be no more version updates in homebrew-core due to the license change
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?closes #168090