Migrate developer script to list-apps-in-pkg cmd#258666
Migrate developer script to list-apps-in-pkg cmd#258666danielbayley wants to merge 2 commits intoHomebrew:mainfrom
list-apps-in-pkg cmd#258666Conversation
|
Thanks for opening these command migrations @danielbayley Because there are so many PRs that you have opened at once, I'm asking this question here but it does relate to a few of the open PRs.. For maintainability, have you considered combining the I think it could also be worth discussing whether some of these commands should/could move into Ruby commands, because then we have better style, typing and linting checks available. |
Possibly, what kind of API do you envisage for that? @bevanjkay
Refactored many of them, most are ready for review… cc: @Bo98 |
66c4bf0 to
12c9461
Compare
12c9461 to
ddeb866
Compare
Part of #174192.
Script refactored, and now more reliably finds app sources from the pkg archive.
After making any changes to a cask, existing or new, verify:
brew audit --cask --online <cask>is error-free.brew style --fix <cask>reports no offenses.Additionally, if adding a new cask:
brew audit --cask --new <cask>worked successfully.HOMEBREW_NO_INSTALL_FROM_API=1 brew install --cask <cask>worked successfully.brew uninstall --cask <cask>worked successfully.zapstanza paths.