26476 Commits

Author SHA1 Message Date
Seeker
5f92d00244
bump-cask-pr: support separate downloads for Intel and ARM 2021-03-17 21:00:43 -07:00
Bo Anderson
3c3bf1c74d
Merge pull request #10865 from Bo98/fi-active_spec-sanity
formula_installer: don't warn about bottles when active spec is HEAD
2021-03-17 21:07:32 +00:00
Bo Anderson
98b83064ec
Merge pull request #10871 from Bo98/cask_slash_audit
test/cask/audit_spec: add test for slashes in versions
2021-03-17 16:41:47 +00:00
Bo Anderson
a8522c6db6
test/cask/audit_spec: add test for slashes in versions 2021-03-17 14:25:50 +00:00
Nanda H Krishna
85dbfcfc59
Merge pull request #10856 from Homebrew/fix-update-manpage
workflows/update-manpage: fix issue
2021-03-17 16:54:22 +05:30
Nanda H Krishna
1f14159b1a
Merge pull request #10854 from Homebrew/update-manpage
Update maintainers, manpage and completions.
2021-03-17 16:44:54 +05:30
BrewTestBot
0beb952530 Update maintainers, manpage and completions.
Autogenerated by the [update-manpage](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-manpage.yml) workflow.
2021-03-17 10:47:09 +00:00
nandahkrishna
e6bc1f9b1c
workflows/update-manpage: fix issue 2021-03-17 16:14:21 +05:30
Nanda H Krishna
53f34af1c5
Merge pull request #10845 from nandahkrishna/fix-completions-zsh
completions: fix zsh autocompletion issues
2021-03-17 10:55:19 +05:30
Carlo Cabrera
09efb3f466
Merge pull request #10852 from carlocab/cmake-create
formula_creator: use tool-agnostic cmake commands
2021-03-17 02:08:13 +00:00
Markus Reiter
e8db1a3921
Merge pull request #10869 from lucendio/patch-1
Fix broken rmdir script
2021-03-17 02:07:25 +01:00
Lucendio
aceb021254 Move existence check into helper script
This way, it'll run as `root`, too.
2021-03-17 01:42:56 +01:00
Lucendio
7a22cda8dd
Fix broken rmdir script
Unfortunately, the removal shell script introduced in #10860 does not handle paths very well that dont exist, e.g.

* `find` runs before its `-exec` test, thus throws `find: "${path}": No such file or directory`
* it seem that `/bin/rmdir` is intended to break is certain cases, thus `-f` is not desired.
  so, if `${path}` does not exist, it'll still break, which is most likely not one of those cases.

This change reintroduces a check for existence. This way, it is ensured that there is actually
a directory to be removed when invoking the script.
2021-03-17 00:35:08 +01:00
Bo Anderson
248ca231a2
formula_installer: don't warn about bottles when active spec is HEAD 2021-03-16 18:22:05 +00:00
Mike McQuaid
59ada80ca7
Merge pull request #10863 from MikeMcQuaid/github_packages_bottle_domain
github_packages: fix HOMEBREW_BOTTLE_DOMAIN usage.
3.0.7
2021-03-16 15:48:54 +00:00
Bo Anderson
7df5f22e50
Merge pull request #10862 from Bo98/ds_cd_fix
download_strategy: take basename of response-content-disposition query
2021-03-16 15:47:38 +00:00
Mike McQuaid
7fc52d2065
github_packages: fix HOMEBREW_BOTTLE_DOMAIN usage.
This still worked but ended up always having a `/bottles-*/` part of the
URL that was unnecessary when using `HOMEBREW_BOTTLE_DOMAIN`.
2021-03-16 15:17:42 +00:00
Bo Anderson
977cad1599
download_strategy: take basename of response-content-disposition query 2021-03-16 15:06:17 +00:00
Mike McQuaid
234fae6bd6
Merge pull request #10857 from MikeMcQuaid/tsc_readme
README: update TSC, fix linting.
2021-03-16 09:13:02 +00:00
Mike McQuaid
f391043418
README: update TSC, fix linting.
- Add the new TSC to the README, manpage
- Fix linting complaints about whitespace in the README
2021-03-16 08:51:13 +00:00
nandahkrishna
0891a666a2
Update completions 2021-03-16 10:55:34 +05:30
nandahkrishna
d73b335c77
completions: handle installed/outdated formulae and casks 2021-03-16 10:54:18 +05:30
Markus Reiter
7fb3ea78a1
Merge pull request #10860 from reitermarkus/improve-pkg-uninstall
Simplify package uninstallation.
3.0.6
2021-03-16 03:30:05 +01:00
Markus Reiter
1a4874dc62 Simplify package uninstallation. 2021-03-16 03:00:14 +01:00
Rylan Polster
1e37fbd362
Merge pull request #10850 from Rylan12/remove-homebrew-python-resoruces
language/python: remove outdated "homebrew-" resource handling
2021-03-15 20:14:35 -04:00
Rylan Polster
beb84c180d
Merge pull request #10849 from Rylan12/include-wheel
update-python-resources: include wheel in resources
2021-03-15 20:14:32 -04:00
Bo Anderson
acfe9d24d9
Merge pull request #10815 from Bo98/fi-more-perf
formula_installer: further reduce dependency calculations
2021-03-15 18:20:03 +00:00
Bo Anderson
fa8b80747a
test/formula_installer_spec: add tests for cyclic deps 2021-03-15 17:51:09 +00:00
Mike McQuaid
d1fd7e31e4
Merge pull request #10855 from hyuraku/Library/README-delete-brew-cask
delete brew-cask command
2021-03-15 13:30:34 +00:00
Mike McQuaid
0cf2d3039d
Merge pull request #10844 from dkav/quiet-update
Expand quiet checks in update and update-report
2021-03-15 11:55:03 +00:00
Mike McQuaid
c9a157504f
Merge pull request #10848 from jonchang/sponsor-update
README: update sponsors
2021-03-15 11:50:12 +00:00
Mike McQuaid
3afa9b078e
Merge pull request #10651 from nandahkrishna/formula-cask-disambiguation
livecheck and bump: formula/cask disambiguation
2021-03-15 11:37:34 +00:00
Mike McQuaid
2ed7cc6d30
Merge pull request #10853 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-sorbet-0.6.0
build(deps): bump rubocop-sorbet from 0.5.1 to 0.6.0 in /Library/Homebrew
2021-03-15 11:34:40 +00:00
hyuraku
a0d146225e delete brew-cask command 2021-03-15 19:41:06 +09:00
BrewTestBot
0ad4d81629 Update RBI files for rubocop-sorbet. 2021-03-15 07:11:16 +00:00
BrewTestBot
eb5658101b brew vendor-gems: commit updates. 2021-03-15 07:10:25 +00:00
dependabot[bot]
40c15cc407
build(deps): bump rubocop-sorbet in /Library/Homebrew
Bumps [rubocop-sorbet](https://github.com/shopify/rubocop-sorbet) from 0.5.1 to 0.6.0.
- [Release notes](https://github.com/shopify/rubocop-sorbet/releases)
- [Commits](https://github.com/shopify/rubocop-sorbet/compare/v0.5.1...v0.6.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-15 07:04:35 +00:00
Carlo Cabrera
20ab54fd9f
formula_creator: use tool-agnostic cmake commands
New versions of CMake know how to invoke the appropriate build tool
(i.e. make or ninja), so let's try to leave that to CMake.

This also builds out-of-tree, without having to deal with the `mkdir
"build" do` business.
2021-03-15 05:36:33 +00:00
Rylan Polster
4c4dcfa3bb
language/python: remove outdated "homebrew-" resource handling 2021-03-14 14:17:02 -04:00
Rylan Polster
7a19eed48d
update-python-resources: include wheel in resources 2021-03-14 13:41:36 -04:00
Jonathan Chang
06deb2aa92 README: update sponsors 2021-03-14 18:45:47 +11:00
Bo Anderson
e3b451cce8
Merge pull request #10842 from Homebrew/sorbet-files-update
sorbet: Update RBI files.
2021-03-13 20:29:34 +00:00
nandahkrishna
fdf7c3136b
Update completions 2021-03-14 01:39:33 +05:30
nandahkrishna
0e97793f91
test/completions: modify tests for zsh completions 2021-03-14 01:39:14 +05:30
nandahkrishna
4a4b415186
completions: fix zsh autocompletion issues 2021-03-14 01:27:25 +05:30
Darren Kavanagh
b66b461811
Expand quiet checks in update and update-report 2021-03-13 10:08:06 -08:00
Markus Reiter
4e6840b6d6
Merge pull request #10548 from marblenix/url_block_bugfix
bugfix: Add args and options to lazy url block
2021-03-13 12:21:56 +01:00
BrewTestBot
721949bf94 sorbet: Update RBI files.
Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml) workflow.
2021-03-13 00:50:08 +00:00
Carlo Cabrera
636ac91817
Merge pull request #10836 from carlocab/unsupported-versions
formula_installer: skip bottle check on old Macs
2021-03-12 21:09:08 +00:00
Mike McQuaid
8726636ffe
Merge pull request #10835 from MikeMcQuaid/pr_upload_github_packages
Support uploading and downloading bottles from GitHub packages
2021-03-12 18:07:24 +00:00