23950 Commits

Author SHA1 Message Date
Sam Ford
ad544e465d
Add livecheck group to cask stanza order 2020-12-12 17:43:25 -05:00
Markus Reiter
3bde9d34a9
Remove version from Livecheck. 2020-12-12 17:43:25 -05:00
Markus Reiter
fa64a17ae9
Remove superfluous branch. 2020-12-12 17:43:24 -05:00
Markus Reiter
f35829dd37
Load formulae/casks from tap files. 2020-12-12 17:43:24 -05:00
Markus Reiter
00e219caf9
Fix type error. 2020-12-12 17:43:24 -05:00
Markus Reiter
af56a99a37
Use symbol for respond_to?. 2020-12-12 17:43:24 -05:00
Markus Reiter
fb3a1a408c
Fix method call on nil. 2020-12-12 17:43:24 -05:00
Markus Reiter
3b366d05b9
Fix code style. 2020-12-12 17:43:23 -05:00
Seeker
90067ea8ed
Add --formula/--formulae and --cask/--casks 2020-12-12 17:43:23 -05:00
Seeker
a7b36ee9ea
Update help text 2020-12-12 17:43:23 -05:00
Seeker
f06f83ca69
Rename livecheck_formulae_and_casks to run_checks 2020-12-12 17:43:23 -05:00
Seeker
064e93df5b
Collapse checkable_urls methods into one method 2020-12-12 17:43:23 -05:00
Seeker
e40bc65414
Sort formulae_and_casks_to_check in Livecheck#livecheck 2020-12-12 17:43:22 -05:00
Seeker
0e8cebbb5b
Store Livecheck#version as symbol or string 2020-12-12 17:43:22 -05:00
Seeker
4b87da4da9
Initial small fixes
- Skip blank lines in watchlist
- Initialize Livecheck#version as nil
- Simplify livecheck_version logic
- Make test a bit more understandable
2020-12-12 17:43:22 -05:00
Seeker
bf03893227
Add appcast to checkable cask urls 2020-12-12 17:43:22 -05:00
Seeker
71ccd3ccaa
Fix typo 2020-12-12 17:43:22 -05:00
Seeker
0a766350b5
Fix :cask_url and allow :appcast 2020-12-12 17:43:21 -05:00
Seeker
6794a78087
livecheck: add support for casks 2020-12-12 17:43:21 -05:00
Dawid Dziurla
d91e5358cb
pr-upload: tighten json_files glob 2020-12-12 22:59:28 +01:00
Rylan Polster
7f260f92b9 language/python: update homebrew-virtualenv resource 2020-12-12 14:24:58 -05:00
Rylan Polster
967636aca0
Merge pull request #9511 from hyuraku/home-add-two-options
add two options (--formula and --cask) to cmd/home
2020-12-12 13:28:09 -05:00
Markus Reiter
6e5cf565e3 Ignore verified for url do blocks. 2020-12-12 06:01:26 +01:00
Shaun Jackman
81716100ae Enable HOMEBREW_PATCHELF_RB_WRITE by default
It may be disabled using HOMEBREW_NO_PATCHELF_RB_WRITE.

It is currently disabled in brew test-bot when building bottles.
2020-12-11 18:08:10 -08:00
J Rob Gant
54546c5f8f
Update Library/Homebrew/cmd/update.sh
Co-authored-by: Maxim Belkin <maxim.belkin@gmail.com>
2020-12-11 19:27:54 -05:00
Sam Ford
5b770e9965
Cpan: Reimplement strategy and improve tests
Co-authored-by: Dario Vladovic <d.vladimyr@gmail.com>
2020-12-11 17:45:03 -05:00
Dario Vladovic
1f30f27c2d
livecheck: CPAN strategy 2020-12-11 17:43:09 -05:00
EricFromCanada
9dec442e71 pr-pull: prepare replacement for --workflow flag 2020-12-11 16:50:03 -05:00
Markus Reiter
9ecdf117b3 Fix broken output on CI. 2020-12-11 22:15:18 +01:00
Seeker
7a22fc2c3e
Merge pull request #9467 from SeekingMeaning/bump-cask-pr-stuff
Refactor `bump-cask-pr`.
2020-12-11 11:01:51 -08:00
J Rob Gant
68e2e48b63
Update the variable names 2020-12-11 12:47:47 -05:00
J Rob Gant
e0c1f9d9d1
Better newlines 2020-12-11 12:43:23 -05:00
Seeker
85373df30e
Merge pull request #9095 from SeekingMeaning/bottle-ast
bottle: add bottle stanza by traversing AST
2020-12-11 09:05:14 -08:00
Mike McQuaid
eb74717a9e
Fix unbottled dependency handling
- Rename `BuildToolsError` to `UnbottledError` to better reflect what it
  does (particularly now)
- Improve the `UnbottledError` messaging
- Raise the `UnbottledError` for dependencies also when building bottles
  (so that we don't try and build bottles against things that have been
  built from source).
2020-12-11 16:57:47 +00:00
hyuraku
16d13fe086 add two options to cmd/home 2020-12-11 23:09:14 +09:00
Mike McQuaid
f87ce3fffb
formula: deprecate!/disable!: deprecate missing or non-ISO 8601 dates.
As requested in https://github.com/Homebrew/homebrew-core/issues/66360
2020-12-11 14:03:21 +00:00
Markus Reiter
ee858aeba3
Merge pull request #9500 from reitermarkus/fix-curl_http_content_headers_and_checksum
Don't add headers to content in `curl_http_content_headers_and_checksum`.
2020-12-11 14:52:32 +01:00
Mike McQuaid
323fec5032
utils/bottles: install bundler gems if necessary. 2020-12-11 12:26:45 +00:00
Markus Reiter
a428aa6617 Wrap guess_cask_version with timeout. 2020-12-11 02:48:12 +01:00
Seeker
b13be5e989 bump-cask-pr: don't add checksum when versioned and has :no_check 2020-12-10 14:53:05 -08:00
Seeker
d291b3c185 Refactor bump-cask-pr.
Co-authored-by: Markus Reiter <me@reitermark.us>
2020-12-10 14:17:10 -08:00
Seeker
b8aa67be5b bottle: add bottle stanza by traversing AST 2020-12-10 13:38:57 -08:00
Dawid Dziurla
6248ab7725
untap: add --force switch
Co-authored-by: Eric Knibbe <enk3@outlook.com>
2020-12-10 22:37:45 +01:00
Seeker
c4da302303 on_macos/on_linux block: improve rubocop message
Co-authored-by: Markus Reiter <me@reitermark.us>
2020-12-10 11:47:25 -08:00
J Rob Gant
290179091a
If the eariler code produced multiple messages I wouldn't have complained. 2020-12-10 13:22:15 -05:00
Markus Reiter
cb2facfec1 Ignore Info.plist for nested apps. 2020-12-10 19:09:46 +01:00
J Rob Gant
e084ba762c
fix typo 2020-12-10 11:20:46 -05:00
J Rob Gant
91df36e67c
Check for both shallow clones at the same time. 2020-12-10 11:14:30 -05:00
FX Coudert
c7ef48ac66
Merge pull request #9499 from fxcoudert/dmg
fixtures: add test.dmg
2020-12-10 14:57:11 +01:00
Francois-Xavier Coudert
35b27cf997 fixtures: add test.dmg.gz 2020-12-10 14:19:56 +01:00