28697 Commits

Author SHA1 Message Date
FX Coudert
bcb7d29ab1
Merge pull request #11508 from fxcoudert/monterey
Updates for Monterey Xcode & CLT
2021-06-09 20:13:09 +02:00
Nuno Cruces
9740510650 Revert "brew tap-new: tests.yml workflow fails with casks"
This reverts commit 20d59effd6a1c3f6268284a6735c562dfe428821.
2021-06-09 19:11:42 +01:00
Rylan Polster
4de44c771d
formula: improve to_recursive_bottle_hash 2021-06-09 13:57:14 -04:00
Francois-Xavier Coudert
8eb03a951f Updates for Monterey Xcode & CLT 2021-06-09 16:21:46 +02:00
Bo Anderson
9938621f23
Merge pull request #11470 from Bo98/unbottled-arch
dev-cmd/unbottled: fix arch requirement handling
2021-06-09 14:01:06 +01:00
Bo Anderson
095d5215f1
Merge pull request #11472 from Bo98/perl-all
os/mac/keg_relocate: add fallback to default Perl version when using tab
2021-06-09 13:59:35 +01:00
Issy Long
155feba8e0
cask/installer: Add Cask caveats to the end-of-operation summary
- Both formulae and casks can have caveats, but only formulae caveats
  were shown at the end of a bulk install/upgrade/reinstall operation
  via `Homebrew.messages.record_caveats`. This fixes that to show Cask
  caveats too, for consistency (scrolling up all of the
  multi-formulae-and-casks output to see caveats is time-consuming and
  users might miss them).
- In doing this I had to change how `Messages#record_caveats` works
  since the cask name is just a string, not an object.
2021-06-09 12:11:51 +01:00
Dawid Dziurla
c6dd7ec0eb
Merge pull request #11512 from Homebrew/update-man-completions
Update maintainers, manpage and completions.
2021-06-09 11:34:57 +02:00
BrewTestBot
3feec5e4ee
Update maintainers, manpage and completions.
Autogenerated by the [update-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-man-completions.yml) workflow.
2021-06-09 08:38:03 +00:00
Mike McQuaid
ed0ed9f0bf
Merge pull request #11510 from Rylan12/add-hidden-option-to-parser
cli/parser: allow options to be hidden
2021-06-09 09:36:32 +01:00
Mike McQuaid
05be2bacd7
Merge pull request #11511 from Homebrew/dependabot/github_actions/codecov/codecov-action-1.5.2
build(deps): bump codecov/codecov-action from 1.5.0 to 1.5.2
2021-06-09 09:29:02 +01:00
dependabot[bot]
6ae1e670d6
build(deps): bump codecov/codecov-action from 1.5.0 to 1.5.2
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1.5.0 to 1.5.2.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](a1ed4b322b...29386c70ef)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-09 05:24:02 +00:00
Rylan Polster
08b44afcdf
cli/parser: allow options to be hidden 2021-06-08 22:02:32 -04:00
Mike McQuaid
76cda750d5
Merge pull request #11493 from Rylan12/add-terminology-to-manpage
docs: add terminology to manpage
2021-06-08 17:18:17 +01:00
Rylan Polster
45f23d4c16
docs: improve terminology guide from code review
Co-Authored-By: Mike McQuaid <mike@mikemcquaid.com>
2021-06-08 10:45:03 -04:00
Carlo Cabrera
71bee26abd
Merge pull request #11503 from carlocab/cc-sysroot-handling
shims/super/cc: fix `sysroot` flag handling
2021-06-08 15:09:56 +01:00
Carlo Cabrera
863b412820
shims/super/cc: fix sysroot flag handling
The shim currently does not handle `--sysroot=` and `-isysroot=` flags
correctly. For example, the LLVM build passes `--sysroot=.`, and this is
incorrectly parsed by the shim.
2021-06-08 14:39:37 +01:00
Alexander Bayandin
0750698eea
Merge pull request #11506 from bayandin/git-uses_from_macos
rubocops: allow uses_from_macos "git"
2021-06-08 14:22:50 +01:00
Mike McQuaid
7ad59477a2
Merge pull request #11504 from shaunsingh/master
Add macOS 12 (Monterey) support
2021-06-08 13:33:51 +01:00
Nuno Cruces
20d59effd6
brew tap-new: tests.yml workflow fails with casks
Running `brew test-bot --only-tap-syntax` fails on `ubuntu-latest` if any casks are added later to the tap, since casks are macOS only.
2021-06-08 13:09:27 +01:00
Alexander Bayandin
909a7aea9e
rubocops: allow uses_from_macos "git" 2021-06-08 13:03:25 +01:00
Nanda H Krishna
99702b2475
Merge pull request #11497 from nandahkrishna/remove-publish-flag
`brew pr-{pull,upload}`: remove `--no-publish` flag
2021-06-08 17:33:22 +05:30
Dawid Dziurla
9657303ed2
Merge pull request #11492 from SMillerDev/fix/service/add_linux_target
service: add install block to unit
3.1.11
2021-06-08 02:14:01 +02:00
shaunsingh
3a746723c3
Add missing comma 2021-06-07 20:04:48 -04:00
shaunsingh
d7d9a256a1
Add macOS 12 2021-06-07 20:00:18 -04:00
Nanda H Krishna
c7dff1bbfe
Merge pull request #11502 from Homebrew/update-man-completions
Update maintainers, manpage and completions.
2021-06-08 02:15:40 +05:30
BrewTestBot
5bef4198a1
Update maintainers, manpage and completions.
Autogenerated by the [update-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-man-completions.yml) workflow.
2021-06-07 20:13:57 +00:00
Rylan Polster
07d098bc76
Merge pull request #11488 from Rylan12/formula-to-bottle-hash
formula: add `to_recursive_bottle_hash` method
2021-06-07 16:11:46 -04:00
Rylan Polster
2c22a258a0
docs: Separate terminology from cookbook and manpages 2021-06-07 10:58:14 -04:00
Rylan Polster
a2a92ba375
Update Library/Homebrew/formula.rb
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2021-06-07 10:19:14 -04:00
Mike McQuaid
dbdc4f1a7e
Merge pull request #11500 from Homebrew/revert-11479-redirect_stdout
Revert "fix(vendor-gems): redirect bundler stdout to stderr"
2021-06-07 15:15:14 +01:00
Mike McQuaid
c4d69dd2e9
Revert "fix(vendor-gems): redirect bundler stdout to stderr" 2021-06-07 14:51:07 +01:00
Mike McQuaid
f1f7dc151d
Merge pull request #10834 from samford/livecheck-replace-open-uri-with-curl
Livecheck: Replace OpenURI#open with Curl
3.1.10
2021-06-07 12:44:03 +01:00
Nanda H Krishna
ea8477715c
Update manpage and completions 2021-06-07 15:16:48 +05:30
Nanda H Krishna
b607fb0712
brew pr-{pull,upload}: remove --no-publish flag
The `--no-publish` flag isn't used anywhere since we removed all the
Bintray code. Also, the `--no-upload` flag used in `pr-pull` doesn't
apply the bottle commit, so its description has been modified.
2021-06-07 15:13:29 +05:30
Nanda H Krishna
9f4874d11f
Merge pull request #11495 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-sorbet-0.6.2
build(deps): bump rubocop-sorbet from 0.6.1 to 0.6.2 in /Library/Homebrew
2021-06-07 13:28:01 +05:30
Nanda H Krishna
84c22620e1
Merge pull request #11496 from Homebrew/dependabot/bundler/Library/Homebrew/concurrent-ruby-1.1.9
build(deps): bump concurrent-ruby from 1.1.8 to 1.1.9 in /Library/Homebrew
2021-06-07 13:08:24 +05:30
BrewTestBot
e7ef5f949d
Update RBI files for concurrent-ruby. 2021-06-07 06:19:34 +00:00
BrewTestBot
34a3cd00cd
Update RBI files for rubocop-sorbet. 2021-06-07 06:19:07 +00:00
BrewTestBot
6bf72e5fca
brew vendor-gems: commit updates. 2021-06-07 06:18:39 +00:00
BrewTestBot
0539b0d9c2
brew vendor-gems: commit updates. 2021-06-07 06:18:14 +00:00
dependabot[bot]
42f1f7d4ad
build(deps): bump concurrent-ruby in /Library/Homebrew
Bumps [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby) from 1.1.8 to 1.1.9.
- [Release notes](https://github.com/ruby-concurrency/concurrent-ruby/releases)
- [Changelog](https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ruby-concurrency/concurrent-ruby/compare/v1.1.8...v1.1.9)

---
updated-dependencies:
- dependency-name: concurrent-ruby
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-07 06:16:16 +00:00
dependabot[bot]
968e293bed
build(deps): bump rubocop-sorbet in /Library/Homebrew
Bumps [rubocop-sorbet](https://github.com/shopify/rubocop-sorbet) from 0.6.1 to 0.6.2.
- [Release notes](https://github.com/shopify/rubocop-sorbet/releases)
- [Commits](https://github.com/shopify/rubocop-sorbet/compare/v0.6.1...v0.6.2)

---
updated-dependencies:
- dependency-name: rubocop-sorbet
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-07 06:15:54 +00:00
Rylan Polster
144c1c68c3
docs: add terminology to manpage 2021-06-05 14:49:51 -04:00
Rylan Polster
aebaa7f8df
formula: only include sha256 for core formulae in bottle JSON 2021-06-05 12:31:55 -04:00
Rylan Polster
d60f549a48
info: add --bottle option for JSON bottle info 2021-06-05 12:27:24 -04:00
Sean Molenaar
8250f73383
service: add install block to unit 2021-06-05 17:59:17 +02:00
Sam Ford
a6769ae7cd
Strategy: Better align curl usage in methods 2021-06-04 16:16:06 -04:00
Sam Ford
793ea17749
Strategy: Create constant for HTTP separator 2021-06-04 16:16:06 -04:00
Sam Ford
ccfd01ba38
Strategy: Replace open-uri with curl 2021-06-04 16:16:05 -04:00