Replies: 1 comment 1 reply
-
The However, the better way to handle things like this is to use the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I've been maintaining a tap for the 'cdo' formula, a scientific package that was available in homebrew-science. Happily, it is now back in 'core', so there's no need for my tap anymore.
I can of course untap my own tap/reinstall cdo and be done with it, but I'm not sure what happens with the users that are already tapped and using my version of 'cdo'. Reading the docs, it seems like the way to do this was to add something like:
disable! date: "2020-01-20", because: "it is now in homebrew core. Please reinstall it as follows:\nbrew untap moffat/sciencebits\nbrew install cdo\n"
to my formula, which I did here:
https://github.com/moffat/homebrew-sciencebits/blob/master/Formula/cdo.rb
when I try to upgrade my system (I'm trying to see what a user tapped to my repository would see) I get:
so obviously I'm doing something wrong. Any ideas on how to tell any users tapped to my repository "stop using this and go to core". Delete the formula? something else?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions