Markus Reiter
6a125401c7
Unescape URL before parsing a version from it.
2020-12-19 19:34:18 -05:00
Markus Reiter
7555556be8
Support block in PageMatch strategy.
2020-12-19 19:34:18 -05:00
Markus Reiter
1857e0ebfa
Skip discontinued, latest and unversioned casks.
2020-12-19 19:34:18 -05:00
Markus Reiter
aba4eac8ab
Support multiple capture groups in PageMatch strategy.
2020-12-19 19:34:18 -05:00
Markus Reiter
df70296403
Allow extracting file name in FollowRedirection strategy.
2020-12-19 19:34:18 -05:00
Markus Reiter
b3c46ba2b9
Allow extracting URL in Sparkle strategy.
2020-12-19 19:34:17 -05:00
Markus Reiter
10b5548eac
Fix page_headers method for multiple headers.
2020-12-19 19:34:17 -05:00
Markus Reiter
7762a597d6
Don't preprocess URL for Sparkle strategy.
2020-12-19 19:34:17 -05:00
Markus Reiter
05971c0965
Fix order of livecheck in casks.
2020-12-19 19:34:17 -05:00
Markus Reiter
51274fb02a
Increase priority of GithubLatest livecheck strategy.
2020-12-19 19:34:17 -05:00
Markus Reiter
c24af82a25
Add Sparkle livecheck strategy.
2020-12-19 19:34:17 -05:00
Markus Reiter
b293acc89b
Add FollowRedirection livecheck strategy.
2020-12-19 19:34:16 -05:00
Markus Reiter
f5d311490c
Add page_headers and page_contents helpers.
2020-12-19 19:34:16 -05:00
Markus Reiter
24046c3182
Merge pull request #10069 from samford/curl-add-debug-retry_request_parameters
...
Curl: Add optional debug and retry parameters
2020-12-20 01:32:10 +01:00
Sam Ford
27b7713f1e
Expand tests for Curl#curl_args
2020-12-19 18:13:15 -05:00
Sam Ford
e687774e8a
Curl: Allow option to omit --retry in curl_args
2020-12-19 18:11:45 -05:00
Sam Ford
9d92ed868b
Curl: Add debug parameter to curl_with_workarounds
2020-12-19 18:03:27 -05:00
FX Coudert
27c4b9c236
Merge pull request #10047 from iMichka/config
...
formula: add std_configure_args
2020-12-19 23:50:19 +01:00
Michka Popoff
986f65b973
formula: add std_configure_args
...
Most commonly used configure args
libdir is set to lib to enforce the usage of the single lib folder
on linux, instead of installing to lib64 on some systems.
2020-12-19 22:27:29 +01:00
Markus Reiter
3f6a930044
Merge pull request #10067 from reitermarkus/sudo-prompt
...
Fix `sudo` prompt.
2020-12-19 21:40:16 +01:00
Markus Reiter
5ac2a6c05a
Merge pull request #10066 from samford/systemcommand-add-debug-option
...
Systemcommand: Add debug option
2020-12-19 20:49:22 +01:00
Markus Reiter
b1b4518998
Fix sudo prompt.
2020-12-19 19:41:24 +01:00
Sam Ford
778e1d6234
SystemCommand: Default debug and verbose to nil
2020-12-19 10:01:43 -05:00
Sam Ford
d94afb91dd
SystemCommand: Add debug parameter
2020-12-19 09:33:28 -05:00
Markus Reiter
a065dbcc9b
Merge pull request #10061 from reitermarkus/parser-warning
...
Hide `parser` warning.
2020-12-18 21:43:58 +01:00
Markus Reiter
18e414683d
Merge pull request #10051 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-rspec-2.1.0
...
build(deps): bump rubocop-rspec from 2.0.1 to 2.1.0 in /Library/Homebrew
2020-12-18 20:36:31 +01:00
Markus Reiter
bdfa7a757d
Hide parser warning.
2020-12-18 19:37:29 +01:00
Mike McQuaid
ad4e515651
Merge pull request #10060 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.6164
...
build(deps): bump sorbet from 0.5.6155 to 0.5.6164 in /Library/Homebrew
2020-12-18 18:16:42 +00:00
BrewTestBot
207a45b526
Update RBI files for sorbet.
2020-12-18 17:04:34 +00:00
BrewTestBot
19435e6f17
Update RBI files for rubocop-rspec.
2020-12-18 17:03:48 +00:00
BrewTestBot
252580fb51
brew vendor-gems: commit updates.
2020-12-18 17:03:47 +00:00
BrewTestBot
019dd9fbec
brew vendor-gems: commit updates.
2020-12-18 17:02:57 +00:00
dependabot[bot]
4cb57a21d0
build(deps): bump sorbet from 0.5.6155 to 0.5.6164 in /Library/Homebrew
...
Bumps [sorbet](https://github.com/sorbet/sorbet ) from 0.5.6155 to 0.5.6164.
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
Signed-off-by: dependabot[bot] <support@github.com>
2020-12-18 16:52:12 +00:00
dependabot[bot]
df9082cab5
build(deps): bump rubocop-rspec from 2.0.1 to 2.1.0 in /Library/Homebrew
...
Bumps [rubocop-rspec](https://github.com/rubocop-hq/rubocop-rspec ) from 2.0.1 to 2.1.0.
- [Release notes](https://github.com/rubocop-hq/rubocop-rspec/releases )
- [Changelog](https://github.com/rubocop-hq/rubocop-rspec/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop-hq/rubocop-rspec/compare/v2.0.1...v2.1.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-12-18 16:51:48 +00:00
Markus Reiter
89e5d80d18
Merge pull request #10046 from reitermarkus/sigint
...
Improve handling of SIGINT.
2020-12-18 17:44:30 +01:00
Markus Reiter
2dd40720f0
Add test for SystemCommand with SIGINT handler.
2020-12-18 16:48:49 +01:00
Markus Reiter
3db55d13d6
Improve handling of SIGINT.
2020-12-18 16:48:49 +01:00
Mike McQuaid
ecfd77ed62
Merge pull request #10059 from EricFromCanada/pr-pull-workflow-disable
...
pr-pull: disable --workflow flag
2020-12-18 15:38:52 +00:00
Mike McQuaid
7333c46e53
Merge pull request #10058 from MikeMcQuaid/build_from_source_dependencies
...
formula_installer: exclude more from build-from-source warning.
2020-12-18 15:25:32 +00:00
EricFromCanada
69255d268d
pr-pull: disable --workflow flag
...
Replaced by --workflows.
2020-12-18 10:09:23 -05:00
Mike McQuaid
2777369da7
formula_installer: exclude more from build-from-source warning.
...
We should only complain when installing requested formulae that aren't
currently installed.
2020-12-18 14:56:01 +00:00
Mike McQuaid
603a0599cb
Merge pull request #10056 from MikeMcQuaid/more-deprecations
...
More deprecations
2020-12-18 14:47:26 +00:00
Mike McQuaid
74fb058c7e
More deprecations
...
More deprecations, disabling and removal for Homebrew 2.7.0.
2020-12-18 14:17:37 +00:00
Mike McQuaid
6fc1570134
Merge pull request #10044 from MikeMcQuaid/more_bottle_library_changes
...
More bottling HOMEBREW_LIBRARY changes
2020-12-18 14:16:14 +00:00
Mike McQuaid
68dbbc0a34
Merge pull request #10057 from MikeMcQuaid/github_search_delete_prefix
...
utils/github: tweak search_code style.
2020-12-18 14:15:55 +00:00
Mike McQuaid
e2d032a6b6
keg_relocate: ensure @@HOMEBREW_REPOSITORY@@ is always relocated.
...
This will be needed to pour older bottles after 2.7.0.
2020-12-18 13:50:10 +00:00
Mike McQuaid
0bbf965807
More bottling HOMEBREW_LIBRARY changes
...
- Refuse to create bottles which have non-relocatable references to
`HOMEBREW_LIBRARY`. This allows us to make all bottles ignore where
`HOMEBREW_REPOSITORY` is (even those that aren't `cellar :any`).
I cannot see any circumstances in which any bottle should link to
anything within `HOMEBREW_REPOSITORY`.
- Remove audit that becomes unnecessary given the above change.
- Relocate references to `@HOMEBREW_LIBRARY@` but don't actually write
any references yet. This will allow us to move to using
`@HOMEBREW_LIBRARY` and remove all relocation of `HOMEBREW_REPOSITORY`
in a future release (2.7.1, most likely).
2020-12-18 13:50:10 +00:00
Mike McQuaid
3f2afc0eb2
utils/github: tweak search_code style.
...
As suggested by reitermarkus in
https://github.com/Homebrew/brew/pull/10055#discussion_r545829663
2020-12-18 13:47:57 +00:00
Mike McQuaid
be893d5a56
Merge pull request #10055 from MikeMcQuaid/fix-github-search
...
Fix GitHub search behaviour change
2020-12-18 13:47:26 +00:00
Mike McQuaid
48c0c673f8
Fix GitHub search behaviour change
...
Handle the case where paths are now returned with preceding `/`.
2020-12-18 13:21:06 +00:00