33267 Commits

Author SHA1 Message Date
Bo Anderson
8b6fbbaa2b
Dockerfile: install acl 2022-12-03 05:31:37 +00:00
Mike McQuaid
080a420ba4
Merge pull request #14199 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-ast-1.24.0
build(deps): bump rubocop-ast from 1.23.0 to 1.24.0 in /Library/Homebrew
2022-12-02 09:18:50 +00:00
Eric Knibbe
b63830b92b
Merge pull request #14196 from EricFromCanada/membership-2022
docs: update membership & procedures
2022-12-01 22:06:42 -05:00
BrewTestBot
867a39f3e5
Update RBI files for rubocop-ast.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gemss.yml) workflow.
2022-12-01 18:13:05 +00:00
BrewTestBot
50e0619a8c
brew vendor-gems: commit updates. 2022-12-01 18:06:47 +00:00
dependabot[bot]
86e2dda1ee
build(deps): bump rubocop-ast from 1.23.0 to 1.24.0 in /Library/Homebrew
Bumps [rubocop-ast](https://github.com/rubocop/rubocop-ast) from 1.23.0 to 1.24.0.
- [Release notes](https://github.com/rubocop/rubocop-ast/releases)
- [Changelog](https://github.com/rubocop/rubocop-ast/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop-ast/compare/v1.23.0...v1.24.0)

---
updated-dependencies:
- dependency-name: rubocop-ast
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-01 18:02:57 +00:00
Mike McQuaid
40852d73d3
Merge pull request #14195 from Homebrew/sorbet-files-update
sorbet: Update RBI files.
2022-12-01 10:33:36 +00:00
Mike McQuaid
66aa029f35
Merge pull request #14194 from Homebrew/spdx-update
spdx: update license data.
2022-12-01 10:23:29 +00:00
BrewTestBot
d4ab849721
sorbet: Update RBI files.
Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml) workflow.
2022-12-01 00:31:19 +00:00
EricFromCanada
7bc427405a
governance: update membership procedures 2022-11-30 19:30:26 -05:00
EricFromCanada
a8b61a4226
governance: create 2022-membership.md
Based on survey in https://github.com/Homebrew/brew/issues/13180
2022-11-30 19:28:23 -05:00
BrewTestBot
02a55fd792
spdx: update license data.
Autogenerated by [a scheduled GitHub Action](https://github.com/Homebrew/brew/blob/master/.github/workflows/spdx.yml).
2022-12-01 00:17:04 +00:00
Bo Anderson
9757cfe0ce
Merge pull request #14192 from Bo98/gpg-docker
Dockerfile: install gpg
2022-11-30 19:48:26 +00:00
Bo Anderson
2acabcae0d
Dockerfile: install gpg 2022-11-30 19:16:06 +00:00
Mike McQuaid
aea140c044
Merge pull request #14191 from Homebrew/sponsors-maintainers-man-completions
Update sponsors.
2022-11-30 13:33:42 +00:00
BrewTestBot
c315953149
Update sponsors.
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml) workflow.
2022-11-30 13:10:12 +00:00
Mike McQuaid
0915cc7b80
Merge pull request #14163 from apainintheneck/create-cop-for-os-checks
Add cop for `OS.linux?` and `OS.mac?` usage
2022-11-30 13:09:21 +00:00
Mike McQuaid
cb5ce5b5a7
Merge pull request #14189 from Bo98/cc-rubylib
shims/super/cc: unset RUBYLIB
2022-11-30 13:03:36 +00:00
apainintheneck
00990e34a7 Merge branch 'master' into create-cop-for-os-checks 2022-11-29 23:14:15 -08:00
apainintheneck
c477b9aab3 Cleanup after adding os specific rubocop
- Change name of rubocop warning
- Disable linting on remaining offending lines
- Add todos to move lines with disabled linting
  checks to extend/os in the future
2022-11-29 23:13:50 -08:00
apainintheneck
d48859a9ce Move FormulaInstaller check to extend/os 2022-11-29 23:13:50 -08:00
apainintheneck
2eee1e7c2a Move SimulateSystem check to extend/os 2022-11-29 23:13:50 -08:00
Bo Anderson
5445bf8f39
shims/super/cc: unset RUBYLIB 2022-11-30 03:50:38 +00:00
Mike McQuaid
cb355a23a0
Merge pull request #14176 from Frederick888/curl_follow_redirection
Curl: Fix following redirections when base changes
2022-11-29 15:02:11 +00:00
Frederick Zhang
c27eed4606
Curl: Fix following redirections when base changes
Update base URL when there is an absolute location, so that following
relative locations are considered relative to the new base.

Consider below cURL output for https://example_one.com:

    HTTP/1.1 302 Moved Temporarily
    Location: https://example_two.com

    HTTP/1.1 302 Moved Temporarily
    Location: /foo/

    HTTP/1.1 200 OK

The final URL should be https://example_two.com/foo/ rather than
https://example_one.com/foo/.
2022-11-30 01:32:24 +11:00
Mike McQuaid
747829334b
Merge pull request #14180 from Homebrew/dependabot/bundler/Library/Homebrew/bootsnap-1.15.0
build(deps): bump bootsnap from 1.14.0 to 1.15.0 in /Library/Homebrew
3.6.13
2022-11-29 11:56:53 +00:00
Mike McQuaid
f384c94ee5
Merge pull request #14179 from Homebrew/dependabot/bundler/Library/Homebrew/parser-3.1.3.0
build(deps): bump parser from 3.1.2.1 to 3.1.3.0 in /Library/Homebrew
2022-11-29 11:56:42 +00:00
Mike McQuaid
f3085e51a2
Merge pull request #14156 from EricFromCanada/additional-ci-tests
CI: check yard & mdl output
2022-11-29 11:15:34 +00:00
Mike McQuaid
b936fd6677
Merge pull request #14173 from carlocab/rm-change-arch
brew.sh: remove `HOMEBREW_CHANGE_ARCH_TO_ARM`
2022-11-29 11:15:20 +00:00
Mike McQuaid
731a1eb266
Merge pull request #14174 from carlocab/ephemeral-skip
workflows/doctor: skip unnecessary steps
2022-11-29 11:15:01 +00:00
Mike McQuaid
4c95e0dc3f
Merge pull request #14181 from kaihowl/fix/nounset
fix: allow running bin/brew with SHELLOPTS=nounset
2022-11-29 11:14:44 +00:00
Mike McQuaid
69b7a61661
Merge pull request #14186 from memark/patch-1
Update README.md
2022-11-29 11:14:30 +00:00
Mike McQuaid
621ebbe7db
Merge pull request #14182 from shivammathur/add-github-output
bin/brew: add GITHUB_OUTPUT
2022-11-29 11:13:47 +00:00
BrewTestBot
be73fc19dd
Update RBI files for parser.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gemss.yml) workflow.
2022-11-29 10:49:22 +00:00
BrewTestBot
23ef33c3b1
Update RBI files for bootsnap.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gemss.yml) workflow.
2022-11-29 10:47:12 +00:00
BrewTestBot
36c1a15eda
brew vendor-gems: commit updates. 2022-11-29 10:44:27 +00:00
BrewTestBot
d121cd6cc1
brew vendor-gems: commit updates. 2022-11-29 10:42:15 +00:00
Mike McQuaid
64a14edacc
Merge branch 'master' into additional-ci-tests 2022-11-29 10:39:14 +00:00
dependabot[bot]
b00046eec1
build(deps): bump parser from 3.1.2.1 to 3.1.3.0 in /Library/Homebrew
Bumps [parser](https://github.com/whitequark/parser) from 3.1.2.1 to 3.1.3.0.
- [Release notes](https://github.com/whitequark/parser/releases)
- [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/whitequark/parser/compare/v3.1.2.1...v3.1.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-29 10:38:40 +00:00
Mike McQuaid
2262abf317
Merge branch 'master' into rm-change-arch 2022-11-29 10:38:32 +00:00
dependabot[bot]
d69b827715
build(deps): bump bootsnap from 1.14.0 to 1.15.0 in /Library/Homebrew
Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.14.0 to 1.15.0.
- [Release notes](https://github.com/Shopify/bootsnap/releases)
- [Changelog](https://github.com/Shopify/bootsnap/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Shopify/bootsnap/compare/v1.14.0...v1.15.0)

---
updated-dependencies:
- dependency-name: bootsnap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-29 10:38:32 +00:00
Mike McQuaid
775ac04192
Merge branch 'master' into ephemeral-skip 2022-11-29 10:38:24 +00:00
Mike McQuaid
8fa9f573d4
Merge branch 'master' into fix/nounset 2022-11-29 10:37:48 +00:00
Mike McQuaid
0675128dac
Merge branch 'master' into patch-1 2022-11-29 10:37:41 +00:00
Mike McQuaid
cccd5894d3
Merge branch 'master' into add-github-output 2022-11-29 10:37:33 +00:00
Mike McQuaid
d98de7438a
Merge pull request #14185 from MikeMcQuaid/remove_some_diagnostics
diagnostic: remove some checks.
2022-11-29 10:08:50 +00:00
Magnus Markling
e9cc25f5ef
Update README.md
Remove `brew search` entirely as per suggestion.

Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2022-11-29 10:29:49 +01:00
Mike McQuaid
49bacd681e
diagnostic: remove some checks.
- Some of these are currently failing globally on GitHub Actions.
- Some(/all?) of these predate our use of the macOS sandbox,
  environment filtering, PATH filtering and pushing users much harder to
  use bottles instead of building from source
- I haven't seen a case for a long time where any of these actually
  debugged a user issue. If/when this happens: we can add a given check
  back.
- This should allow us to dramatically reduce the amount of cleanup
  that `brew test-bot` needs to do on GitHub Actions.
2022-11-29 09:21:34 +00:00
Magnus Markling
195381226e
Update README.md 2022-11-29 08:02:36 +01:00
Kai Hoewelmeyer
3e0bb17780 please shellcheck 2022-11-28 19:54:30 +01:00