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
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
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
Carlo Cabrera
9308a2515b
Merge pull request #10921 from carlocab/brewed-m4
...
extend/ENV/super: remove M4
2021-03-25 06:04:43 +00:00
Bo Anderson
929d2d8caf
formula_installer: move deprecation/disabled checking earlier
2021-03-24 15:46:29 +00: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
b9a8f615d8
CurlGitHubPackagesDownloadStrategy: revert allowing timeouts
2021-03-24 01:54:19 -04:00
Rylan Polster
57b2660cae
Revert "Merge pull request #10864 from reitermarkus/command-timeout"
...
This reverts commit d55bdd3ddbe7ff2b1f106a41bd994dc117ca5142, reversing
changes made to 3c3bf1c74d1d7ef1d2c792719574623b6c3c4d25.
2021-03-24 01:22:18 -04:00
Rylan Polster
0b8a9bc1a1
Revert "Merge pull request #10898 from reitermarkus/audit-timeout"
...
This reverts commit 6eaeba184bee5ad42269819c362ab18e9c70b3fa, reversing
changes made to 28b176567992f8d323d73a0a1367d8239e34e8a4.
2021-03-24 01:22:03 -04:00
Bo Anderson
86beda7f19
formula: add ldflags parameter to std_go_args
2021-03-23 16:39:01 +00:00
Bo Anderson
00d8e1ab3d
Merge pull request #10914 from Homebrew/dependabot/bundler/Library/Homebrew/bootsnap-1.7.3
...
build(deps): bump bootsnap from 1.7.2 to 1.7.3 in /Library/Homebrew
2021-03-23 14:21:40 +00:00
Bo Anderson
70b00bf71b
Merge pull request #10912 from Homebrew/dependabot/bundler/Library/Homebrew/tapioca-0.4.18
...
build(deps): bump tapioca from 0.4.17 to 0.4.18 in /Library/Homebrew
2021-03-23 14:21:04 +00:00
BrewTestBot
c7033b3672
Update RBI files for rubocop-performance.
2021-03-23 06:05:30 +00:00
BrewTestBot
86ff8b34ab
Update RBI files for tapioca.
2021-03-23 06:05:20 +00:00
BrewTestBot
3e087f7791
Update RBI files for bootsnap.
2021-03-23 06:05:19 +00:00
BrewTestBot
a3f251965e
brew vendor-gems: commit updates.
2021-03-23 06:04:34 +00:00
BrewTestBot
0946f46917
brew vendor-gems: commit updates.
2021-03-23 06:04:23 +00:00
BrewTestBot
3208df009f
brew vendor-gems: commit updates.
2021-03-23 06:04:19 +00:00
dependabot[bot]
01a0df0aca
build(deps): bump rubocop-performance in /Library/Homebrew
...
Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance ) from 1.10.1 to 1.10.2.
- [Release notes](https://github.com/rubocop/rubocop-performance/releases )
- [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop/rubocop-performance/compare/v1.10.1...v1.10.2 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-03-23 06:02:16 +00:00
dependabot[bot]
fc8b5bb182
build(deps): bump bootsnap from 1.7.2 to 1.7.3 in /Library/Homebrew
...
Bumps [bootsnap](https://github.com/Shopify/bootsnap ) from 1.7.2 to 1.7.3.
- [Release notes](https://github.com/Shopify/bootsnap/releases )
- [Changelog](https://github.com/Shopify/bootsnap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Shopify/bootsnap/compare/v1.7.2...v1.7.3 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-03-23 06:01:58 +00:00
dependabot[bot]
8352b19c94
build(deps): bump tapioca from 0.4.17 to 0.4.18 in /Library/Homebrew
...
Bumps [tapioca](https://github.com/Shopify/tapioca ) from 0.4.17 to 0.4.18.
- [Release notes](https://github.com/Shopify/tapioca/releases )
- [Commits](https://github.com/Shopify/tapioca/compare/v0.4.17...v0.4.18 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-03-23 06:01:14 +00:00
Rylan Polster
9a355b07c3
Merge pull request #10896 from Rylan12/cask-audit-display-changes
...
audit: limit non-failure cask output
2021-03-23 01:33:28 -04:00
Rylan Polster
665578438b
test/cask/cmd/audit: fix tests again
2021-03-23 01:16:21 -04:00
Rylan Polster
2d3aca706d
Merge pull request #10895 from Rylan12/fix-tap-custom-remote-handling
...
utils/github: handle non-standard tap remotes
2021-03-22 22:28:20 -04:00
Rylan Polster
0f9ca9dbbd
test/cask/cmd/audit: fix style
2021-03-22 22:26:22 -04:00
Rylan Polster
b4a36bef64
audit: fix --display-failures-only failure messaging
2021-03-22 22:20:04 -04:00
Rylan Polster
83ebc5ef7e
cask/audit: fix tests
2021-03-22 22:20:03 -04:00
Rylan Polster
2b8d19e0bd
audit: limit non-failure cask output
2021-03-22 22:16:54 -04:00
Bo Anderson
516903530a
Merge pull request #10911 from Homebrew/sorbet-files-update
...
sorbet: Update RBI files.
2021-03-23 01:24:41 +00:00
Bo Anderson
52c6faf4a6
Merge pull request #10910 from Bo98/upgrade-dry-run
...
cmd/upgrade: fix --dry-run
2021-03-23 01:22:47 +00:00
BrewTestBot
d6d7c57806
sorbet: Update RBI files.
...
Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml ) workflow.
2021-03-23 00:52:38 +00:00
Markus Reiter
3c6a7b39e2
Merge pull request #10894 from reitermarkus/mandatory-livecheck
...
Make `livecheck` audit mandatory for versioned casks.
2021-03-23 01:34:00 +01:00
Markus Reiter
1e55837c53
Merge pull request #10893 from reitermarkus/new-casks-livecheck
...
New casks should use `livecheck`.
2021-03-23 01:16:37 +01:00