Mike McQuaid
96218ec284
Merge pull request #9471 from bayandin/check-checksum
...
dev-cmd/audit: add audit for checksum
2020-12-10 13:18:46 +00:00
Mike McQuaid
aa7d7a10db
Merge pull request #9475 from EricFromCanada/bump-edge-cases
...
bump-formula-pr: handle additional edge cases
2020-12-10 13:13:18 +00:00
Mike McQuaid
4f438f6e45
Merge pull request #9477 from MikeMcQuaid/cleanup_periodic_full_days
...
Add HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS environment variable
2020-12-10 12:57:08 +00:00
Markus Reiter
a023b0873b
Don't add headers to content in curl_http_content_headers_and_checksum
.
2020-12-10 12:34:57 +01:00
Markus Reiter
e1451496c6
Merge pull request #9495 from Homebrew/dependabot/bundler/Library/Homebrew/activesupport-6.1.0
...
build(deps): bump activesupport from 6.0.3.4 to 6.1.0 in /Library/Homebrew
2020-12-10 10:38:20 +01:00
Markus Reiter
677b8c8123
Merge pull request #9494 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.6140
...
build(deps): bump sorbet from 0.5.6134 to 0.5.6140 in /Library/Homebrew
2020-12-10 10:36:04 +01:00
Markus Reiter
db73cd2049
Merge pull request #9496 from reitermarkus/fix-curl_http_content_headers_and_checksum
...
Fix `curl_http_content_headers_and_checksum`.
2020-12-10 08:38:40 +01:00
Markus Reiter
a5dbba5b97
Fix curl_http_content_headers_and_checksum
.
2020-12-10 07:46:41 +01:00
BrewTestBot
abb2cb859f
brew vendor-gems: commit updates.
2020-12-10 06:43:07 +00:00
BrewTestBot
a0dff8ec13
Update RBI files for activesupport.
2020-12-10 06:39:05 +00:00
BrewTestBot
af9fc474f2
brew vendor-gems: commit updates.
2020-12-10 06:38:17 +00:00
BrewTestBot
e902558f9d
Update RBI files for sorbet.
2020-12-10 06:33:34 +00:00
BrewTestBot
a514d7c177
brew vendor-gems: commit updates.
2020-12-10 06:32:50 +00:00
dependabot[bot]
1849ccfbe0
build(deps): bump activesupport in /Library/Homebrew
...
Bumps [activesupport](https://github.com/rails/rails ) from 6.0.3.4 to 6.1.0.
- [Release notes](https://github.com/rails/rails/releases )
- [Changelog](https://github.com/rails/rails/blob/v6.1.0/activesupport/CHANGELOG.md )
- [Commits](https://github.com/rails/rails/compare/v6.0.3.4...v6.1.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-12-10 06:25:28 +00:00
dependabot[bot]
e11913db6f
build(deps): bump sorbet from 0.5.6134 to 0.5.6140 in /Library/Homebrew
...
Bumps [sorbet](https://github.com/sorbet/sorbet ) from 0.5.6134 to 0.5.6140.
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
Signed-off-by: dependabot[bot] <support@github.com>
2020-12-10 06:24:53 +00:00
Seeker
b3236ced45
Merge pull request #9470 from SeekingMeaning/on-os-rubocop
...
on_macos/on_linux block: fix rubocop for special cases
2020-12-09 21:24:09 -08:00
Maxim Belkin
822988794e
Merge pull request #9472 from maxim-belkin/simpler-unusable-ruby-logic
...
utils/ruby.sh: simplify and fix Ruby-related logic
2020-12-09 21:21:14 -06:00
EricFromCanada
59cfef6db0
bump-formula-pr: handle additional edge cases
2020-12-09 10:21:36 -05:00
Mike McQuaid
2c77a540b5
Merge pull request #9481 from MikeMcQuaid/bottle_prefix_repository_handling
...
Fix bottle prefix and repository handling
2.6.1
2020-12-09 14:45:47 +00:00
Mike McQuaid
23fccdb380
Merge pull request #9483 from Homebrew/revert-9422-untap-force
...
Revert "untap: add --force switch"
2020-12-09 13:58:52 +00:00
Rylan Polster
fbcf943d8c
Merge pull request #9437 from Rylan12/uses-flags
...
uses: add --formula and --casks flags
2020-12-09 08:58:42 -05:00
Mike McQuaid
0f9bad0052
Fix bottle prefix and repository handling
...
We were previously only looking at the `cellar` value when pouring
bottles and ignoring the `prefix` and (implicit) `repository`.
Actually look at these values and set the defaults for each platform.
Also, when we're relocating to create or pour bottles when `prefix`
and `repository` are equal then skip relocating the `repository` and
always use references to the `prefix` instead.
Fixes #9453
2020-12-09 13:53:10 +00:00
Mike McQuaid
026381d359
Revert "untap: add --force switch"
2020-12-09 13:01:35 +00:00
Mike McQuaid
0f0aa83fa1
software_spec: deprecate prefix
for bottles.
...
Turns out we weren't actually using/checking this value at all (so I'd
be very surprised if anyone is actually using it).
2020-12-09 12:51:00 +00:00
Mike McQuaid
7b2eb23f55
Merge pull request #9480 from MikeMcQuaid/caveats-zsh-remove
...
caveats: remove ZSH FPATH logic.
2020-12-09 12:45:58 +00:00
Mike McQuaid
8890760591
Merge pull request #9479 from MikeMcQuaid/fix-portable-ruby-cleanup
...
cleanup: fix portable Ruby behaviour.
2020-12-09 12:45:51 +00:00
Mike McQuaid
8bf6ec5739
Merge pull request #9464 from MikeMcQuaid/arch_version_handling
...
MacOS::Version architecture handling
2020-12-09 12:45:16 +00:00
Mike McQuaid
0d7ff8fa98
Merge pull request #9476 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-rails-2.9.0
...
build(deps): bump rubocop-rails from 2.8.1 to 2.9.0 in /Library/Homebrew
2020-12-09 12:44:45 +00:00
Mike McQuaid
6467fbadee
MacOS::Version: add (and use) architecture.
2020-12-09 11:55:27 +00:00
Mike McQuaid
adab0fbb41
cleanup: fix portable Ruby behaviour.
...
Better match the macOS behaviour in `ruby.sh`.
Fixes #9469
2020-12-09 11:50:45 +00:00
Mike McQuaid
1f8fd2a9ef
caveats: remove ZSH FPATH logic.
...
This is too error-prone and full of edge cases.
Fixes #9455
2020-12-09 11:47:48 +00:00
Dawid Dziurla
37fe150284
Merge pull request #9422 from dawidd6/untap-force
...
untap: add --force switch
2020-12-09 12:28:00 +01:00
Mike McQuaid
292363cc40
rubocop: disable another invalid Rails cop.
2020-12-09 11:18:35 +00:00
Mike McQuaid
123761054e
Merge pull request #9468 from thalamus/master
...
os/mac/pkgconfig: add pc files for Big Sur 11.1
2020-12-09 11:10:37 +00:00
Dawid Dziurla
e397f388f3
untap: add --force switch
...
Co-authored-by: Eric Knibbe <enk3@outlook.com>
2020-12-09 12:03:40 +01:00
Mike McQuaid
5757777a6e
Add HOMEBREW_CLEANUP_PERIODIC_FULL_DAYS environment variable
...
This allows customisation of how often the periodic cleanups are done.
2020-12-09 10:36:02 +00:00
Dawid Dziurla
e831b197ff
Merge pull request #9459 from EricFromCanada/create-fix-options
...
create: fix options handling
2020-12-09 09:34:55 +01:00
BrewTestBot
fddefaeaaf
Update RBI files for rubocop-rails.
2020-12-09 06:31:53 +00:00
BrewTestBot
211a889ce8
brew vendor-gems: commit updates.
2020-12-09 06:30:52 +00:00
dependabot[bot]
e557e79668
build(deps): bump rubocop-rails from 2.8.1 to 2.9.0 in /Library/Homebrew
...
Bumps [rubocop-rails](https://github.com/rubocop-hq/rubocop-rails ) from 2.8.1 to 2.9.0.
- [Release notes](https://github.com/rubocop-hq/rubocop-rails/releases )
- [Changelog](https://github.com/rubocop-hq/rubocop-rails/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop-hq/rubocop-rails/compare/v2.8.1...v2.9.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-12-09 06:25:23 +00:00
Markus Reiter
383477f4e8
Merge pull request #9474 from reitermarkus/unversioned-timeout
...
Add timeout in `bump-unversioned-casks`.
2020-12-09 04:16:47 +01:00
Markus Reiter
2a4ac2bf58
Merge pull request #9473 from Homebrew/sorbet-files-update
...
sorbet: Update RBI files.
2020-12-09 03:35:46 +01:00
Markus Reiter
eec1d5e17f
Add timeout in bump-unversioned-casks
.
2020-12-09 03:12:21 +01:00
BrewTestBot
4c5fc62a5d
sorbet: Update RBI files.
...
Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml ) workflow.
2020-12-09 00:53:45 +00:00
Maxim Belkin
15dbb0be58
utils/ruby.sh: simplify and fix Ruby-related logic
...
General:
- Rename `unusable_ruby` to `need_vendored_ruby` (due to code changes).
**`setup-ruby-path`** function:
- Move `-z "$HOMEBREW_RUBY_PATH"` and `-n "$HOMEBREW_FORCE_VENDOR_RUBY"` checks to `need_vendored_ruby`.
**`need_vendored_ruby`** function:
- Check `HOMEBREW_FORCE_VENDOR_RUBY` first so that it's respected even
on Macs that are "new enough" (`HOMEBREW_MACOS_SYSTEM_RUBY_NEW_ENOUGH` is set).
- Don't check `-n $HOMEBREW_RUBY_PATH` because it is implicitly tested
by `test_ruby`.
- Remove (now-) redundant `-z $HOMEBREW_FORCE_VENDOR_RUBY` check as it is
tested earlier in the conditional.
2020-12-08 18:05:28 -06:00
Alexander Bayandin
8717f82b9d
dev-cmd/audit: add audit for checksum
2020-12-08 23:42:46 +00:00
Markus Reiter
83b774d61f
Merge pull request #9436 from reitermarkus/audit-appcast
...
Reuse `curl_http_content_headers_and_checksum` for appcast audit.
2020-12-09 00:31:48 +01:00
Markus Reiter
7ed7319685
Merge pull request #9457 from RandomDSdevel/prevent-running-additional-CI-jobs-on-user-forks
...
workflows: Prevent Running Additional CI Jobs on User Forks
2020-12-09 00:31:17 +01:00
Seeker
5a643ff0db
on_macos/on_linux block: fix rubocop for special cases
2020-12-08 14:33:47 -08:00
Markus Reiter
9e0a54fd37
Reuse curl_http_content_headers_and_checksum
for appcast audit.
2020-12-08 23:29:01 +01:00