22182 Commits

Author SHA1 Message Date
BrewTestBot
279a0683af
Update RBI files for nokogiri. 2021-04-08 06:04:09 +00:00
BrewTestBot
6fd8c7469b
brew vendor-gems: commit updates. 2021-04-08 06:03:20 +00:00
dependabot[bot]
47269d1ccf
build(deps): bump nokogiri from 1.11.2 to 1.11.3 in /Library/Homebrew
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.2 to 1.11.3.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.11.2...v1.11.3)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-08 06:01:03 +00:00
Shaun Jackman
e160c4a401 GHCR: Authorization bearer requires a token 2021-04-07 20:42:12 -07:00
BrewTestBot
e2b8fbca08
sorbet: Update RBI files.
Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml) workflow.
2021-04-08 00:23:45 +00:00
Markus Reiter
c8997a0d8b
Don't forward options if none are given. 2021-04-08 00:12:49 +02:00
Markus Reiter
050ff9913f
Merge pull request #11028 from reitermarkus/extract-plist-strategy
Add `extract_plist` strategy.
2021-04-07 22:30:24 +02:00
Markus Reiter
731e25e0cc
Merge pull request #11041 from xxyzz/man
Supports .gz man page
2021-04-07 21:48:28 +02:00
Bo Anderson
1777a03aac
Merge pull request #11060 from Bo98/bottle-keep-old
dev-cmd/bottle: don't fail on --keep-old with unchanged values
2021-04-07 20:47:17 +01:00
Bo Anderson
1bb651469f
dev-cmd/bottle: don't fail on --keep-old with unchanged values 2021-04-07 20:26:36 +01:00
Markus Reiter
ba87bfc4e4
Only suggest adding livecheck it auto-detection fails. 2021-04-07 19:19:20 +02:00
Mike McQuaid
7b8d97aead
github_packages: quiet skopeo inspect
We want this to fail so don't print out the (expected) `stderr` output.
2021-04-07 17:34:05 +01:00
Mike McQuaid
1435018e11
Merge pull request #11057 from MikeMcQuaid/github_packages_more_fixes
More GitHub Packages bulk upload fixes
2021-04-07 17:26:03 +01:00
Mike McQuaid
8800b85f64
More GitHub Packages bulk upload fixes
- replace invalid non-ASCII characters from the descriptions
- handle invalid macOS versions on attempting to load old formulae from
  old bottles
- let `rubocop` auto-remove a no-longer needed `rubocop:disable`
- fix `skopeo` credentials argument
2021-04-07 17:03:44 +01:00
Mike McQuaid
c141dd4480
github_packages: don't allow linuxbrew- prefix.
Given https://github.com/Homebrew/linuxbrew-core/pull/22874 we no longer
need/want to allow a `linuxbrew-` repository prefix.
2021-04-07 16:34:59 +01:00
Nanda H Krishna
11de11025b
github_packages: fix image_formula_name issue 2021-04-07 19:33:16 +05:30
Bo Anderson
330158ba10
Merge pull request #11051 from Bo98/better-debrew-raise
debrew: make Debrew::Raise only catch uncaught exceptions
2021-04-07 14:39:59 +01:00
Mike McQuaid
4613d368d9
Merge pull request #11054 from MikeMcQuaid/github_packages_image_tag_cleanup
github_packages: remove invalid docker tag characters.
2021-04-07 14:00:01 +01:00
Bo Anderson
a78051d2e0
debrew: make Debrew::Raise only catch uncaught exceptions 2021-04-07 13:41:41 +01:00
Mike McQuaid
d707c0bbd8
github_packages: remove invalid docker tag characters.
Some versions have `+` in them.
2021-04-07 13:32:31 +01:00
Mike McQuaid
ee491928e4
github_packages: fix typo. 2021-04-07 13:20:24 +01:00
Mike McQuaid
b0ba92466f
github_packages: fix more bulk upload errors.
- replace `+` in formula names (because it's an invalid character)
- do a `skopeo inspect` first to avoid overwriting existing packages
2021-04-07 12:48:34 +01:00
Markus Reiter
a210b1a04e
Add extract_plist strategy. 2021-04-07 04:58:31 +02:00
Mike McQuaid
fd251c9109
github_packages: fix versioned bottle names.
`@` cannot be used in Docker image names. Use `/` instead (which we
already use in image names so has some precedent).

Make `mktemp` use `AT` (consistent with `Formula` subclasses), too.
2021-04-06 19:14:08 +01:00
Mike McQuaid
5cae3f4096
dev-cmd/bottle: fix license output.
Don't output the complex license object but instead use the same format
we use for `Formula#to_hash`.
2021-04-06 14:41:27 +01:00
Mike McQuaid
35daa145ca
Merge pull request #11044 from Bo98/pr-pull-no-commit
dev-cmd/pr-pull: don't cherry-pick on --no-commit
2021-04-06 13:53:14 +01:00
Bo Anderson
56b6918739
dev-cmd/pr-pull: don't cherry-pick on --no-commit 2021-04-06 13:30:07 +01:00
xxyzz
3c18e98432
test .gz man page 2021-04-06 16:52:56 +08:00
Mike McQuaid
480d943035
Merge pull request #11036 from sjackman/sj/ghcr-compact
GHCR: Use reject to remove empty hash values
2021-04-06 08:52:55 +01:00
Shaun Jackman
d6c0bbc7f4 GHCR: Add constant OS::CI_OS_VERSION
Rename constant OS::GLIBC_CI_VERSION to OS::CI_GLIBC_VERSION.
2021-04-05 22:39:41 -07:00
xxyzz
06d655bf50
match .gz man page files
Emacs cask has compressed man pages and they should be supported.
2021-04-06 11:19:05 +08:00
Rylan Polster
95a5c58eee
Merge pull request #10847 from jonchang/github-pat-update
github/api: update personal access token format.
2021-04-05 19:43:43 -04:00
Rylan Polster
229e035a3d
Update PAT regex 2021-04-05 19:23:18 -04:00
Shaun Jackman
2852d9f0de
GHCR: Use reject to remove empty hash values 2021-04-05 10:08:03 -07:00
Mike McQuaid
6e7857cc4e
Merge pull request #11034 from MikeMcQuaid/github_packages_cleanup
GitHub Packages cleanup
2021-04-05 17:06:17 +01:00
Mike McQuaid
cdaeee03c4
GitHub Packages cleanup
- `download_strategy`: only request image index JSON for downloading
  the manifest for the tab
- use a shared `OS` constant for the version of `glibc` we use in CI
- fix `skoepeo` typo
- ensure that blank hash values are deleted (again) rather than just
  `nil` ones
- use a shared `Hardware::CPU` constant for oldest CPU we're
  supporting/using on Intel 64-bit
- re-add comment to `software_spec`
2021-04-05 14:58:17 +01:00
Rylan Polster
1d612fb0f0
Merge pull request #11027 from bosr/fix/zsh-completion
fix _brew completion default cache path
2021-04-05 09:34:41 -04:00
Mike McQuaid
a654730acc
Merge pull request #11004 from MikeMcQuaid/cleanup_cxxstdlib
Cleanup use of CxxStdlib
2021-04-05 14:22:49 +01:00
Nanda H Krishna
8e11f03fa9
Merge pull request #11003 from nandahkrishna/gpg-tap-new
dev-cmd/tap-new: use `Utils::Git.setup_gpg!`
2021-04-05 17:32:55 +05:30
BrewTestBot
52335b5d5c
Update RBI files for rubocop. 2021-04-05 06:58:16 +00:00
BrewTestBot
23fed4e71e
brew vendor-gems: commit updates. 2021-04-05 06:56:46 +00:00
dependabot[bot]
4569511e54
build(deps): bump rubocop from 1.12.0 to 1.12.1 in /Library/Homebrew
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.12.0 to 1.12.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.12.0...v1.12.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-05 06:51:22 +00:00
Romain Bossart
09f686f38d fix _brew completion default cache path 2021-04-05 07:30:11 +02:00
Markus Reiter
698c49067d
Merge pull request #11022 from Homebrew/sorbet-files-update
sorbet: Update RBI files.
2021-04-04 21:59:02 +02:00
Shaun Jackman
a28b419d9d CurlGitHubPackagesDownloadStrategy: Fix 3rd party
Fix CurlGitHubPackagesDownloadStrategy for third party taps.
2021-04-04 01:49:36 -07:00
Shaun Jackman
9c54259dfe CurlGitHubPackagesDownloadStrategy: Add Accept
Add HTTP header Accept: application/vnd.oci.image.index.v1+json
2021-04-04 00:56:22 -07:00
Shaun Jackman
e627885e16 OCI: Move CPU variant to sh.brew.cpu.variant 2021-04-03 18:58:52 -07:00
BrewTestBot
c25b33a454
sorbet: Update RBI files.
Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml) workflow.
2021-04-04 00:26:48 +00:00
Shaun Jackman
f35baa2752 OCI: Add sh.brew.tab to the image manifest
The tab is needed to install the package using
the SHA-256 of the single-architecture image.
2021-04-03 15:01:44 -07:00
Markus Reiter
b1ad030853
Merge pull request #10924 from reitermarkus/timeouts-compat
Re-revert allowing timeouts for commands and downloads.
2021-04-03 20:56:07 +02:00