The Wayback Machine - https://web.archive.org/web/20201226153055/https://github.com/github/homebrew-bootstrap/pull/94
Skip to content
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

brew-upgrade-mysql: Fix `brew list` deprecation #94

Merged
merged 1 commit into from Nov 16, 2020

Conversation

@issyl0
Copy link
Member

@issyl0 issyl0 commented Nov 11, 2020

  • This was reporting: Warning: Calling brew listto only list formulae is deprecated! Usebrew list --formula instead..

  • I originally saw this in github/github ./script/bootstrap output and tracked it down to here. I don't know how to make github/github know that this has changed, but I know from experience that this will fix the error message once it has the newer version.

Before:

issyl0 at cetus in /usr/local/Homebrew/Library/Taps/github/homebrew-bootstrap on master
❯ brew upgrade-mysql
Checking that MySQL is up to date.
Error: Calling `brew list` to only list formulae is deprecated! Use `brew list --formula` instead.
Installing new version of MySQL...
Warning: mysql@5.7 5.7.32 is already installed and up-to-date
To reinstall 5.7.32, run `brew reinstall mysql@5.7`
MySQL is ready.

After:

issyl0 at cetus in /usr/local/Homebrew/Library/Taps/github/homebrew-bootstrap on fix-brew-list-deprecation
❯ brew upgrade-mysql
Checking that MySQL is up to date.
MySQL is ready.
- This was reporting: `Warning: Calling `brew list` to only list formulae is deprecated! Use `brew list --formula` instead.`.
@MikeMcQuaid MikeMcQuaid merged commit 733034f into master Nov 16, 2020
1 check passed
1 check passed
macOS
Details
@MikeMcQuaid
Copy link
Contributor

@MikeMcQuaid MikeMcQuaid commented Nov 16, 2020

Thanks @issyl0!

@MikeMcQuaid MikeMcQuaid deleted the fix-brew-list-deprecation branch Nov 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.