Mike McQuaid
da01f8f0b9
Merge pull request #15695 from MikeMcQuaid/influxdb_analytics_message_fix_again
...
Fix (again) InfluxDB analytics messaging
2023-07-18 08:43:18 +01:00
Mike McQuaid
d82d5255f1
Merge pull request #15681 from fxcoudert/texinfo
...
Do not insist on using macOS texinfo
2023-07-18 08:09:39 +01:00
Mike McQuaid
8f3239bf52
Merge pull request #15689 from osalbahr/docs-add-arch-linux
...
docs: Requirements: add Arch Linux
2023-07-18 08:05:38 +01:00
Mike McQuaid
77061817f7
Fix (again) InfluxDB analytics messaging
...
Address https://github.com/Homebrew/brew/pull/15688#issuecomment-1638725595
Fixes https://github.com/Homebrew/brew/issues/15678
2023-07-18 08:03:57 +01:00
Francois-Xavier Coudert
639f59473d
Do not insist on using macOS texinfo
2023-07-18 08:57:11 +02:00
Carlo Cabrera
8bfe579e8a
Merge pull request #15691 from Homebrew/sorbet-files-update
2023-07-18 10:18:39 +08:00
Dustin Rodrigues
b12f714a44
utils/pypi: don't overwrite name/extras/version from basic_metadata if already set
2023-07-17 21:50:26 -04:00
BrewTestBot
7fc3ff6984
sorbet: Update RBI files.
...
Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml ) workflow.
2023-07-18 00:44:45 +00:00
Mike McQuaid
7ee069ef47
Merge pull request #15688 from MikeMcQuaid/analytics_influxdb_message
...
utils/analytics: hide InfluxDB message correctly.
2023-07-17 19:45:59 +01:00
Osama Albahrani
cefa2d197b
docs: Requirements: add Arch Linux
...
Note: I'm not entirely sure if these are sufficient. I mimicked what's [in `install.sh`](https://github.com/Homebrew/install/blob/master/install.sh#L1052 ) and what's already listed for the remaining distros.
2023-07-17 14:39:52 -04:00
Mike McQuaid
c2ce8e7033
utils/analytics: hide InfluxDB message correctly.
...
Fixes #15678
2023-07-17 19:26:10 +01:00
Mike McQuaid
fb35578c54
Merge pull request #15676 from Bo98/tap-fixes
...
Introduce CoreCaskTap class and fix cases of core taps were being unnecessarily installed
2023-07-17 19:22:22 +01:00
Mike McQuaid
e48898d5ad
Merge pull request #15679 from carlocab/pyoxidizer-check
...
rubocops/lines: simplify PyoxidizerCheck
2023-07-17 19:20:16 +01:00
Mike McQuaid
abcabd0cb4
Merge pull request #15685 from carlocab/opt-rpaths
...
os/mac/keg_relocate: replace Cellar references in rpaths
2023-07-17 19:19:57 +01:00
Mike McQuaid
5040da54c7
Merge pull request #15687 from colindean/patch-1
...
Corrects an uncaught spelling error
2023-07-17 19:16:09 +01:00
Colin Dean
de1e1fdf0a
Corrects an uncaught spelling error
...
I guess someone did mot see it.
2023-07-17 10:33:48 -04:00
Carlo Cabrera
128746f92b
Merge pull request #15683 from bevanjkay/cask-cookbook-update
...
docs/cask: replace single-quoted with double-quoted
2023-07-17 22:12:43 +08:00
Carlo Cabrera
a7c8aab68c
os/mac/keg_relocate: replace Cellar references in rpaths
...
Some formulae (e.g. `php`) use rpaths that reference Cellar paths
belonging to other formulae. Let's make sure these rpaths don't break by
making them use opt paths instead.
2023-07-17 14:09:35 +08:00
Carlo Cabrera
8ffac3e2ac
Merge pull request #15684 from carlocab/rpath-dupes
...
os/mac/mach: report duplicate rpaths
2023-07-17 13:28:06 +08:00
Carlo Cabrera
13f2dc325e
os/mac/mach: report duplicate rpaths
...
We don't want to call `uniq` on this because this breaks our handling of
duplicate rpaths.
2023-07-17 13:11:12 +08:00
Bevan Kay
6a78d5833b
docs/cask: replace single-quoted with double-quoted
2023-07-17 12:52:15 +10:00
Nanda H Krishna
bd5bd8437f
Merge pull request #15682 from Homebrew/sponsors-maintainers-man-completions
...
Update sponsors.
2023-07-16 01:03:43 -04:00
BrewTestBot
ad80f3082e
Update sponsors.
...
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow.
2023-07-16 00:06:45 +00:00
Michka Popoff
518fb43112
Merge pull request #15656 from osalbahr/silverbrew
...
Feature: support symlinked /home
2023-07-15 13:45:07 +02:00
Carlo Cabrera
451bea2713
tests: add QuicTLSCheck test
2023-07-14 13:13:51 +08:00
Carlo Cabrera
95c06f5ad5
rubocops/lines: simplify PyoxidizerCheck
2023-07-14 12:57:23 +08:00
Bo Anderson
e9ac36a542
Merge pull request #15677 from Bo98/generate-migrations-fix
...
generate-*-api: fix on-disk tap migrations not being used
2023-07-14 02:17:43 +01:00
Bo Anderson
5aad83ce1b
generate-*-api: fix on-disk tap migrations not being used
2023-07-14 02:04:14 +01:00
Bo Anderson
beaa6c32a0
Fix cases of core taps being unnecessarily installed
2023-07-13 20:33:31 +01:00
Bo Anderson
ba02c669e1
Introduce CoreCaskTap class
2023-07-13 20:33:26 +01:00
Eric Knibbe
2e28696dca
Merge pull request #15660 from mxr/patch-1
...
Support `brew cleanup --quiet`
2023-07-13 14:59:41 -04:00
Max R
a5abea4fa2
Support brew cleanup --quiet
...
I was looking for a way to suppress output in `brew cleanup` especially the `Warning: Skipping XXX: most recent version X.Y.Z not installed`. I noticed that `Homebrew::Cleanup#clean` takes a `quiet` argument, but `brew cleanup` doesn't pass one in. This PR updates `brew cleanup` to accept and forward along a `quiet` argument.
2023-07-13 14:45:43 -04:00
Eric Knibbe
1b7f3a7f1d
Merge pull request #15673 from Homebrew/sponsors-maintainers-man-completions
...
Update sponsors.
2023-07-12 23:12:06 -04:00
Carlo Cabrera
85babc8ea9
Merge pull request #15663 from carlocab/no-rustup-init
2023-07-13 10:09:17 +08:00
BrewTestBot
5d046b4611
Update sponsors.
...
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow.
2023-07-13 00:06:27 +00:00
Bo Anderson
e45c289470
Merge pull request #15672 from Bo98/make-fix
...
shims/mac/super/make: use standard exec routines
2023-07-13 00:06:43 +01:00
Bo Anderson
dbcc449b14
shims/mac/super/make: use standard exec routines
2023-07-12 23:21:00 +01:00
Bo Anderson
49170ac204
Merge pull request #15671 from Homebrew/dependabot/bundler/Library/Homebrew/rspec-mocks-3.12.6
...
build(deps): bump rspec-mocks from 3.12.5 to 3.12.6 in /Library/Homebrew
2023-07-12 23:19:37 +01:00
BrewTestBot
e98fbd10ce
Update RBI files for rspec-mocks.
...
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml ) workflow.
2023-07-12 18:13:34 +00:00
BrewTestBot
dfba1e4666
brew vendor-gems: commit updates.
2023-07-12 18:08:32 +00:00
dependabot[bot]
dcf6c6729a
build(deps): bump rspec-mocks from 3.12.5 to 3.12.6 in /Library/Homebrew
...
Bumps [rspec-mocks](https://github.com/rspec/rspec-mocks ) from 3.12.5 to 3.12.6.
- [Release notes](https://github.com/rspec/rspec-mocks/releases )
- [Changelog](https://github.com/rspec/rspec-mocks/blob/main/Changelog.md )
- [Commits](https://github.com/rspec/rspec-mocks/compare/v3.12.5...v3.12.6 )
---
updated-dependencies:
- dependency-name: rspec-mocks
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-12 18:04:16 +00:00
Sean Molenaar
040762fc15
Merge pull request #15670 from Homebrew/SMillerDev-patch-1
...
brew.sh: record OS version for non-debian linux
2023-07-12 14:30:14 +02:00
Sean Molenaar
7f55ee4494
Update Library/Homebrew/brew.sh
2023-07-12 10:59:57 +02:00
Sean Molenaar
ac78a4b512
Update Library/Homebrew/brew.sh
2023-07-12 10:55:52 +02:00
Sean Molenaar
2b83895d73
brew.sh: record OS version for non-debian linux
2023-07-12 10:51:25 +02:00
Carlo Cabrera
9e8a77778e
Merge pull request #15667 from gerlero/patch-1
...
docs/Installation: fix Apple Developer account link
2023-07-12 11:33:36 +08:00
Gabriel Gerlero
c68e060dd4
docs/Installation: Mac OS X -> macOS
2023-07-12 00:13:06 -03:00
Carlo Cabrera
ae7b791a21
Merge pull request #15666 from carlocab/make-shim
...
shims/mac: handle usage of Homebrew `make`
2023-07-12 10:51:52 +08:00
Carlo Cabrera
470c1e6683
Implement rustup
audit as a style check
...
This allows results to be cached and auto-corrected.
2023-07-12 10:49:47 +08:00
Gabriel Gerlero
0e60c80fbf
docs/Installation: fix Apple Developer account link
2023-07-11 18:08:19 -03:00