Kevin
16c2d9285d
Merge pull request #19239 from Homebrew/add-needs-network-to-desc-test
...
tests: add missing :needs_network argument
2025-02-05 07:30:14 +00:00
Bo Anderson
1117ebc248
Merge pull request #19226 from Homebrew/dependabot/bundler/Library/Homebrew/json_schemer-2.4.0
...
build(deps-dev): bump json_schemer from 2.3.0 to 2.4.0 in /Library/Homebrew
2025-02-04 23:28:28 +00:00
Sam Ford
23274ac454
tests: add missing :needs_network argument
...
I was recently running `brew tests` without `--online` and I noticed
that there was still one formulae.brew.sh request. I narrowed it down
to a `brew desc` test, so this adds `:needs_network` to that test.
As expected, `brew tests` doesn't make any network requests after this
change unless `--online` is used.
2025-02-04 16:05:35 -05:00
Douglas Eichelberger
f5d2d30f5b
Add test for concurrent fetching
2025-02-04 13:02:50 -08:00
Michka Popoff
bba5ae1f23
glibc: set next version
2025-02-04 21:18:02 +01:00
dependabot[bot]
bf692334d8
build(deps-dev): bump tapioca from 0.16.8 to 0.16.9 in /Library/Homebrew
...
Bumps [tapioca](https://github.com/Shopify/tapioca ) from 0.16.8 to 0.16.9.
- [Release notes](https://github.com/Shopify/tapioca/releases )
- [Commits](https://github.com/Shopify/tapioca/compare/v0.16.8...v0.16.9 )
---
updated-dependencies:
- dependency-name: tapioca
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-02-04 18:23:20 +00:00
dependabot[bot]
588ab33e63
build(deps-dev): bump rubocop from 1.71.1 to 1.71.2 in /Library/Homebrew
...
Bumps [rubocop](https://github.com/rubocop/rubocop ) from 1.71.1 to 1.71.2.
- [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.71.1...v1.71.2 )
---
updated-dependencies:
- dependency-name: rubocop
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-02-04 18:22:52 +00:00
Mike McQuaid
d74f503158
Merge pull request #19234 from Homebrew/split_software_spec
...
Split up SoftwareSpec
2025-02-04 16:43:16 +00:00
Mike McQuaid
2b737f0423
Split up SoftwareSpec
...
This came up in the AGM and has bothered me for years: let's actually
split out `software_spec.rb` into one file per class, as is more typical
in Ruby.
This will make these classes easier to find.
2025-02-04 16:27:39 +00:00
Ruoyu Zhong
153c6dd300
Merge pull request #19232 from Homebrew/sponsors-maintainers-man-completions
...
Update manpage and completions.
2025-02-04 15:52:09 +00:00
BrewTestBot
3caa98efb7
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.
2025-02-04 15:38:49 +00:00
Mike McQuaid
510a1503c8
Merge pull request #19217 from Homebrew/ww/brew-verify
...
dev-cmd: add brew verify
2025-02-04 15:24:19 +00:00
BrewTestBot
8c431c583e
Update RBI files for json_schemer.
...
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml ) workflow.
2025-02-04 14:53:49 +00:00
BrewTestBot
db63a5349c
brew vendor-gems: commit updates.
2025-02-04 14:53:38 +00:00
BrewTestBot
5275ab2e6d
brew vendor-gems: commit updates.
2025-02-04 14:53:15 +00:00
Patrick Linnane
53f058d0ac
Merge pull request #19229 from Homebrew/dependabot/github_actions/actions/create-github-app-token-1.11.2
...
build(deps): bump actions/create-github-app-token from 1.11.1 to 1.11.2
2025-02-04 14:51:35 +00:00
Patrick Linnane
31dd465595
Merge pull request #19228 from Homebrew/dependabot/github_actions/github/codeql-action-3.28.8
...
build(deps): bump github/codeql-action from 3.28.5 to 3.28.8
2025-02-04 14:51:23 +00:00
Patrick Linnane
92d3d17047
Merge pull request #19227 from Homebrew/dependabot/github_actions/ruby/setup-ruby-1.215.0
...
build(deps): bump ruby/setup-ruby from 1.214.0 to 1.215.0
2025-02-04 14:46:34 +00:00
William Woodruff
27be7b50a1
dev-cmd: add a basic verify
test
...
Signed-off-by: William Woodruff <william@yossarian.net>
2025-02-04 13:08:53 +01:00
William Woodruff
b35cb75e53
Update Library/Homebrew/dev-cmd/verify.rb
...
Co-authored-by: Douglas Eichelberger <697964+dduugg@users.noreply.github.com>
2025-02-04 13:02:25 +01:00
William Woodruff
2758336890
Merge pull request #19230 from Homebrew/ww/ssh-signing
...
ci: switch to SSH signing everywhere
2025-02-04 11:04:05 +00:00
William Woodruff
6530dd5487
fix SPDX branch URL
...
Signed-off-by: William Woodruff <william@yossarian.net>
2025-02-03 22:00:31 +01:00
William Woodruff
3ec71d8acc
ci: switch to SSH signing everywhere
...
Signed-off-by: William Woodruff <william@yossarian.net>
2025-02-03 21:56:57 +01:00
Bo Anderson
c5e2aa63e5
Merge pull request #19222 from Homebrew/pr-upload-keep-old
...
dev-cmd/pr-upload: allow --keep-old with --upload-only
2025-02-03 20:23:59 +00:00
Bo Anderson
789309d781
Merge pull request #19223 from Homebrew/ghp-oldest-cpu-fix
...
github_packages: fix oldest CPU variant on arm64 Linux
2025-02-03 20:23:48 +00:00
Mike McQuaid
8ce6b0f042
Merge pull request #19224 from Homebrew/portable-ruby-arm64-linux
...
Add arm64 Linux build for Portable Ruby
2025-02-03 20:07:51 +00:00
dependabot[bot]
63dd807354
build(deps): bump actions/create-github-app-token from 1.11.1 to 1.11.2
...
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token ) from 1.11.1 to 1.11.2.
- [Release notes](https://github.com/actions/create-github-app-token/releases )
- [Commits](c1a285145b...136412a57a
)
---
updated-dependencies:
- dependency-name: actions/create-github-app-token
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-02-03 18:43:05 +00:00
dependabot[bot]
e15377c2d0
build(deps): bump github/codeql-action from 3.28.5 to 3.28.8
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.28.5 to 3.28.8.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](f6091c0113...dd746615b3
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-02-03 18:43:02 +00:00
dependabot[bot]
6cf37a7dd4
build(deps): bump ruby/setup-ruby from 1.214.0 to 1.215.0
...
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby ) from 1.214.0 to 1.215.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases )
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb )
- [Commits](1287d2b408...2654679fe7
)
---
updated-dependencies:
- dependency-name: ruby/setup-ruby
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-02-03 18:42:56 +00:00
dependabot[bot]
0e165279e2
build(deps-dev): bump json_schemer in /Library/Homebrew
...
Bumps [json_schemer](https://github.com/davishmcclurg/json_schemer ) from 2.3.0 to 2.4.0.
- [Changelog](https://github.com/davishmcclurg/json_schemer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/davishmcclurg/json_schemer/compare/v2.3.0...v2.4.0 )
---
updated-dependencies:
- dependency-name: json_schemer
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-02-03 18:33:06 +00:00
dependabot[bot]
b4178dcfc2
build(deps): bump the sorbet group in /Library/Homebrew with 4 updates
...
Bumps the sorbet group in /Library/Homebrew with 4 updates: [sorbet-static-and-runtime](https://github.com/sorbet/sorbet ), [sorbet-runtime](https://github.com/sorbet/sorbet ), [sorbet](https://github.com/sorbet/sorbet ) and [sorbet-static](https://github.com/sorbet/sorbet ).
Updates `sorbet-static-and-runtime` from 0.5.11796 to 0.5.11798
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
Updates `sorbet-runtime` from 0.5.11796 to 0.5.11798
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
Updates `sorbet` from 0.5.11796 to 0.5.11798
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
Updates `sorbet-static` from 0.5.11796 to 0.5.11798
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
---
updated-dependencies:
- dependency-name: sorbet-static-and-runtime
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: sorbet
- dependency-name: sorbet-runtime
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: sorbet
- dependency-name: sorbet
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: sorbet
- dependency-name: sorbet-static
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: sorbet
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-02-03 18:32:57 +00:00
Bo Anderson
07b8003319
Add arm64 Linux build for Portable Ruby
2025-02-03 18:19:23 +01:00
Mike McQuaid
4b55ebf894
Merge pull request #19212 from Moisan/patch-1
...
Add rebottling documentation in BrewTestBot-For-Maintainers.md
2025-02-03 17:18:39 +00:00
Bo Anderson
d63e44185f
github_packages: fix oldest CPU variant on arm64 Linux
2025-02-03 18:17:15 +01:00
Bo Anderson
627c4a714c
dev-cmd/pr-upload: allow --keep-old with --upload-only
2025-02-03 18:15:31 +01:00
Thierry Moisan
ecc7832498
fixup! Update docs/BrewTestBot-For-Maintainers.md
2025-02-03 17:42:50 +01:00
Thierry Moisan
9311e45aa1
Update docs/BrewTestBot-For-Maintainers.md
...
Co-authored-by: Carlo Cabrera <github@carlo.cab>
2025-02-03 17:40:13 +01:00
Mike McQuaid
7b7bf51e1a
Merge pull request #19190 from Homebrew/ubuntu18
...
docker: fix comment for ubuntu 18 deprecation
2025-02-03 16:38:14 +00:00
Mike McQuaid
47ef1a3b0b
Merge pull request #19218 from Homebrew/artifact_installer_sudo
...
cask/artifact/installer: don't reset uid if sudo is used.
4.4.20
2025-02-03 16:17:24 +00:00
William Woodruff
0ceddc91ce
code review
...
Signed-off-by: William Woodruff <william@yossarian.net>
2025-02-03 17:12:11 +01:00
William Woodruff
04bde137e9
regenerate hints
...
Signed-off-by: William Woodruff <william@yossarian.net>
2025-02-03 17:09:14 +01:00
William Woodruff
06d0f59a29
Apply suggestions from code review
...
Co-authored-by: Douglas Eichelberger <697964+dduugg@users.noreply.github.com>
2025-02-03 17:08:55 +01:00
Mike McQuaid
e227663207
cask/artifact/installer: don't reset uid if sudo is used.
...
This fixes handling `sudo` and EUID when using certain `script` commands
on casks e.g. adobe-creative-cloud.
Co-Authored-By: Bo Anderson <mail@boanderson.me>
2025-02-03 16:58:44 +01:00
William Woodruff
f7557ae9fe
strict typechecking
...
Signed-off-by: William Woodruff <william@yossarian.net>
2025-02-03 16:28:46 +01:00
William Woodruff
77f55aab05
dev-cmd: add brew verify
...
This is a direct copy of `trailofbits/homebrew-brew-verify`,
but in the `DevCmd` namespace instead.
Signed-off-by: William Woodruff <william@yossarian.net>
2025-02-03 16:23:09 +01:00
Eric Knibbe
573e994f35
Merge pull request #19209 from Homebrew/docs-prefix-priority
...
docs: prefer `/opt/homebrew` in examples
2025-02-03 14:41:39 +00:00
Eric Knibbe
29b2f35ce8
docs: prefer /opt/homebrew in examples
2025-02-03 15:30:03 +01:00
Thierry Moisan
32ef99e612
Add rebottling documentation in BrewTestBot-For-Maintainers.md
2025-02-03 15:13:31 +01:00
Michka Popoff
8f884e1a79
docker: fix comment for ubuntu 18 deprecation
2025-02-03 15:10:09 +01:00
Mike McQuaid
19f15aced2
Merge pull request #19206 from Homebrew/concurrent-downloads-errors
...
Print concurrent download errors.
2025-02-03 13:56:39 +00:00