19528 Commits

Author SHA1 Message Date
Markus Reiter
fc9a74dd28 Prevent tapping phinze/cask. 2020-09-28 20:54:56 +02:00
Markus Reiter
0c74d93939 Fix man page difference on Linux. 2020-09-27 23:02:19 +02:00
Markus Reiter
08be729af0 Support all cask options in brew install. 2020-09-27 22:54:57 +02:00
Markus Reiter
d443afc82d Improve brew man output. 2020-09-27 22:54:57 +02:00
Markus Reiter
f54b458cda Allow installing casks with brew install. 2020-09-27 22:53:32 +02:00
Markus Reiter
141be12234 Allow passing tap to brew cask audit. 2020-09-24 23:32:17 +02:00
Dustin Rodrigues
f41dd1834f bottle: new formula license may be a list, not just a string 2020-09-23 21:08:44 -04:00
Mike McQuaid
7f0754cf7c
Merge pull request #8794 from iMichka/test
test: make pgrep call portable
2020-09-23 10:27:06 +01:00
Mike McQuaid
0222a83406
test: fix brew style. 2020-09-23 09:01:55 +01:00
dependabot[bot]
6e5e490098
build(deps): bump sorbet-runtime in /Library/Homebrew
Bumps [sorbet-runtime](https://github.com/sorbet/sorbet) from 0.5.5913 to 0.5.5915.
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-23 00:31:22 +00:00
Michka Popoff
9da32e3d93 test: make pgrep call portable
Fixes (on linux), for example for the ninja formula test:

```
pgrep
-P
83252
{out: :close}}
Invalid preceding regular expressionpgrep: write error: Bad file descriptor
Error: ninja: failed
An exception occurred within a child process:
  BuildError: Failed executing: pgrep -P 83252 {out: :close}
```

Using File:NULL is more portable.
2020-09-22 23:35:10 +02:00
dependabot[bot]
eab0acdc7e
build(deps): bump sorbet from 0.5.5913 to 0.5.5915 in /Library/Homebrew
Bumps [sorbet](https://github.com/sorbet/sorbet) from 0.5.5913 to 0.5.5915.
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-22 18:11:54 +00:00
BrewTestBot
87b05a9be2 sorbet: Update RBI files and prune files.yaml.
Autogenerated by [a scheduled GitHub Action](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml).
2020-09-22 00:48:51 +00:00
Maxim Belkin
0a0577357f
Merge pull request #8785 from maxim-belkin/cask-audit-cleanup
cask/audit.rb: minor cleanup
2020-09-21 07:34:17 -07:00
Jonathan Chang
187b56304b
Merge pull request #8631 from chenrui333/include-micropython-homepage-to-cert-error-allow-list
audit: allowlist some formulae homepage cert issues
2020-09-21 23:45:03 +10:00
Mike McQuaid
0447b2200f
dev-cmd/pull: recommend gh over hub.
`gh` is the official GitHub tool and better maintained at this point.
2020-09-21 12:12:03 +01:00
Maxim Belkin
0d3cc7cd82
cask/audit.rb: minor cleanup 2020-09-21 04:40:32 -05:00
Jonathan Chang
e082da45b8
Merge pull request #8754 from jonchang/refactor-git-cmds
dev-cmd/pr-pull: refactor and add tests
2020-09-21 18:58:52 +10:00
Issy Long
5dbf31522f
Merge pull request #8766 from issyl0/brew-typecheck-ci
dev-cmd/typecheck: Group all automatic updates code into one \`--ci\` switch
2020-09-21 09:39:36 +01:00
Issy Long
bb0fc2764e
dev-cmd/typecheck: Make an --update switch for automatic updates
- This was suggested in https://github.com/Homebrew/brew/pull/8741#discussion_r490949486.
2020-09-21 08:58:58 +01:00
Mike McQuaid
cd4a3c0588
Merge pull request #8783 from Homebrew/tapioca-update
sorbet: update RBI files using Tapioca.
2020-09-21 08:50:29 +01:00
dependabot-preview[bot]
01a093dd54
build(deps): bump regexp_parser from 1.7.1 to 1.8.0 in /Library/Homebrew
Bumps [regexp_parser](https://github.com/ammar/regexp_parser) from 1.7.1 to 1.8.0.
- [Release notes](https://github.com/ammar/regexp_parser/releases)
- [Changelog](https://github.com/ammar/regexp_parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ammar/regexp_parser/compare/v1.7.1...v1.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-21 05:25:10 +00:00
BrewTestBot
4aa11717ae sorbet: update RBI files using Tapioca.
Autogenerated by [a scheduled GitHub Action](https://github.com/Homebrew/brew/blob/master/.github/workflows/tapioca.yml).
2020-09-21 00:45:25 +00:00
Miccal Matthews
431b9c0742
Merge pull request #8778 from miccal/unpack-strategy-dmg
unpack_strategy/dmg: remove deprecated IDME attach flag
2020-09-21 08:05:32 +08:00
Jonathan Chang
08059680f0 diagnostic: fix xattr check
Python emits the version on either stderr or stdout based on major
version, so just to be safe let's use popen_read and combine the
output streams.
2020-09-21 01:15:31 +10:00
Jonathan Chang
f6cd7b72f4
Merge pull request #8757 from reitermarkus/desc-the
Check for descriptions starting with “the”.
2020-09-20 15:36:27 +10:00
Jonathan Chang
4b4510d22d dev-cmd/pr-pull: refactor and test autosquash! 2020-09-20 13:44:44 +10:00
Jonathan Chang
99a5aa07ad dev-cmd/pr-pull: refactor and test signoff! 2020-09-20 13:44:44 +10:00
Jonathan Chang
0bb2c96cfc dev-cmd/pr-pull: use commit message helper 2020-09-20 13:23:40 +10:00
Jonathan Chang
cdfb1badcf utils/git: helper function to get commit msg 2020-09-20 13:23:01 +10:00
Jonathan Chang
d116087af6 dev-cmd/pr-pull: tests for bump subject 2020-09-20 13:22:57 +10:00
Jonathan Chang
146664b45f utils/git: cherry-pick test 2020-09-20 13:21:27 +10:00
Jonathan Chang
d09ebf428f utils/git: new file_at_commit function 2020-09-20 13:21:27 +10:00
Jonathan Chang
04687aef93 dev-cmd/pr-pull: don't assume a master branch 2020-09-20 13:21:27 +10:00
Jonathan Chang
415c36041a dev-cmd/pr-pull: use GitHub API to get PR commits 2020-09-20 13:21:27 +10:00
Markus Reiter
8a40afcc8a Update vendored Gems. 2020-09-20 03:19:39 +02:00
miccal
54e4be2f64 unpack_strategy/dmg: remove deprecated IDME attach flag 2020-09-19 21:20:25 +08:00
Issy Long
cb027474f5
Merge pull request #8774 from reitermarkus/sorbet-fixes
Fix some typechecking errors.
2020-09-19 09:24:45 +01:00
Markus Reiter
78cd6dc0a9 Allow “macOS virtual machines” in descriptions. 2020-09-19 04:30:54 +02:00
Markus Reiter
05a84c5a3f Explicitly specify block argument for each methods. 2020-09-19 02:03:56 +02:00
Markus Reiter
cc3eceb04f Fix inreplace signature. 2020-09-19 02:03:56 +02:00
Markus Reiter
e3646c9b4e Remove unneeded back-references. 2020-09-19 02:03:56 +02:00
Issy Long
191a82d4eb
sorbet/files.yaml: Merge the two false lists into one
- I've been asked a couple of times now what the two different `false:`
  lists mean. And the answer is "nothing". So to avoid confusion (and to
  stop my YAML linter moaning about duplicate keys), merge the two lists
  and re-alphabetize.
2020-09-18 21:57:02 +01:00
Rylan Polster
e686a392c5 bump-formula-pr: add message to check resources 2020-09-18 13:48:28 -04:00
Seeker
cf37ff65ab pypi: do not use formula name as PyPI package name 2020-09-18 09:40:41 -07:00
Issy Long
7ecb73f9da
sorbet/files.yaml: Preserve newline at EOF 2020-09-18 14:59:04 +01:00
Mike McQuaid
5b70d1b508
Merge pull request #8763 from Homebrew/tapioca-update
sorbet: update RBI files using Tapioca.
2020-09-18 14:26:55 +01:00
BrewTestBot
e03a1b822c sorbet: update RBI files using Tapioca.
Autogenerated by [a scheduled GitHub Action](https://github.com/Homebrew/brew/blob/master/.github/workflows/tapioca.yml).
2020-09-18 12:07:30 +00:00
dependabot-preview[bot]
09ce3fc27f
build(deps): bump sorbet-runtime in /Library/Homebrew
Bumps [sorbet-runtime](https://github.com/sorbet/sorbet) from 0.5.5912 to 0.5.5913.
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-18 12:04:58 +00:00
Issy Long
b19be31de7
Merge pull request #8760 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.5913
build(deps): bump sorbet from 0.5.5912 to 0.5.5913 in /Library/Homebrew
2020-09-18 13:03:50 +01:00