Commit Graph
1265 Commits
Author SHA1 Message Date
Jonathan ChangandGitHub 2a474b5c82 Merge pull request #9291 from jonchang/upgrade-docs
docs: explain why upgrade upgrades unrelated stuff
2020-11-26 20:56:08 +11:00
Mike McQuaid 135b5a3679 dev-cmd/unbottled: add new command.
Add a new command to list formulae that aren't bottled for a given OS.
2020-11-26 08:22:06 +00:00
Mike McQuaid 311c10636b Deprecation fixes
- `brew uninstall --zap` replaces `brew cask zap`
- clarify how `--json` should behave

Fixes https://github.com/Homebrew/brew/issues/9296
2020-11-25 16:33:16 +00:00
Mike McQuaid f15c4183e0 cmd/list: --formula is no longer a default.
This behaviour is disabled.
2020-11-25 13:47:05 +00:00
Mike McQuaid f364f0c841 Merge remote-tracking branch 'origin/master' into deprecate-cask-commands 2020-11-25 09:39:00 +00:00
Mike McQuaid b484f70572 Remove cask from man brew. 2020-11-25 09:37:21 +00:00
Mike McQuaidandGitHub db33c9a2a0 Merge pull request #9209 from MikeMcQuaid/deprecations
Deprecations for Homebrew 2.6.0
2020-11-25 08:49:52 +00:00
Jonathan Chang d90c34ef51 docs: explain why upgrade upgrades unrelated stuff 2020-11-25 17:46:10 +11:00
Rylan Polster b1d907291b update man pages 2020-11-24 15:40:15 -05:00
Mike McQuaid d496f5c121 Deprecations for Homebrew 2.6.0
Do the usual deprecate/disable dance for the Homebrew 2.6.0 release.

Not to be merged until the next release will definitely be 2.6.0.
2020-11-24 16:44:02 +00:00
Michka Popoff 1fc3d22ab4 pr-pull: allow to pull from multiple workflows
and allow to skip missing workflows

Can be used like this:
brew pr-pull --workflows=tests.yml,wheezy_tests.yml --ignore-missing-artifacts=wheezy_tests.yml PRNUMBER
2020-11-24 15:46:44 +01:00
Markus ReiterandGitHub 7085c37098 Merge pull request #9222 from reitermarkus/brew-cask-create
Allow creating casks with `brew create --cask`.
2020-11-24 11:34:38 +01:00
Mike McQuaidandGitHub 26c1d4382c Merge pull request #9225 from MikeMcQuaid/adjust_prerelease_logic
Adjust macOS version logic
2020-11-23 08:04:51 +00:00
dependabot[bot]andGitHub cd99f83b2a Bump html-proofer from 3.17.0 to 3.17.1 in /docs
Bumps [html-proofer](https://github.com/gjtorikian/html-proofer) from 3.17.0 to 3.17.1.
- [Release notes](https://github.com/gjtorikian/html-proofer/releases)
- [Commits](https://github.com/gjtorikian/html-proofer/compare/v3.17.0...v3.17.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-23 06:04:29 +00:00
Markus Reiter 3c2ec1c60f Deprecate remaining cask commands. 2020-11-21 19:56:12 +01:00
Markus Reiter b6492094d0 Allow creating casks with brew create --cask. 2020-11-21 18:52:26 +01:00
Tom 989dc3e10b manpage: Recommend using ./ for local file formulae 2020-11-21 12:39:28 +00:00
Mike McQuaid 444c3858df Adjust macOS version logic
- Adjust latest supported macOS logic for e.g. Big Sur 11.1.
- Updated latest supported version in docs to Mojave

Fixes https://github.com/Homebrew/brew/issues/9211
2020-11-20 16:42:52 +00:00
Mike McQuaid f42cbebd48 Merge remote-tracking branch 'origin/master' into metacollin/master 2020-11-20 12:45:21 +00:00
Mike McQuaid 75d9d061a7 Commit brew man output. 2020-11-20 12:44:07 +00:00
Markus Reiter 9140b21d80 Support --cask flag in brew info. 2020-11-20 10:36:15 +01:00
Markus ReiterandGitHub 7dd7d69cd8 Merge pull request #9207 from reitermarkus/brew-zap
Add `--zap` flag for `brew uninstall`.
2020-11-20 09:42:13 +01:00
Markus ReiterandGitHub bf486c5397 Merge pull request #9212 from reitermarkus/brew-cask-fetch
Support casks in `brew fetch`.
2020-11-20 09:32:13 +01:00
metacollin 847766140f Doc problems 2020-11-19 20:56:20 -07:00
metacollin 7c6da6a043 Fix docs 2020-11-19 20:52:35 -07:00
metacollin 7b67c000b0 Fix docs 2020-11-19 20:50:34 -07:00
metacollin 7102cc84b9 Documentation wording fixes 2020-11-19 20:27:19 -07:00
metacollin 87ff28431f Merge branch 'master' of https://github.com/Homebrew/brew 2020-11-19 20:18:12 -07:00
metacollin c176f28f39 Added fixes. 2020-11-19 20:18:08 -07:00
Markus Reiter 45950bb8ad Support casks in brew edit. 2020-11-20 00:43:15 +01:00
Markus Reiter 7a83f34dd1 Support casks in brew fetch. 2020-11-19 19:46:59 +01:00
Markus Reiter bc24128263 Support casks in brew cat. 2020-11-19 16:01:10 +01:00
Markus Reiter 2c47678b05 Add --zap flag to brew uninstall and remove brew zap. 2020-11-19 15:07:59 +01:00
Markus Reiter f4b4fdac98 Add brew zap command. 2020-11-19 13:42:02 +01:00
Markus Reiter aa6a8e5c13 Add --update option to brew vendor-gems. 2020-11-19 10:11:19 +01:00
Markus Reiter 5097af3b74 Support --cask flag in brew uninstall. 2020-11-18 17:30:34 +01:00
Markus Reiter 24cef5c2ce Support casks in brew audit. 2020-11-18 13:21:49 +01:00
Mike McQuaid caae165eb2 Improve brew install --quiet
- Suppress (some more) warnings when doing `brew install --quiet`
- Clarify `man brew` output that we don't suppress all warnings
  for all commands with `--quiet`

While I was doing this I noticed references to the (soon to be
deprecated) `brew switch` so:
- remove these references in `install` output
- remove a reference in the documentation
- add a comment to remind me to deprecate `brew diy`, too

Fixes #9179
2020-11-18 10:13:57 +00:00
hyurakuandMarkus Reiter faf7aab6dd remove deprecated cask command from man page 2020-11-17 13:04:00 +01:00
Mike McQuaid c1ff5efb5a docs/vale-styles/Homebrew/Titles: fix Linux reference. 2020-11-16 13:59:45 +00:00
EricFromCanada 72bc057014 manpage: fixes for formatting 2020-11-16 08:02:50 -05:00
Mike McQuaidandGitHub 2675fa03af Merge pull request #9144 from dtrodrigues/discussions
docs - remove Discourse from communication methods
2020-11-16 12:47:49 +00:00
dependabot[bot]andGitHub e3934cb677 build(deps-dev): bump html-proofer from 3.16.0 to 3.17.0 in /docs
Bumps [html-proofer](https://github.com/gjtorikian/html-proofer) from 3.16.0 to 3.17.0.
- [Release notes](https://github.com/gjtorikian/html-proofer/releases)
- [Commits](https://github.com/gjtorikian/html-proofer/compare/v3.16.0...v3.17.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-16 05:58:28 +00:00
Dustin Rodrigues 1c925d52fe docs - remove Discourse from communication methods 2020-11-15 13:20:03 -05:00
metacollin b04a5ffa0b Turbocharged formula name completion 2020-11-13 05:36:53 -07:00
Markus Reiter da9289eff0 Add more type signatures. 2020-11-13 12:26:36 +01:00
Shaun Jackman 26c4dc954f docs/Installation.md: Fix a small typo 2020-11-12 12:31:13 -08:00
Mike McQuaid 5afff3f3aa Handle macOS Homebrew on ARM
- Output `brew doctor` and `brew install` messages noting this configuration is (currently) unsupported and encourage use of Rosetta instead
- Output Rosetta 2 usage in `brew config` on ARM (whether in Rosetta 2 or not)
- Check the architecture of (newly installed) dependencies and ensure they are using the correct architecture.
- Don't allow installing macOS Intel Homebrew in macOS ARM Homebrew default prefix (and vice versa
- Actually write out the architecture of dependencies to the tab rather than generating and throwing them away
- Set and document the expected default prefix for macOS Intel Homebrew, macOS ARM Homebrew (`/opt/homebrew`) and Homebrew on Linux

While we're here:
- Don't say Big Sur is a prerelease version but still make it clear we
  don't support it (yet).
- Don't reference non-existent IRC channel
2020-11-12 17:06:47 +00:00
Tie 45a4fa85cc update manpages 2020-11-06 11:02:59 -05:00
Dawid DziurlaandTie 0fa417706a cmd: add autoremove command 2020-11-04 17:15:32 -05:00