Mike McQuaid
86367158ac
Merge pull request #12257 from boblail/allow-configuring-ssh-config
...
Add HOMEBREW_SSH_CONFIG_PATH
2021-10-20 09:25:43 +01:00
Mike McQuaid
144ca4ef61
Merge pull request #12234 from ni-nwoythaler/feature/12230-formula-cask-paths
...
Add `--print-path` flag to `brew edit`
2021-10-20 09:25:19 +01:00
Nathan Woythaler
0b8605bcbe
Add --print-path flag to brew edit
...
Add a `--print-path` flag to `brew edit`, in order to print the source `.rb`
file of both casks and formulae. In order to prevent faulty reporting, `brew
formula $SOME_CASK` will now error out if a cask matches, but a formula does
not.
2021-10-20 09:04:59 +01:00
Mike McQuaid
b77b08cf00
Merge pull request #12121 from EricFromCanada/restore-repology
...
bump: add `--start-with` option to retrieve a subset of results
2021-10-20 09:02:48 +01:00
Bob Lail
c3e48b004d
Add HOMEBREW_SSH_CONFIG_PATH
...
This allows specifying the path of an SSH config file that Homebrew should use instead of the default, `~/.ssh/config`, when fetching Git repos over SSH.
2021-10-20 09:01:57 +01:00
Mike McQuaid
e771571d69
Merge pull request #11899 from danielnachun/gcc_relocation_fix
...
bottle.rb: add workaround to make gcc have cellar :any
2021-10-20 08:59:04 +01:00
EricFromCanada
811d0fa0bd
bump: add option to retrieve a subset of results
...
Plus a few fixes for output.
2021-10-19 20:14:39 -04:00
Dawid Dziurla
79293a3518
Merge pull request #12255 from carlocab/search-arch
...
cmd/search: add Arch Linux
2021-10-20 02:03:35 +02:00
Mike McQuaid
810992a0b5
Merge pull request #12266 from Homebrew/dependabot/bundler/Library/Homebrew/racc-1.6.0
...
build(deps): bump racc from 1.5.2 to 1.6.0 in /Library/Homebrew
2021-10-19 19:33:53 +01:00
BrewTestBot
412406298d
Update RBI files for sorbet.
2021-10-19 18:11:38 +00:00
BrewTestBot
8a086c5ab7
Update RBI files for racc.
2021-10-19 18:11:03 +00:00
BrewTestBot
5d68bb1576
brew vendor-gems: commit updates.
2021-10-19 18:07:15 +00:00
BrewTestBot
beec4bc5ca
brew vendor-gems: commit updates.
2021-10-19 18:07:15 +00:00
dependabot[bot]
c55aff745b
build(deps): bump racc from 1.5.2 to 1.6.0 in /Library/Homebrew
...
Bumps [racc](https://github.com/tenderlove/racc ) from 1.5.2 to 1.6.0.
- [Release notes](https://github.com/tenderlove/racc/releases )
- [Changelog](https://github.com/ruby/racc/blob/master/ChangeLog )
- [Commits](https://github.com/tenderlove/racc/compare/v1.5.2...v1.6.0 )
---
updated-dependencies:
- dependency-name: racc
dependency-type: indirect
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-10-19 18:04:43 +00:00
dependabot[bot]
25a4400b83
build(deps-dev): bump sorbet in /Library/Homebrew
...
Bumps [sorbet](https://github.com/sorbet/sorbet ) from 0.5.9242 to 0.5.9248.
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
---
updated-dependencies:
- dependency-name: sorbet
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-10-19 18:04:29 +00:00
danielnachun
0323c3ae30
bottle.rb: add workaround to make gcc have cellar :any
2021-10-19 10:55:03 -07:00
Mike McQuaid
823f663ab4
Merge pull request #12259 from MikeMcQuaid/next_major_or_minor_release
...
Deprecations/disables for 3.3.0/4.0.0.
2021-10-19 17:11:42 +01:00
Bo Anderson
c8752c91f0
Mark macOS Monterey as supported.
2021-10-19 16:57:39 +01:00
Bo Anderson
5d670728f1
os/mac/xcode: require Xcode 13.1 on Monterey
2021-10-19 16:56:06 +01:00
Mike McQuaid
8e02a34232
Merge pull request #12258 from MikeMcQuaid/only_patchelf_rb
...
Only use patchelf.rb
2021-10-19 16:50:07 +01:00
Kyle Smith
7866a4b586
feat: support user-configured Google Analytics reporting
...
Allow users to set a custom Google Analytics tracking ID to report user behaviour
via new environment variable: $HOMEBREW_ADDITIONAL_GOOGLE_ANALYTICS_ID.
If provided, this tracking ID will be used _in addition to_ the default tracking
ID used by <https://brew.sh/analytics/ >.
2021-10-19 10:49:43 -05:00
Mike McQuaid
f65d525693
Deprecations/disables for 3.3.0/4.0.0.
...
Deprecate, disable and remove code for Homebrew 3.3.0 or 4.0.0
(whichever the next release ends up being).
2021-10-19 16:36:42 +01:00
Bo Anderson
86b01acd97
formula_installer: don't install bottle deps for all bottles
2021-10-19 16:31:08 +01:00
Kaito Udagawa
6b5f912a3a
Catch ENOTEMPTY in cleanup_keg
...
#11904
2021-10-19 23:39:58 +09:00
Mike McQuaid
0cda6a0657
Only use patchelf.rb
...
Remove support for using the `patchelf` formula for writing as it's been
off by default for a long time now.
2021-10-19 15:15:56 +01:00
Carlo Cabrera
93340e08d5
cmd/search: add Arch Linux
...
Arch update their packages very quickly, so they're quite useful as a
reference for building formulae.
2021-10-19 04:40:00 +08:00
BrewTestBot
12a9ec9fd7
Update RBI files for spoom.
2021-10-18 19:04:07 +00:00
BrewTestBot
79e51531b1
brew vendor-gems: commit updates.
2021-10-18 19:00:17 +00:00
dependabot[bot]
4995fcf395
build(deps): bump spoom from 1.1.4 to 1.1.5 in /Library/Homebrew
...
Bumps [spoom](https://github.com/Shopify/spoom ) from 1.1.4 to 1.1.5.
- [Release notes](https://github.com/Shopify/spoom/releases )
- [Commits](https://github.com/Shopify/spoom/compare/v1.1.4...v1.1.5 )
---
updated-dependencies:
- dependency-name: spoom
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-10-18 18:53:41 +00:00
Mike McQuaid
7ccfa46f31
Merge pull request #12251 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-rails-2.12.4
...
build(deps): bump rubocop-rails from 2.12.3 to 2.12.4 in /Library/Homebrew
2021-10-18 19:52:52 +01:00
BrewTestBot
4f8b95dbf1
Update RBI files for rubocop-rails.
2021-10-18 18:10:47 +00:00
BrewTestBot
dafaecd5ec
brew vendor-gems: commit updates.
2021-10-18 18:06:42 +00:00
BrewTestBot
256f307922
brew vendor-gems: commit updates.
2021-10-18 18:06:36 +00:00
dependabot[bot]
22ce3a3968
build(deps-dev): bump sorbet in /Library/Homebrew
...
Bumps [sorbet](https://github.com/sorbet/sorbet ) from 0.5.9238 to 0.5.9242.
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
---
updated-dependencies:
- dependency-name: sorbet
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-10-18 18:04:11 +00:00
dependabot[bot]
af7fe6ac5f
build(deps): bump rubocop-rails in /Library/Homebrew
...
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails ) from 2.12.3 to 2.12.4.
- [Release notes](https://github.com/rubocop/rubocop-rails/releases )
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.12.3...v2.12.4 )
---
updated-dependencies:
- dependency-name: rubocop-rails
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-10-18 18:03:30 +00:00
Carlo Cabrera
556b8f16c6
Merge pull request #12225 from carlocab/two-level
...
mac/formula_cellar_checks: check for flat namespace libraries
2021-10-18 22:59:05 +08:00
BrewTestBot
ef1179d4df
brew vendor-gems: commit updates.
2021-10-15 18:10:05 +00:00
dependabot[bot]
d56ede96d5
build(deps-dev): bump sorbet in /Library/Homebrew
...
Bumps [sorbet](https://github.com/sorbet/sorbet ) from 0.5.9230 to 0.5.9238.
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
---
updated-dependencies:
- dependency-name: sorbet
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-10-15 18:04:03 +00:00
Carlo Cabrera
fecacdce49
Merge pull request #12238 from carlocab/link-arm
...
cmd/link: change `default_prefix?` check to `/usr/local` check
2021-10-16 00:23:00 +08:00
BrewTestBot
f3b28b1d04
brew vendor-gems: commit updates.
2021-10-14 18:04:49 +00:00
dependabot[bot]
581ff62bf5
build(deps-dev): bump sorbet in /Library/Homebrew
...
Bumps [sorbet](https://github.com/sorbet/sorbet ) from 0.5.9226 to 0.5.9230.
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
---
updated-dependencies:
- dependency-name: sorbet
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-10-14 18:02:28 +00:00
Carlo Cabrera
238387d694
Use HOMEBREW_DEFAULT_PREFIX instead of /usr/local
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2021-10-15 00:17:55 +08:00
Carlo Cabrera
19953c01b3
cmd/link: change default_prefix? check to /usr/local check
...
Linking macOS-provided software breaks things only in `/usr/local`
prefixes, hence the `default_prefix?` check, which was included when our
only default prefix on macOS was `/usr/local`. Now that we install into
`/opt/homebrew` too, the default prefix check is needlessly restrictive.
2021-10-14 22:13:55 +08:00
BrewTestBot
815dc810b8
brew vendor-gems: commit updates.
2021-10-13 18:08:31 +00:00
dependabot[bot]
d7962ddbda
build(deps-dev): bump sorbet in /Library/Homebrew
...
Bumps [sorbet](https://github.com/sorbet/sorbet ) from 0.5.9222 to 0.5.9226.
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
---
updated-dependencies:
- dependency-name: sorbet
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-10-13 18:04:10 +00:00
XuehaiPan
33f9cab3c6
tap: handle brew tap homebrew/core without a URL while HOMEBREW_CORE_GIT_REMOTE set
2021-10-13 19:52:44 +08:00
Carlo Cabrera
e8eb781470
mac/formula_cellar_checks: apply suggestions from code review
...
- Fix missing space
- use `MachO::Utils.fat_magic?`
- call `#flag?` consistently.
Co-authored-by: Bo Anderson <mail@boanderson.me>
2021-10-13 16:54:02 +08:00
Mike McQuaid
296b21ef71
Merge pull request #12227 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.9222
...
build(deps-dev): bump sorbet from 0.5.9219 to 0.5.9222 in /Library/Homebrew
2021-10-13 08:41:15 +01:00
Mike McQuaid
2af9a2659a
Merge pull request #12223 from Moisan/bump-formula-pr_write-only
...
Deprecate --write in bump-formula-pr command in favour of --write-only
2021-10-13 01:03:37 +01:00
BrewTestBot
26cf6247a0
brew vendor-gems: commit updates.
2021-10-12 18:06:25 +00:00