-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
option to remove BrewTestBot checked formulae from brew livecheck output #18640
Comments
By "BrewTestBot checked formulae", do you mean autobumped formula? If so, there's a one-liner to avoid live checking them at all:
|
Just to confirm I understand @eleanordoesntcode: is it that this command will still attempt to check the livecheck status for formulae it later complains about being handled by BrewTestBot and you'd rather they were skipped entirely? If so: it kinda feels like this should be the default behaviour for end-users and we should instead be passing an argument/environment variable when running this in CI or in local live check testing to do otherwise. |
I did mean that yes. |
Yes, the command will return formulaes that aren't bumped even though they're autobumped by BrewTestBot for the most part. |
@eleanordoesntcode Thanks for explaining! I think this would be ideally default behaviour, then. |
Verification
brew install wget
. If they do, open an issue at https://github.com/Homebrew/homebrew-core/issues/new/choose instead.Provide a detailed description of the proposed feature
An option to remove formulaes BrewTestBot check automatically from the output of
brew livecheck
. The command could verify if the formulae is in the list of formulaes that are checked by BrewTestBot before even sending a network request, to preserve on time wasted on checking formulaes that are automatically updated.What is the motivation for the feature?
This would preserve time on contributors like me, who want to help updating formulaes by running
brew livecheck --newer-only --eval-all
but don't want to spend time checking if the formulae is handled by BrewTestBot, since 80-90% of the formulaes outputed by this command are in the list.How will the feature be relevant to at least 90% of Homebrew users?
It won't be relevant to anybody who doesn't contribute to Homebrew, but for those who do, it would save quite some time.
What alternatives to the feature have been considered?
A bash script can be made to only print a line of
brew livecheck
if the first word isn't in the BrewTestBot checked formulae list, but this is hacky and it might break.The text was updated successfully, but these errors were encountered: