Mike McQuaid
f18f5e404c
Merge pull request #11540 from MikeMcQuaid/brew_doctor_apple_silicon
...
diagnostic: hide some warnings on Apple Silicon.
2021-06-16 09:51:43 +01:00
BrewTestBot
b75af5e0db
Update RBI files for rubocop.
2021-06-16 05:46:02 +00:00
BrewTestBot
f0646eacc6
brew vendor-gems: commit updates.
2021-06-16 05:44:56 +00:00
dependabot[bot]
63f4cff891
build(deps): bump rubocop from 1.16.1 to 1.17.0 in /Library/Homebrew
...
Bumps [rubocop](https://github.com/rubocop/rubocop ) from 1.16.1 to 1.17.0.
- [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.1...v1.17.0 )
---
updated-dependencies:
- dependency-name: rubocop
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-06-16 05:39:18 +00:00
Misty De Meo
5d5fb944d2
List spec: fix hardcoded library path
2021-06-15 21:24:50 -07:00
Misty De Meo
93ea8b6350
Analytics spec: avoid ARM-specific strings
2021-06-15 20:35:21 -07:00
Connor Mann
79f9a9aac6
Move install
-specific code to install.rb
2021-06-15 15:59:00 -04:00
Rylan Polster
618c41926b
Allow strings to be passed, too
2021-06-15 11:32:04 -04:00
Rylan Polster
75c1a23f63
Rename method to ::map_name_to_bottle
2021-06-15 11:21:59 -04:00
Connor Mann
bf9876c10f
Update type declarations
2021-06-15 10:15:44 -04:00
Connor Mann
13e1457249
Consolidate shared install and upgrade logic
2021-06-15 10:11:40 -04:00
Caleb Xu
3b35af63f6
language/java: use shortened brew paths
2021-06-15 09:59:20 -04:00
Caleb Xu
e7ab760392
extend/pathname: use shortened brew paths
2021-06-15 09:58:46 -04:00
Caleb Xu
318175cfe2
Utils: add shortened_brew_path
2021-06-15 09:58:46 -04:00
Connor Mann
11d030e897
Update Library/Homebrew/install.rb
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2021-06-15 09:38:08 -04:00
Nanda H Krishna
d391331026
Merge pull request #11532 from nandahkrishna/bottle-install-fixes
...
formula_installer: restrict use of Formula from Keg
2021-06-15 17:57:14 +05:30
Mike McQuaid
293488818f
Merge pull request #11533 from kidonng/patch-2
...
Fix potential modifications to frozen string
2021-06-15 13:19:35 +01:00
Nanda H Krishna
c70bcd53f7
formula_installer: minor refactoring
2021-06-15 17:30:38 +05:30
Mike McQuaid
8b28731d33
requirement: tweak syntax.
2021-06-15 12:52:39 +01:00
Mike McQuaid
94569e88a2
Merge pull request #11535 from samford/cask-audit-handle-livecheck-skip-conditions
...
Cask::Audit: Handle livecheck skip conditions
2021-06-15 12:47:00 +01:00
Mike McQuaid
06124a4ca6
Merge pull request #11517 from n-thumann/page_content_both_headers
...
Try getting page content with both headers
2021-06-15 12:44:38 +01:00
Mike McQuaid
2395113154
diagnostic: hide some warnings on Apple Silicon.
...
We don't want to complain about either Intel or ARM installations of
Homebrew in `brew doctor` so check for/allow both.
2021-06-15 11:51:29 +01:00
Nanda H Krishna
b9d64fed4d
formula_installer: restrict use of Formula from Keg
2021-06-15 03:19:24 +05:30
Sam Ford
e8f803bc75
Cask::Audit: Handle livecheck skip conditions
2021-06-14 14:28:27 -04:00
Rylan Polster
44bc942703
Fix tests
2021-06-14 12:59:03 -04:00
Rylan Polster
e9631d969c
Formulary: add ::map
to map formula refs
2021-06-14 12:01:01 -04:00
Connor Mann
f0601e91bc
Change outdated message
2021-06-14 11:43:44 -04:00
Connor Mann
c1ad3d09b8
Add present?
check to linked_kegs
2021-06-14 11:42:49 -04:00
Connor Mann
4bbfe351e2
Fix keg re-linking logic for failed upgrades
2021-06-14 11:31:55 -04:00
Connor Mann
48641f3a3a
Fix method typo
2021-06-14 11:28:16 -04:00
Kid
a998c364f4
Reduce potential modifications to frozen string
2021-06-14 23:19:21 +08:00
Connor Mann
4b59636ae8
Merge branch 'master' into install-upgrade-outdated
2021-06-14 11:16:20 -04:00
Connor Mann
1b1fa3fed7
Update Library/Homebrew/cmd/install.rb
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2021-06-14 08:36:23 -04:00
BrewTestBot
a4e6edea5b
sorbet: Update RBI files.
...
Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml ) workflow.
2021-06-12 00:10:15 +00:00
Rylan Polster
c9fdeccbe3
Merge pull request #11524 from Rylan12/local-bottles-pourable
...
LocalBottleDownloadStrategy: extend Pourable
2021-06-11 17:02:11 -04:00
Connor Mann
beb68dca29
Automatically upgrade outdated keg-only formulae
2021-06-11 14:24:39 -04:00
Connor Mann
1ee0c1987e
Skip unlinking if HOMEBREW_NO_INSTALL_UPGRADE
2021-06-11 13:55:46 -04:00
Connor Mann
989e3cd2fa
Update HOMEBREW_NO_INSTALL_UPGRADE
description
2021-06-11 13:48:25 -04:00
Nanda H Krishna
dfee6a9fd6
Merge pull request #11468 from nandahkrishna/local-bottle-installs
...
formula_installer: improve support for local bottle installs
2021-06-11 21:21:36 +05:30
Nanda H Krishna
a0dfe4aa18
formula_installer: use formula from Keg for local bottle installs
...
Use the formula file from the Keg if `local_bottle_install` is set,
which means that the formula file from the tap is used for `-s`,
`--HEAD` and normal installs but the formula file present within
formula.prefix/".brew" is used for local bottle installs.
2021-06-11 20:57:51 +05:30
Rylan Polster
51c79ed5ff
Merge pull request #11522 from Rylan12/refactor-install
...
Refactor install methods
2021-06-11 11:03:43 -04:00
Nanda H Krishna
e6dd13d04e
Revert renaming of tap_git_head
2021-06-11 20:02:31 +05:30
Nanda H Krishna
0735eba995
formula_installer: improve support for local bottle installs
2021-06-11 20:02:30 +05:30
Bo Anderson
a06d136d2c
Move Sorbet gems into an optional group
2021-06-11 08:10:30 +01:00
Connor Mann
b6cb3d2b6a
Add HOMEBREW_NO_INSTALL_UPGRADE
2021-06-10 15:06:12 -04:00
Rylan Polster
9db79ce247
LocalBottleDownloadStrategy: extend Pourable
2021-06-10 14:51:19 -04:00
Connor Mann
56e6710064
Upgrade outdated formulae with brew install
2021-06-10 12:53:25 -04:00
Rylan Polster
e3cf41e3ab
Add missing negations
2021-06-10 11:47:42 -04:00
Rylan Polster
30be3e2340
Refactor install methods
2021-06-10 10:53:41 -04:00
Mike McQuaid
33e71c99dc
Merge pull request #11519 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-rspec-2.4.0
...
build(deps): bump rubocop-rspec from 2.3.0 to 2.4.0 in /Library/Homebrew
2021-06-10 12:25:36 +01:00