36145 Commits

Author SHA1 Message Date
Carlo Cabrera
a5bbdd23bd
Merge pull request #15491 from Homebrew/maintainer-json
dev-cmd/update-maintainers: write JSON of maintainers
2023-05-29 23:14:43 +08:00
Carlo Cabrera
8860d8398f
determine-test-runners: fix test 2023-05-29 23:06:09 +08:00
Carlo Cabrera
40166eb5e7
github_runner_matrix: remove GITHUB_RUN_ATTEMPT
This should no longer be needed after
Homebrew/ci-orchestrator@845d26ccc0.
2023-05-29 22:36:00 +08:00
Issy Long
a1f855bb1b
rubocop: Revert PR 15312, unset EnabledByDefault
- This proved sufficiently controversial in the comments of https://github.com/Homebrew/brew/issues/15297.
- There are too many cops in this list that _don't_ make sense for us.
- For the few that do (with many thanks to Bo for going in depth to
  figure them out!), we can selectively enable them without using
  EnabledByDefault` and a whole load of `Enabled: false`.
2023-05-29 15:07:08 +01:00
BrewTestBot
782aa04e20
Update maintainers.
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml) workflow.
2023-05-29 13:32:19 +00:00
Carlo Cabrera
909b8d078e
dev-cmd/update-maintainers: write JSON of maintainers
This will be needed for Homebrew/homebrew-test-bot#933.
2023-05-29 21:30:47 +08:00
Mike McQuaid
89dfe4fc5b
Merge pull request #15483 from JBYoshi/cask-prompt-permissions
Check for App Management permissions before updating apps.
2023-05-29 09:15:22 +01:00
Mike McQuaid
f088cf88e7
Merge pull request #15485 from neersighted/github_cli_token
Discover GitHub tokens stored by the GitHub CLI
2023-05-29 09:02:24 +01:00
Mike McQuaid
98dd8610ae
Tweak code style and documentation wording 2023-05-29 08:59:35 +01:00
JBYoshi
f43847516d
Add information about App Management permissions to the FAQ. 2023-05-28 14:42:07 -05:00
JBYoshi
97b9b61061
Change permission failure from fatal to warning. 2023-05-26 11:13:23 -05:00
Bjorn Neergaard
fc63aca46a utils/github/api: refactor keychain code to use system_command 2023-05-26 09:54:28 -06:00
Bjorn Neergaard
d634296109 utils/github/api: discover credentials stored by the GitHub CLI 2023-05-26 09:54:25 -06:00
Mike McQuaid
e96fd24a73
Merge pull request #15481 from reitermarkus/sudo-xattrs
Use `sudo` for copying `xattr`s when necessary.
2023-05-25 12:19:31 +01:00
Mike McQuaid
072222e675
Merge pull request #15482 from Homebrew/sorbet-files-update
sorbet: Update RBI files.
2023-05-25 12:19:14 +01:00
Mike McQuaid
2f63d26601
Merge pull request #15471 from Omoeba/fix-noncore
Fix `brew formulae` and `brew casks` when the API is used
2023-05-25 12:18:20 +01:00
Omoeba
76120ad6f0
items.sh: use regex for find_exclude_filter 2023-05-25 01:49:25 -07:00
Omoeba
b43ed6e765
cmd/formulae,cmd/casks: include casks/formulae in local non-core taps when the API is used
Fixes #15229
2023-05-25 01:49:21 -07:00
JBYoshi
40352cb2da
Make Homebrew check for App Management permissions before updating apps. 2023-05-24 22:11:16 -05:00
BrewTestBot
d990a1ae18
sorbet: Update RBI files.
Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml) workflow.
2023-05-25 00:24:38 +00:00
Markus Reiter
129f434894
Merge pull request #15480 from Homebrew/sponsors-maintainers-man-completions
Update manpage and completions.
2023-05-24 23:42:06 +02:00
Markus Reiter
43c6b0ab61
Use sudo for copying xattrs when necessary. 2023-05-24 23:39:18 +02:00
BrewTestBot
ab47851b33
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.
2023-05-24 21:07:51 +00:00
Markus Reiter
cc8025d16e
Merge pull request #15470 from reitermarkus/readall-os-arch
Add `--os` and `--arch` flags to `readall`.
2023-05-24 23:06:43 +02:00
Mike McQuaid
33ab8e7553
Merge pull request #15478 from Homebrew/revert-15465-github-variables
Revert "Guard `GITHUB_*` variables by `GITHUB_ACTIONS`."
2023-05-24 13:04:22 +01:00
Mike McQuaid
09842e1559
Merge pull request #15477 from reitermarkus/macosversionerror
Fix `MacOSVersionError` deprecation.
2023-05-24 12:50:12 +01:00
Mike McQuaid
e6a006ee6b
Revert "Guard GITHUB_* variables by GITHUB_ACTIONS." 2023-05-24 12:49:27 +01:00
Markus Reiter
0d8004bc3c
Fix MacOSVersionError deprecation. 2023-05-23 21:43:48 +02:00
Markus Reiter
8aaf99e1d7
Merge pull request #15475 from reitermarkus/fetch-wrong-method
Fix wrong method in `--cache` and `fetch`.
2023-05-23 01:30:32 +02:00
Markus Reiter
4cffb51b80
Fix wrong method in --cache and fetch. 2023-05-22 22:09:17 +02:00
Carlo Cabrera
a29b22f1a2
Merge pull request #15473 from carlocab/cmake-build-dir
keg_relocate: fix check for paths rooted in build directory
2023-05-22 21:08:39 +08:00
Carlo Cabrera
e8dd8c2a87
keg_relocate: match /tmp more strictly
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2023-05-22 20:53:55 +08:00
Mike McQuaid
83936df1c2
Merge pull request #15465 from reitermarkus/github-variables
Guard `GITHUB_*` variables by `GITHUB_ACTIONS`.
2023-05-22 13:34:38 +01:00
Mike McQuaid
c3da720a1e
Merge pull request #15466 from reitermarkus/audit-url-location
Add cask URL location to audit problems.
2023-05-22 13:31:30 +01:00
Carlo Cabrera
59d92ab73f
keg_relocate: fix check for paths rooted in build directory
Stuff built by CMake evades this check because CMake normalises
`/private/tmp` (which is the default `HOMEBREW_TEMP`) to `/tmp`. See
https://gitlab.kitware.com/cmake/cmake/-/issues/23251.

Let's fix that my taking this into account when `HOMEBREW_TEMP` is
`/private/tmp`.
2023-05-22 17:18:43 +08:00
Markus Reiter
4446fe603c
Merge pull request #15467 from Homebrew/dependabot/bundler/Library/Homebrew/msgpack-1.7.1
build(deps): bump msgpack from 1.7.0 to 1.7.1 in /Library/Homebrew
4.0.19
2023-05-22 09:21:09 +02:00
Sam Ford
cd99f72bc3
Merge pull request #15463 from samford/livecheck/fix-bitbucket-tag-match
Bitbucket: Fix tag match
2023-05-21 23:58:03 -04:00
Markus Reiter
813e639678
Add cask URL location to audit problems. 2023-05-21 16:17:16 +02:00
BrewTestBot
6cedcef95f
Update RBI files for msgpack.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2023-05-20 18:54:27 +00:00
BrewTestBot
a3eebe311e
brew vendor-gems: commit updates. 2023-05-20 18:49:39 +00:00
dependabot[bot]
c6cae5b080
build(deps): bump msgpack from 1.7.0 to 1.7.1 in /Library/Homebrew
Bumps [msgpack](https://github.com/msgpack/msgpack-ruby) from 1.7.0 to 1.7.1.
- [Changelog](https://github.com/msgpack/msgpack-ruby/blob/master/ChangeLog)
- [Commits](https://github.com/msgpack/msgpack-ruby/compare/v1.7.0...v1.7.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-20 18:47:00 +00:00
Markus Reiter
d55f1b85bf
Add --os and --arch flags to readall. 2023-05-20 20:11:31 +02:00
Markus Reiter
106a61c0a6
Merge pull request #15469 from Homebrew/sorbet-files-update
sorbet: Update RBI files.
2023-05-20 19:44:11 +02:00
Markus Reiter
31ba0d280f
Remove methods from formula.rbi. 2023-05-20 19:28:29 +02:00
Markus Reiter
08c4b23ee0
Merge pull request #15468 from tzneal/remove-self-symlink
remove mechanize-2.9.1 symlink to itself
2023-05-20 19:11:23 +02:00
BrewTestBot
9867b1cf3c
sorbet: Update RBI files.
Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml) workflow.
2023-05-20 00:23:06 +00:00
Todd Neal
9c29cf942d remove mechanize-2.9.1 symlink to itself 2023-05-19 16:43:20 -05:00
Markus Reiter
f320139fca
Guard GITHUB_* variables by GITHUB_ACTIONS. 2023-05-19 19:56:02 +02:00
Markus Reiter
c265d3d330
Merge pull request #15464 from reitermarkus/brew-audit-output
Clean up `brew audit` output.
2023-05-19 19:53:19 +02:00
Markus Reiter
7cc1b6191e
Clean up brew audit output. 2023-05-19 19:40:37 +02:00