39924 Commits

Author SHA1 Message Date
Caleb Xu
4b0e950736
utils/path: add child_of? method 2024-04-13 19:35:29 -04:00
Ruoyu Zhong
4820c47bf0
github_runner_matrix: simplify
Co-authored-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
2024-04-14 00:02:37 +08:00
Ruoyu Zhong
3c3ee46f08
github_runner_matrix: increase timeout for self-hosted 12-x86_64
It is usually slower than other Intel runners and has timed out more
often recently.
2024-04-13 20:09:40 +08:00
Patrick Linnane
17d5ab381b
Merge pull request #17080 from Homebrew/dependabot/bundler/Library/Homebrew/multi-59c509f7da 2024-04-12 10:36:09 -07:00
BrewTestBot
c5d55ae0dc
brew vendor-gems: commit updates. 2024-04-12 17:25:39 +00:00
dependabot[bot]
8226c02803
build(deps): bump sorbet-runtime and sorbet-static-and-runtime
Bumps [sorbet-runtime](https://github.com/sorbet/sorbet) and [sorbet-static-and-runtime](https://github.com/sorbet/sorbet). These dependencies needed to be updated together.

Updates `sorbet-runtime` from 0.5.11340 to 0.5.11342
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

Updates `sorbet-static-and-runtime` from 0.5.11340 to 0.5.11342
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

---
updated-dependencies:
- dependency-name: sorbet-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: sorbet-static-and-runtime
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-12 17:24:50 +00:00
Mike McQuaid
4861c6fff0
Merge pull request #17076 from willfaught/master
cmd, cask: info prints whether installed
2024-04-12 18:02:27 +01:00
Will Faught
29c561eb59 Use newlines in package info 2024-04-12 09:52:37 -07:00
Will Faught
661f78e9c1
Update Library/Homebrew/cmd/tap-info.rb
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2024-04-12 09:49:33 -07:00
Carlo Cabrera
cfadc894e5
Merge pull request #17079 from Homebrew/sponsors-maintainers-man-completions
Update manpage and completions.
2024-04-12 23:03:45 +08:00
BrewTestBot
00ac453d2e
Update manpage and completions.
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml) workflow.
2024-04-12 14:53:39 +00:00
Mike McQuaid
c683e011b8
Merge pull request #17049 from trail-of-forks/ww/attestation
attestation: add initial attestation helpers, integrate into `brew install`
2024-04-12 15:52:51 +01:00
William Woodruff
1607d04ad2
test: add Bottle#filename test
Signed-off-by: William Woodruff <william@yossarian.net>
2024-04-12 10:41:55 -04:00
Carlo Cabrera
b16112f8b8
Merge pull request #17075 from alebcay/cmake-disable-fetchcontent
formula: add FETCHCONTENT_FULLY_DISCONNECTED to std_cmake_args
2024-04-12 22:37:19 +08:00
William Woodruff
faa00c8c79
handle backfilled attestation subjects correctly
Signed-off-by: William Woodruff <william@yossarian.net>
2024-04-11 16:44:57 -04:00
Issy Long
4f85192a6b
Merge pull request #17074 from Homebrew/envconfig-alphabetize
Alphabetize `EnvConfig::ENVS`
2024-04-11 20:33:34 +01:00
William Woodruff
e2b5d93198
more attestation coverage
Signed-off-by: William Woodruff <william@yossarian.net>
2024-04-11 13:39:13 -04:00
Caleb Xu
60d9e63ae4
formula: add FETCHCONTENT_FULLY_DISCONNECTED to std_cmake_args 2024-04-11 13:03:33 -04:00
Issy Long
dd5ea99f58
Alphabetize EnvConfig::ENVS and regenerate docs 2024-04-11 17:58:08 +01:00
Issy Long
c72598d937
Test that EnvConfig::ENVS hash keys are alphabetical
- Spoiler: they aren't.
- As part of Volunteer Month at work I introduced `hharen` to contributing to
  Homebrew, `cd $(brew --repo)`, `brew tests`, `brew style`, etc.
- We started to write a RuboCop for this. But my current thinking is that this
  test might be sufficient since it might be easier to notice "oop, a test is
  failing and I've added a new envvar" and re-alphabetize it than to write a
  RuboCop linter for it to do the one-time autofix. Considering how little this
  gets changed?

Co-authored-by: Hana <hharen@github.com>
2024-04-11 17:58:08 +01:00
Mike McQuaid
66cff73fda
Merge pull request #17072 from colindean/patch-4
Publish 2024 AGM minutes summary
2024-04-11 17:48:09 +01:00
Mike McQuaid
7e887bb325
Merge pull request #17073 from Homebrew/fix_brew_tests_euid
dev-cmd/tests: fix when euid != uid.
2024-04-11 17:41:14 +01:00
Colin Dean
cf3858765d
Fixes one more whitespace in 2024 AGM minutes 2024-04-11 12:38:02 -04:00
Mike McQuaid
c4f2f06675
dev-cmd/tests: fix when euid != uid.
Otherwise you get:
`ruby: no -r allowed while running setuid (SecurityError)`
2024-04-11 17:26:38 +01:00
Colin Dean
413d82c6f1
Fixes whitespace issues in 2024 AGM Minutes 2024-04-11 12:25:06 -04:00
Colin Dean
e62889cb61
Publish 2024 AGM minutes summary 2024-04-11 12:17:01 -04:00
Mike McQuaid
707abc97f2
Merge pull request #17071 from cho-m/keg-postgresql-main-mkpath
keg: mkpath on main `postgresql@X` directories
2024-04-11 16:55:35 +01:00
Mike McQuaid
e8b142da0b
Merge pull request #17068 from Homebrew/pkg-no-writing-to-gitconfig
package/scripts/postinstall: avoid writing to `~/.gitconfig`
2024-04-11 15:47:11 +01:00
Michael Cho
514059da4b
keg: mkpath on main postgresql@X directories
Fix logic in #16966 as it only matched subdirectories

Signed-off-by: Michael Cho <michael@michaelcho.dev>
2024-04-11 10:26:28 -04:00
Ruoyu Zhong
8083e2da00
Merge pull request #17069 from Homebrew/dependabot/bundler/Library/Homebrew/multi-9fd3e7b46a
build(deps): bump sorbet-runtime and sorbet-static-and-runtime in /Library/Homebrew
2024-04-11 21:12:39 +08:00
Ruoyu Zhong
cb8271f66d
Merge pull request #17070 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-rspec_rails-2.28.3
build(deps-dev): bump rubocop-rspec_rails from 2.28.2 to 2.28.3 in /Library/Homebrew
2024-04-11 21:04:50 +08:00
BrewTestBot
67dc14e2ce
brew vendor-gems: commit updates. 2024-04-11 12:54:13 +00:00
BrewTestBot
bd4026b6c1
brew vendor-gems: commit updates. 2024-04-11 12:54:02 +00:00
dependabot[bot]
3d49656023
build(deps-dev): bump rubocop-rspec_rails in /Library/Homebrew
Bumps [rubocop-rspec_rails](https://github.com/rubocop/rubocop-rspec_rails) from 2.28.2 to 2.28.3.
- [Release notes](https://github.com/rubocop/rubocop-rspec_rails/releases)
- [Changelog](https://github.com/rubocop/rubocop-rspec_rails/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop-rspec_rails/compare/v2.28.2...v2.28.3)

---
updated-dependencies:
- dependency-name: rubocop-rspec_rails
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-11 12:53:25 +00:00
dependabot[bot]
baa5e65e1f
build(deps): bump sorbet-runtime and sorbet-static-and-runtime
Bumps [sorbet-runtime](https://github.com/sorbet/sorbet) and [sorbet-static-and-runtime](https://github.com/sorbet/sorbet). These dependencies needed to be updated together.

Updates `sorbet-runtime` from 0.5.11338 to 0.5.11340
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

Updates `sorbet-static-and-runtime` from 0.5.11338 to 0.5.11340
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

---
updated-dependencies:
- dependency-name: sorbet-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: sorbet-static-and-runtime
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-11 12:53:12 +00:00
Ruoyu Zhong
8a0b4edd8a
package/scripts/postinstall: simplify
It is safe to override `HOME` for the entire script as only Git uses it.
2024-04-11 20:37:37 +08:00
Mike McQuaid
bb05700bb0
Merge pull request #17057 from Homebrew/pr_review
docs: clarify pull request review guidelines.
2024-04-11 08:32:07 +01:00
Will Faught
4e7d128604 cmd, cask: info prints whether installed 2024-04-10 19:02:09 -07:00
William Woodruff
480e48b75d
attestation_spec: simplify gh_executable test
Signed-off-by: William Woodruff <william@yossarian.net>
2024-04-10 18:02:56 -04:00
William Woodruff
990b7d77d6
attestation: fix a missing arg, add initial specs
Signed-off-by: William Woodruff <william@yossarian.net>
2024-04-10 17:57:01 -04:00
Ruoyu Zhong
f76442837a
package/scripts/postinstall: avoid writing to ~/.gitconfig
In this attempt we pretend that the "global" configs are in the
repository itself.

    $ XDG_CONFIG_HOME= HOME=$PWD git config --global section.key value
    $ XDG_CONFIG_HOME= HOME=$PWD git config --global section.key
    value
    $ git config --global section.key
    $ cat $PWD/.gitconfig
    [section]
      key = value
2024-04-11 04:15:59 +08:00
Ruoyu Zhong
4c24f9160f
workflows/pkg-installer: unset global Git safe.directory 2024-04-11 03:22:37 +08:00
Ruoyu Zhong
ad4a0800cc
package/scripts/postinstall: handle /usr/local/Homebrew 2024-04-11 02:02:05 +08:00
Ruoyu Zhong
b516fda8be
package/scripts/postinstall: avoid writing to ~/.gitconfig
We can eliminate permission issues by not touching `~/.gitconfig` at
all.

Fixes #17067.
2024-04-11 01:12:03 +08:00
Patrick Linnane
2f58aaa285
Merge pull request #17066 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-1.63.1 2024-04-10 09:51:21 -07:00
Patrick Linnane
3821ee4939
Merge pull request #17065 from Homebrew/dependabot/bundler/Library/Homebrew/multi-5b521a1eb7 2024-04-10 09:49:30 -07:00
BrewTestBot
45f7634b69
Update RBI files for rubocop.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2024-04-10 16:39:03 +00:00
BrewTestBot
66216afccb
brew vendor-gems: commit updates. 2024-04-10 16:38:35 +00:00
dependabot[bot]
ce84478600
build(deps-dev): bump rubocop from 1.63.0 to 1.63.1 in /Library/Homebrew
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.63.0 to 1.63.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.63.0...v1.63.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-10 16:37:44 +00:00
BrewTestBot
766e5b4f20
brew vendor-gems: commit updates. 2024-04-10 16:37:05 +00:00