Michka Popoff
f96f29f68d
pr-automerge: remove linux to homebrew-core label
...
Merging is done, we don't use this label anymore
2021-10-23 16:48:42 +02:00
Bo Anderson
890190c0f3
Merge pull request #12310 from Bo98/yard
...
Don't vendor YARD
2021-10-23 02:03:09 +01:00
Bo Anderson
026a4b4822
yard/ignore_directives: remove now unneeded RBI
2021-10-23 01:28:52 +01:00
Bo Anderson
106bd64e30
Don't vendor YARD
2021-10-23 01:27:13 +01:00
Nanda H Krishna
9749efdb12
Merge pull request #12306 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.9262
...
build(deps-dev): bump sorbet from 0.5.9258 to 0.5.9262 in /Library/Homebrew
2021-10-22 17:37:55 -04:00
Nanda H Krishna
49031f02f1
Merge pull request #12307 from Homebrew/dependabot/bundler/Library/Homebrew/tapioca-0.5.3
...
build(deps-dev): bump tapioca from 0.5.2 to 0.5.3 in /Library/Homebrew
2021-10-22 17:37:29 -04:00
Rylan Polster
06b1e1f495
Improve messaging
...
Co-authored-by: Eric Knibbe <3324775+EricFromCanada@users.noreply.github.com>
2021-10-22 17:15:19 -04:00
BrewTestBot
22411fdf15
Update RBI files for tapioca.
2021-10-22 18:15:48 +00:00
BrewTestBot
4dc3b4c96e
brew vendor-gems: commit updates.
2021-10-22 18:10:55 +00:00
BrewTestBot
f6a0469ce9
brew vendor-gems: commit updates.
2021-10-22 18:10:47 +00:00
dependabot[bot]
3f1fdd8060
build(deps-dev): bump tapioca from 0.5.2 to 0.5.3 in /Library/Homebrew
...
Bumps [tapioca](https://github.com/Shopify/tapioca ) from 0.5.2 to 0.5.3.
- [Release notes](https://github.com/Shopify/tapioca/releases )
- [Commits](https://github.com/Shopify/tapioca/compare/v0.5.2...v0.5.3 )
---
updated-dependencies:
- dependency-name: tapioca
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-10-22 18:05:16 +00:00
dependabot[bot]
bd33e0513e
build(deps-dev): bump sorbet in /Library/Homebrew
...
Bumps [sorbet](https://github.com/sorbet/sorbet ) from 0.5.9258 to 0.5.9262.
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
---
updated-dependencies:
- dependency-name: sorbet
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-10-22 18:04:51 +00:00
Bob Lail
b7426b4d51
When using git fetch origin
to pull resources from GitHub, pull the default branch instead of all refs
2021-10-22 12:05:39 -05:00
Rylan Polster
0b8032d421
Document HOMEBREW_INSTALL_FROM_API
2021-10-22 12:37:57 -04:00
Bo Anderson
96815c8e60
Merge pull request #12303 from Bo98/dispatch-build-timeout
...
dev-cmd/dispatch-build-bottle: add --timeout flag
2021-10-22 17:07:44 +01:00
Bob Lail
701a1661d2
fix: Allow specifying :revision
for resources downloaded from Git repos whose default branch is not named master
...
### Background
Given a repo that does not have branch named `master` and a formula like this:
```ruby
class Example < Formula
stable do
url "https://github.com/user/example.git ", revision: "e8b123de62e0faec283c3253c6ea5495a332007e"
end
end
```
Homebrew was executing this when the cached location did not exist:
```
git clone https://github.com/user/example.git /path/to/cache
```
(which would work)
and this when the cached location did exist:
```
git -C /path/to/cache config remote.origin.fetch +refs/heads/master:refs/remotes/origin/master
git -C /path/to/cache fetch origin
```
(which would always fail with `fatal: couldn't find remote ref refs/heads/master`)
This commit changes the value for `remote.origin.fetch` to `+refs/heads/*:refs/remotes/origin/*` which is [Git's default value for the refspec](https://git-scm.com/book/en/v2/Git-Internals-The-Refspec ) anyway.
This may increase the latency of `git fetch origin` for formulae that use `:revision` because Git will now fetch all remote refs; but it does have the advantage of not being broken 🙂
2021-10-22 10:44:03 -05:00
Bo Anderson
dc5edb14c3
dev-cmd/dispatch-build-bottle: add --timeout flag
2021-10-22 16:38:45 +01:00
Rylan Polster
55285e29b1
Merge pull request #12185 from Rylan12/cask-homepage-audit-exceptions
...
cask/audit: allow the homepage https audit to have exceptions
2021-10-22 10:55:57 -04:00
Carlo Cabrera
5ffe1a3abc
Merge pull request #12302 from carlocab/TZ
...
build: set TZ=UTC0
2021-10-22 20:26:13 +08:00
Carlo Cabrera
b1a543b2ad
Use with_env
2021-10-22 20:07:24 +08:00
Bo Anderson
1145967a22
Merge pull request #12301 from MikeMcQuaid/retry_github_packages_manifest
...
Retry GitHub Packages manifest download if invalid.
2021-10-22 12:32:30 +01:00
Carlo Cabrera
a89f873e8f
build: set TZ=UTC0
...
This prevents `make` from trying to regenerate `info` files which may
have odd timestamps when this isn't set. See
Homebrew/homebrew-core#87470 .
This actually also addresses a build failure we've seen in CI (see
Homebrew/homebrew-core#87641 ).
2021-10-22 19:27:36 +08:00
Mike McQuaid
f781f28d6d
Retry GitHub Packages manifest download if invalid.
2021-10-22 10:41:35 +01:00
Rylan Polster
c0e8569c93
Fix mismatch_binary_allowlist
check
2021-10-21 21:22:18 -04:00
Rylan Polster
9ca0f68bf7
Fix tests
2021-10-21 21:11:06 -04:00
Rylan Polster
e24703e58d
Rename :cert_error_allowlist
to :secure_connection_audit_skiplist
2021-10-21 21:11:06 -04:00
Rylan Polster
fa4bb7d74a
Refactor audit exception handling
2021-10-21 21:11:05 -04:00
Rylan Polster
d124d8eae8
cask/audit: allow the homepage https audit to have exceptions
2021-10-21 21:01:52 -04:00
Rylan Polster
6de841cd73
Merge pull request #12295 from Rylan12/update-report-cask-fix
...
`update-report`: fix unset cask repo variable error
2021-10-21 20:22:33 -04:00
Bo Anderson
e518ea4ee9
Merge pull request #12294 from Bo98/cookie-jar
...
utils/curl: don't use --cookie-jar to enable cookie engine
2021-10-22 00:49:24 +01:00
Rylan Polster
8193807f8d
update-report
: fix unset cask repo variable error
2021-10-21 18:33:44 -04:00
Bo Anderson
2d539bc6af
utils/curl: don't use --cookie-jar to enable cookie engine
...
Fixes #12293 .
2021-10-21 22:52:20 +01:00
Bo Anderson
a365a351d6
Merge pull request #12292 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.9258
...
build(deps-dev): bump sorbet from 0.5.9248 to 0.5.9258 in /Library/Homebrew
2021-10-21 22:15:15 +01:00
Bo Anderson
1707f4b981
Merge pull request #12291 from Homebrew/dependabot/bundler/Library/Homebrew/zeitwerk-2.5.1
...
build(deps): bump zeitwerk from 2.5.0 to 2.5.1 in /Library/Homebrew
2021-10-21 22:14:49 +01:00
Bo Anderson
89d31a3504
Merge pull request #12263 from Bo98/monterey
...
Mark macOS Monterey as supported
2021-10-21 22:13:53 +01:00
BrewTestBot
aad9d1898d
Update RBI files for sorbet.
2021-10-21 18:15:33 +00:00
BrewTestBot
f21b85857b
Update RBI files for zeitwerk.
2021-10-21 18:15:22 +00:00
BrewTestBot
e757ddf0a8
brew vendor-gems: commit updates.
2021-10-21 18:12:09 +00:00
Bo Anderson
8fa2d99bd8
Merge pull request #12290 from Bo98/monterey-ci
...
workflows/doctor: add Monterey CI
2021-10-21 19:11:35 +01:00
BrewTestBot
14d5625620
brew vendor-gems: commit updates.
2021-10-21 18:11:23 +00:00
dependabot[bot]
4177e71a3c
build(deps-dev): bump sorbet in /Library/Homebrew
...
Bumps [sorbet](https://github.com/sorbet/sorbet ) from 0.5.9248 to 0.5.9258.
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
---
updated-dependencies:
- dependency-name: sorbet
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-10-21 18:06:23 +00:00
dependabot[bot]
44739a3713
build(deps): bump zeitwerk from 2.5.0 to 2.5.1 in /Library/Homebrew
...
Bumps [zeitwerk](https://github.com/fxn/zeitwerk ) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/fxn/zeitwerk/releases )
- [Changelog](https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md )
- [Commits](https://github.com/fxn/zeitwerk/compare/v2.5.0...v2.5.1 )
---
updated-dependencies:
- dependency-name: zeitwerk
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-10-21 18:05:56 +00:00
Sam Ford
e2b609c3ee
Merge pull request #12276 from samford/resource_auditor-omit-branch-error-when-using-tag
...
ResourceAuditor: Skip branch error when using tag
2021-10-21 14:02:27 -04:00
Bo Anderson
ccb1628bb4
workflows/doctor: add Monterey CI
2021-10-21 16:09:20 +01:00
Mike McQuaid
4eb9ba038a
Merge pull request #12284 from MikeMcQuaid/linuxbrew_migration_bottle_domain_git_remote
...
update-report: better handle user set bottle domain, core git remote.
2021-10-21 15:49:02 +01:00
Bo Anderson
c6b287590d
Merge pull request #12288 from carlocab/ruby-diagnostic
...
extend/os/mac/diagnostic: fix unqualified macOS version reference
2021-10-21 15:34:21 +01:00
Mike McQuaid
0118e6ec41
Apply suggestions from code review
...
Co-authored-by: Xuehai Pan <XuehaiPan@outlook.com>
2021-10-21 15:10:17 +01:00
Mike McQuaid
eb1b244fd2
update-report: better handle user set bottle domain, core git remote.
...
Unset these variables and print a warning if they were set to
non-default values.
2021-10-21 15:01:58 +01:00
Sam Ford
2f734270fa
Merge pull request #12289 from samford/livecheck/gnu-update-url-to-use-https
...
Gnu: Update generated URL to use HTTPS
2021-10-21 09:58:47 -04:00
Sam Ford
8ce6059544
Gnu: Update generated URL to use HTTPS
2021-10-21 09:28:54 -04:00