Mike McQuaid
d69f1a317b
Merge pull request #11507 from ncruces/patch-1
...
brew tap-new: tests.yml workflow fails with casks
2021-06-10 11:46:48 +01:00
Issy Long
bf7f2e9a49
Merge pull request #11509 from issyl0/cask-caveats-in-summary
...
cask/installer: Add Cask caveats to the end-of-operation summary
2021-06-10 09:43:14 +01:00
Nanda H Krishna
ffaa042457
test/pkg_version_spec: fix style
2021-06-10 13:42:33 +05:30
BrewTestBot
4fd938c286
Update RBI files for rubocop.
2021-06-10 07:48:21 +00:00
BrewTestBot
1eef49c766
brew vendor-gems: commit updates.
2021-06-10 07:47:28 +00:00
BrewTestBot
c2eab8f214
Update RBI files for rubocop-rspec.
2021-06-10 07:45:36 +00:00
BrewTestBot
caf82237fa
brew vendor-gems: commit updates.
2021-06-10 07:44:47 +00:00
dependabot[bot]
a6119266d3
build(deps): bump rubocop-rspec from 2.3.0 to 2.4.0 in /Library/Homebrew
...
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec ) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/rubocop/rubocop-rspec/releases )
- [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop/rubocop-rspec/compare/v2.3.0...v2.4.0 )
---
updated-dependencies:
- dependency-name: rubocop-rspec
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-06-10 07:42:32 +00:00
dependabot[bot]
6c1cba4c3e
build(deps): bump rubocop from 1.16.0 to 1.16.1 in /Library/Homebrew
...
Bumps [rubocop](https://github.com/rubocop/rubocop ) from 1.16.0 to 1.16.1.
- [Release notes](https://github.com/rubocop/rubocop/releases )
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop/rubocop/compare/v1.16.0...v1.16.1 )
---
updated-dependencies:
- dependency-name: rubocop
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-06-10 07:41:42 +00:00
BrewTestBot
06a48f24cd
sorbet: Update RBI files.
...
Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml ) workflow.
2021-06-10 00:09:40 +00:00
nthumann
e6a18803ea
Try getting page content with both headers
2021-06-10 00:12:26 +02:00
Rylan Polster
cc7b62c829
Merge pull request #11516 from Rylan12/bottle-hash-improvements
...
formula: improve `to_recursive_bottle_hash`
2021-06-09 14:25:41 -04:00
Nuno Cruces
7db528163c
brew audit: fails on Linux if tap has any casks
...
Running `brew audit --tap=[TAP]` fails on Linux (including GitHub Actions CI) if the tap has any caksks.
2021-06-09 19:13:39 +01:00
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
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
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
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
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
2021-06-07 12:44:03 +01:00
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
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