27376 Commits

Author SHA1 Message Date
Bo Anderson
e51597b4eb
utils/gems: don't leak BUNDLE_GEMFILE 2021-03-27 02:15:56 +00:00
Carlo Cabrera
a3a6af9d99
cmd/list: remove cask and ls flag conflicts 2021-03-27 01:20:21 +00:00
Carlo Cabrera
e966808ac6
cmd/list: always use ls when no named args are passed
This has the added benefit of making the indentation in the output of
`brew list` uniform between formulae and casks.

Follow-up to #10899. See, in particular,

    https://github.com/Homebrew/brew/pull/10899#discussion_r598659321
2021-03-27 01:20:20 +00:00
Bo Anderson
e79f315eee
Merge pull request #10949 from Bo98/cask-audit-ci-disable
workflows/tests: disable cask-versions audit test
2021-03-27 01:15:59 +00:00
Bo Anderson
3fe8e0d916
workflows/tests: disable cask-versions audit test 2021-03-27 00:45:55 +00:00
Nanda H Krishna
c25ce7099c
Merge pull request #10936 from nandahkrishna/cask-password-message
cask: add password warning for pkg uninstall
2021-03-27 02:32:32 +05:30
Bo Anderson
48df7a6dae
Merge pull request #10933 from Bo98/test-debug
test: don't apply timeout with --debug
2021-03-26 20:53:59 +00:00
Bo Anderson
3466c2da82
Merge pull request #10930 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-1.12.0
build(deps): bump rubocop from 1.11.0 to 1.12.0 in /Library/Homebrew
2021-03-26 16:22:11 +00:00
Mike McQuaid
c3f90e91f5
Merge pull request #10932 from MikeMcQuaid/json_schema
github_packages: various improvements.
2021-03-26 15:36:06 +00:00
Carlo Cabrera
e8452de418
extend/ENV/super: set M4 for libtool
[g]libtoolize looks for m4 using the environment variable M4. When
that isn't set, it looks for m4 in PATH.

However, when libtool is a build dependency but m4 is not, m4 will
not be found in PATH. Since it is currently not set in the
environment by superenv, this causes some builds to fail.

Closes https://github.com/Homebrew/homebrew-core/pull/73932.
2021-03-26 14:32:09 +00:00
Bo Anderson
450bc4ab33
Fix brew style 2021-03-26 14:11:03 +00:00
Bo Anderson
c6986122c8
dev-cmd/pr-automerge: skip automerge for "linux to homebrew-core" 2021-03-26 11:07:45 +00:00
Bo Anderson
0b39690e5c
os/mac/xcode: update Clang version parsing for CLT 12.5 2021-03-26 10:29:27 +00:00
Bo Anderson
6362f3ebbf
Merge pull request #10939 from Homebrew/spdx-update
spdx: update license data.
2021-03-26 10:18:02 +00:00
Bo Anderson
c02580fc76
Merge pull request #10940 from Homebrew/dependabot/bundler/Library/Homebrew/parallel_tests-3.6.0
build(deps): bump parallel_tests from 3.5.2 to 3.6.0 in /Library/Homebrew
2021-03-26 10:17:05 +00:00
Nanda H Krishna
b15c6b1fce
Merge pull request #10928 from Homebrew/brewtestbot-commit-signing
workflows: enable commit signing for BrewTestBot
2021-03-26 12:22:14 +05:30
BrewTestBot
402bf2ec56 Update RBI files for parallel_tests. 2021-03-26 05:59:51 +00:00
BrewTestBot
afb5b953c6 brew vendor-gems: commit updates. 2021-03-26 05:58:56 +00:00
dependabot[bot]
ee09aa3994
build(deps): bump parallel_tests in /Library/Homebrew
Bumps [parallel_tests](https://github.com/grosser/parallel_tests) from 3.5.2 to 3.6.0.
- [Release notes](https://github.com/grosser/parallel_tests/releases)
- [Changelog](https://github.com/grosser/parallel_tests/blob/master/CHANGELOG.md)
- [Commits](https://github.com/grosser/parallel_tests/compare/v3.5.2...v3.6.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-26 05:56:30 +00:00
BrewTestBot
f421319765 spdx: update license data.
Autogenerated by [a scheduled GitHub Action](https://github.com/Homebrew/brew/blob/master/.github/workflows/spdx.yml).
2021-03-26 00:14:16 +00:00
Nanda H Krishna
eecbd5887c
Apply suggestion from review
Co-authored-by: Markus Reiter <me@reitermark.us>
2021-03-26 02:28:51 +05:30
Kenneth Chew
5adf8cbe7b
audit: add additional (in)valid empty files, refactor empty file check 2021-03-25 16:56:26 -04:00
Sean Molenaar
04d11423b4
Merge pull request #10926 from Homebrew/SMillerDev-patch-2 2021-03-25 20:04:10 +01:00
nandahkrishna
94737ef41d
cask: add password warning for pkg uninstall 2021-03-26 00:11:39 +05:30
Markus Reiter
c5d4716e2e Ignore FormulaOrCaskUnavailableError. 2021-03-25 19:34:34 +01:00
Bo Anderson
679dbea79f
Merge pull request #10927 from Bo98/fi-deprecated-disabled
formula_installer: move deprecation/disabled checking earlier
2021-03-25 18:29:24 +00:00
Markus Reiter
507db5256f Revert "Merge pull request #10934 from dawidd6/revert-uninstall"
This reverts commit 5b1ad8418413f84a2cc11a33da39f467f3756a64, reversing
changes made to e1385b075408cca153a59a960b52c44508df1e1b.
2021-03-25 19:11:52 +01:00
Dawid Dziurla
5b1ad84184
Merge pull request #10934 from dawidd6/revert-uninstall
Revert "Fix `uninstall --force` for casks."
2021-03-25 19:10:08 +01:00
Carlo Cabrera
e1385b0754
Merge pull request #10899 from carlocab/ls-delineate
cmd/list: delineate formulae and casks
2021-03-25 17:52:41 +00:00
Dawid Dziurla
8fa557ea02
Revert "Fix uninstall --force for casks."
This reverts commit 45066f91444730141c2262d761afee35af753a1b.
2021-03-25 18:46:50 +01:00
Bo Anderson
6d5ef3ba2f
test: don't apply timeout with --debug 2021-03-25 16:50:42 +00:00
Markus Reiter
afd3567cea
Merge pull request #10925 from reitermarkus/cask-uninstall-force
Fix `uninstall --force` for casks.
2021-03-25 16:08:45 +01:00
Bo Anderson
e35e5f13e8
Merge pull request #10918 from Bo98/std_go_args-ldflags
formula: add ldflags parameter to std_go_args
2021-03-25 14:58:19 +00:00
Bo Anderson
2f302f9696
Merge pull request #10931 from Homebrew/dependabot/bundler/Library/Homebrew/tapioca-0.4.19
build(deps): bump tapioca from 0.4.18 to 0.4.19 in /Library/Homebrew
2021-03-25 14:57:46 +00:00
Mike McQuaid
169a1bae13
github_packages: various improvements.
- validate all JSON files against their JSON schemas
- remove existing/lingering JSON files
- improve naming based on schema understanding
- add more (empty) annotations hashes where valid
- output prettier JSON
- fix non-SHA256 output filenames
2021-03-25 10:29:26 +00:00
BrewTestBot
7f272b7875 Update RBI files for rubocop. 2021-03-25 07:41:23 +00:00
BrewTestBot
5be95d1f86 brew vendor-gems: commit updates. 2021-03-25 07:40:28 +00:00
BrewTestBot
ca4a5b73fd Update RBI files for tapioca. 2021-03-25 07:39:11 +00:00
BrewTestBot
a75e9902b6 brew vendor-gems: commit updates. 2021-03-25 07:38:23 +00:00
dependabot[bot]
7c5a05d68c
build(deps): bump tapioca from 0.4.18 to 0.4.19 in /Library/Homebrew
Bumps [tapioca](https://github.com/Shopify/tapioca) from 0.4.18 to 0.4.19.
- [Release notes](https://github.com/Shopify/tapioca/releases)
- [Commits](https://github.com/Shopify/tapioca/compare/v0.4.18...v0.4.19)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-25 07:36:09 +00:00
dependabot[bot]
767c508691
build(deps): bump rubocop from 1.11.0 to 1.12.0 in /Library/Homebrew
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.11.0 to 1.12.0.
- [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.11.0...v1.12.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-25 07:35:49 +00:00
Sean Molenaar
4af981338e
Update docs/Acceptable-Formulae.md
Co-authored-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
2021-03-25 08:20:56 +01:00
Carlo Cabrera
9308a2515b
Merge pull request #10921 from carlocab/brewed-m4
extend/ENV/super: remove M4
2021-03-25 06:04:43 +00:00
nandahkrishna
1b674cdfec
workflows: enable commit signing for BrewTestBot 2021-03-25 02:08:20 +05:30
Bo Anderson
929d2d8caf
formula_installer: move deprecation/disabled checking earlier 2021-03-24 15:46:29 +00:00
Sean Molenaar
657e4d1ace
docs: no more cask exceptions 2021-03-24 16:18:01 +01:00
Markus Reiter
a59d07760f
Merge pull request #10920 from Homebrew/update-manpage
Update maintainers, manpage and completions.
2021-03-24 15:20:18 +01:00
Carlo Cabrera
f6eba3c1ea
extend/ENV/super: remove M4
Building automake fails with autoconf 2.70+, when autoconf is used with
macOS m4. It therefore makes sense for autoconf to depend on brewed m4.

However, without the change proposed here, the setting of the M4
environment variable in superenv breaks the automake build.

Related: https://github.com/Homebrew/homebrew-core/pull/73797
2021-03-24 13:14:58 +00:00
Markus Reiter
45066f9144 Fix uninstall --force for casks. 2021-03-24 13:32:58 +01:00
Rylan Polster
ed87211daa
Merge pull request #10923 from Rylan12/revert-more-timeouts
CurlGitHubPackagesDownloadStrategy: revert allowing timeouts
3.0.9
2021-03-24 02:15:26 -04:00