-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
fix: Update macOS brew list command for casks #58381
Merged
s0undt3ch
merged 5 commits into
saltstack:master
from
cdalvaro:update_brew_cask_list_command
Dec 28, 2020
Merged
fix: Update macOS brew list command for casks #58381
s0undt3ch
merged 5 commits into
saltstack:master
from
cdalvaro:update_brew_cask_list_command
Dec 28, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cdalvaro
force-pushed
the
update_brew_cask_list_command
branch
from
September 5, 2020 10:59
8c0ae72
to
8f594b4
Compare
Akm0d
previously approved these changes
Sep 14, 2020
@cdalvaro Thank you for the PR! Can the merge conflicts be resolved? |
…st_command * github/master: (657 commits) Update botocore to the latest 1.16.26 release Revert "move_dep_from_module_run (saltstack#58701)" (saltstack#58702) move_dep_from_module_run (saltstack#58701) Update 3002.rst Update 3002.rst Update 3002.rst Update 3002.rst Update 3002.rst Update 3002.rst Update Releasenotes 3002 Update Changelog 3002 Update index.rst Update Reference Magnsium Skip tests depending on the `ssl_webserver` fixture if on Py < 3.5.3 Update man-pages to 3002 Update RC Install Instructions Fix rst formatting Refresh README; add SECURITY; update logos Revert "Set the codepage on windows at import time of `salt/utils/parsers.py`" Set the codepage on windows at import time of `salt/utils/parsers.py` ...
Done! |
Akm0d
approved these changes
Oct 12, 2020
After three months being deprecated this has turned into an error:
|
cdalvaro
changed the title
feat: Update macOS brew list command for casks
fix: Update macOS brew list command for casks
Dec 21, 2020
s0undt3ch
approved these changes
Dec 22, 2020
/cc @weswhet |
SMillerDev
approved these changes
Dec 28, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As a brew maintainer, looks good
s0undt3ch
approved these changes
Dec 28, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
brew cask --list
has been deprecated in favor ofbrew list --cask
(Homebrew/brew#8390).This PR changes the command in order to avoid the fallowing warning:
and prevents for future errors when the command could fail.
Merge requirements satisfied?
[NOTICE] Bug fixes or features added to Salt require tests.
DocsCommits signed with GPG?
Yes
Please review Salt's Contributing Guide for best practices.
See GitHub's page on GPG signing for more information about signing commits with GPG.