-
-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
[a-g]: replace plist with service block #79366
Conversation
44c2747
to
61f8057
Compare
and a checksum mismatch for |
61f8057
to
eb62fb6
Compare
I don't think any of the errors are related to the service blocks. @Homebrew/core opinions? |
|
eb62fb6
to
9ad2d7e
Compare
I dropped the formulae that were having issues. We can always revisit those later (when cron support is added and we can drop the Plists completely) |
|
9ad2d7e
to
5065d30
Compare
Fails only on ubuntu due to missing dependencies. @carlocab good to merge? |
Do we need new bottles for this? If yes, unfortunately not: the ARM runner died 19m into the CI run for some reason. If we don't, then I'm fine with merging this. |
Nope, it's all in postinstall. |
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 doingbrew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?