-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Labels
Description
It should be a manually triggered job (workflow_dispatch
) and read from an input the name of a formula f
and do the following:
- if
f
exists in this tap, then remove its bottle and the bottles of any dependents off
- if
f
is fromhomebrew-core
, then remove the bottles of any formula in this tap that depend onf
Use brew bump-revision --remove-bottle-block
, possibly using the script from https://github.com/osrf/homebrew-simulation#to-disable-broken-bottles
It also needs to fork, push, and open a pull request for those changes.