Mike McQuaid
5588beb3db
Merge pull request #8597 from dtrodrigues/creator-license
...
formula_creator: autodetect license from GitHub when available
2020-09-04 08:57:44 +01:00
Markus Reiter
5008a841fc
Fix missing method problem
in Cask::Audit
.
2020-09-04 08:08:44 +02:00
Markus Reiter
4cc111ce6d
Merge pull request #8595 from reitermarkus/skip-appcast
...
Support `--no-appcast` for `brew cask audit`.
2020-09-04 06:54:23 +02:00
Dustin Rodrigues
a89e0b40dc
Merge pull request #8596 from dtrodrigues/fink-url
...
search: use https for fink query url
2020-09-04 00:43:32 -04:00
Dustin Rodrigues
70c1f39ec0
formula_creator: autodetect license from GitHub when available
2020-09-04 00:20:53 -04:00
Dustin Rodrigues
b3c991a674
search: use https for fink query url
2020-09-04 00:06:43 -04:00
Markus Reiter
f1bf6c03c3
Add tests for implications.
2020-09-04 05:29:56 +02:00
Markus Reiter
16c17433d5
Fix passing options through Auditor
.
2020-09-04 05:19:33 +02:00
Markus Reiter
7c05b2f231
Support --no-appcast
for brew cask audit
.
2020-09-04 04:47:31 +02:00
Markus Reiter
e5b56e485f
Move cask audit implications into Audit
.
2020-09-04 04:47:31 +02:00
BrewTestBot
bfea8621d0
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-04 00:20:03 +00:00
Maxim Belkin
de736ffb7d
system_config.rb: show system Ruby info on Linux
2020-09-03 19:25:58 +00:00
Markus Reiter
793ab30bb0
Merge pull request #8593 from reitermarkus/homebrew-debug
...
Re-add `HOMEBREW_DEBUG` environment variable.
2020-09-03 20:43:42 +02:00
Markus Reiter
2dbaaf35aa
Merge pull request #8592 from reitermarkus/desc-cache-ignore-exceptions
...
Ignore `FormulaUnreadableError` in `Formula.each`.
2020-09-03 20:21:02 +02:00
Markus Reiter
e0202e3ba9
Re-add HOMEBREW_DEBUG
environment variable.
2020-09-03 20:16:16 +02:00
Mike McQuaid
197e1f304d
Merge pull request #8590 from maxim-belkin/quiet-ruby-test
...
cleanup.rb: quiet down Ruby test
2020-09-03 19:10:24 +01:00
Markus Reiter
8fb769e60c
Ignore FormulaUnreadableError
in Formula.each
.
2020-09-03 19:48:18 +02:00
Maxim Belkin
896c93b819
cleanup.rb: quiet down Ruby test
2020-09-03 17:24:25 +00:00
Sean Molenaar
9ac31942fb
audit: allow pre-releases in cask-versions
2020-09-03 17:38:37 +02:00
Dustin Rodrigues
5ce013b0d0
Merge pull request #8576 from dtrodrigues/revision-audit
...
audit: compare current version to last committed version when seeing if revision should be reset
2020-09-03 10:32:42 -04:00
Dustin Rodrigues
76ec69e3c3
audit: compare current version to last committed version when seeing if revision should be removed
2020-09-03 10:02:28 -04:00
Mike McQuaid
c9b8a3ef6d
Merge pull request #8587 from MikeMcQuaid/docker-homebrew-lowercase
...
workflows: make homebrew lowercase again for Docker.
2020-09-03 13:58:16 +01:00
Mike McQuaid
64c99822fc
Merge pull request #8586 from MikeMcQuaid/formula_patches
...
compat/formula: re-add super.
2020-09-03 13:53:35 +01:00
Mike McQuaid
0c9e1914c8
Merge pull request #8585 from Homebrew/tapioca-update
...
sorbet: update RBI files using Tapioca.
2020-09-03 13:37:49 +01:00
Mike McQuaid
5ac1ea8762
workflows: make homebrew lowercase again for Docker.
...
Otherwise this fails.
2020-09-03 13:31:34 +01:00
Mike McQuaid
2c2b7ef2a6
compat/formula: re-add super.
...
I missed the `respond_to?(:patches)` here which broke patches.
2020-09-03 13:28:22 +01:00
BrewTestBot
d900b8e81f
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-03 12:09:52 +00:00
Mike McQuaid
a7c777c976
Merge pull request #8584 from Homebrew/docker-tweaks
...
workflows: tweak docker.
2020-09-03 12:23:13 +01:00
Mike McQuaid
a5fae14f1f
workflows: tweak docker.
...
- Note GitHub Packages specifically in step names
- Use uppercase for Homebrew name/tag (in case it makes a difference)
- Use `--password-stdin` to avoid a warning
2020-09-03 11:16:59 +01:00
Issy Long
ef1181cd0d
Merge pull request #8583 from issyl0/pr-publish-github-missing-require
...
utils/github: Fix 'uninitialized constant Utils::Shell'
2020-09-03 11:16:43 +01:00
Mike McQuaid
3c48357fbc
Merge pull request #8513 from MikeMcQuaid/2.5-deprecations
...
Deprecate/disable code for Homebrew 2.5.0.
2020-09-03 11:09:33 +01:00
Mike McQuaid
2e5272d04c
Deprecate/disable code for Homebrew 2.5.0.
...
Do the usual "disable deprecations" and "uncomment pending deprecations"
dance and delete/deprecate/disable relevant/related code.
2020-09-03 10:34:22 +01:00
Mike McQuaid
2b3d1e7a52
Merge pull request #8582 from Homebrew/tapioca-update
...
sorbet: update RBI files using Tapioca.
2020-09-03 10:25:55 +01:00
Issy Long
c92ba20be3
utils/github: Fix 'uninitialized constant Utils::Shell'
...
- I tried `brew pr-publish` on Linux (as we don't have an auto-merge
Action over there) and it failed with the following error:
```
Error: uninitialized constant Utils::Shell
Please report this issue:
https://docs.brew.sh/Troubleshooting
/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/utils/github.rb:69:in `initialize'
/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/utils/github.rb:278:in `exception'
/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/utils/github.rb:278:in `raise'
/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/utils/github.rb:278:in `raise_api_error'
/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/utils/github.rb:228:in `open_api'
/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/utils/github.rb:464:in `workflow_dispatch_event'
/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/dev-cmd/pr-publish.rb:43:in `block in pr_publish'
/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/dev-cmd/pr-publish.rb:33:in `each'
/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/dev-cmd/pr-publish.rb:33:in `pr_publish'
/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/brew.rb:119:in `<main>'
```
2020-09-03 10:24:09 +01:00
Mike McQuaid
0aed6e9121
Merge pull request #8306 from maxim-belkin/fix-cleanup-ruby-logic
...
Fix cleanup ruby logic
2020-09-03 10:16:09 +01:00
Mike McQuaid
5875ffa16e
Merge pull request #8569 from Homebrew/github-container-registry
...
workflows: migrate to GitHub Container Registry.
2020-09-03 10:04:13 +01:00
BrewTestBot
5c2abf5077
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-03 09:02:14 +00:00
Mike McQuaid
38d80d44bc
Merge pull request #8581 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.5890
...
build(deps): bump sorbet from 0.5.5888 to 0.5.5890 in /Library/Homebrew
2020-09-03 09:51:47 +01:00
Maxim Belkin
a6d29894d9
cleanup: fix and reuse portable ruby logic.
...
Align the logic in `cleanup_portable_ruby` with that in `ruby.sh`.
Co-authored-by: Maxim Belkin <maxim.belkin@gmail.com>
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-09-03 09:43:41 +01:00
Mike McQuaid
8d07f4f15c
workflows: migrate to GitHub Container Registry.
...
This seems a better fit for us (unauthenticated anonymous access) than
GitHub Packages Docker registry was.
Followed steps on:
https://docs.github.com/en/packages/getting-started-with-github-container-registry/migrating-to-github-container-registry-for-docker-images
2020-09-03 09:41:37 +01:00
dependabot-preview[bot]
bad97317bc
build(deps): bump sorbet from 0.5.5888 to 0.5.5890 in /Library/Homebrew
...
Bumps [sorbet](https://github.com/sorbet/sorbet ) from 0.5.5888 to 0.5.5890.
- [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-03 07:24:05 +00:00
Vidushee Amoli
9b3bcfa70f
Merge pull request #8580 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-runtime-0.5.5890
...
build(deps): bump sorbet-runtime from 0.5.5888 to 0.5.5890 in /Library/Homebrew
2020-09-03 12:52:45 +05:30
dependabot-preview[bot]
2a5afb2896
build(deps): bump sorbet-runtime in /Library/Homebrew
...
Bumps [sorbet-runtime](https://github.com/sorbet/sorbet ) from 0.5.5888 to 0.5.5890.
- [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-03 06:52:39 +00:00
Markus Reiter
233cac0d95
Merge pull request #8537 from miccal/cask_symlink
...
cask/artifact/symlinked: allow --force to overwrite symbolic links
2020-09-03 07:55:44 +02:00
miccal
5d0957ac81
cask/artifact/symlinked: allow --force to overwrite symbolic links
2020-09-03 13:28:29 +08:00
Sean Molenaar
742b3faaa4
Merge pull request #8351 from SMillerDev/audit/pre_release
...
add cask pre-release check
2020-09-02 22:00:39 +02:00
Dustin Rodrigues
f5b71af6de
Merge pull request #8575 from dtrodrigues/typo-fixes
...
minor typo fixes
2020-09-02 13:46:47 -04:00
Sean Molenaar
74ba8cc2df
Style fix in cask audit
...
Co-authored-by: Markus Reiter <me@reitermark.us>
2020-09-02 19:13:46 +02:00
Mike McQuaid
8604cdb15a
Merge pull request #8541 from claui/fix-patch-stdout
...
Return standard output in `popen_write`
2020-09-02 17:48:12 +01:00
Dustin Rodrigues
d400b151e7
minor typo fixes
2020-09-02 12:23:14 -04:00