Sam Ford
1c8022ef48
Pypi: Update page_url to avoid redirection
2020-12-13 16:21:37 -05:00
Sam Ford
0ab449c577
Hackage: Update page_url to avoid redirection
2020-12-13 16:21:28 -05:00
hyuraku
4f0b7255ac
style: add two options
2020-12-13 23:05:08 +09:00
Markus Reiter
ced0da159f
Merge pull request #9129 from reitermarkus/tc-docs
...
Improve type checking documentation.
2020-12-13 04:23:47 +01:00
Markus Reiter
3e63acad67
Mention type checking documentation when brew typecheck
fails.
2020-12-13 03:46:35 +01:00
Markus Reiter
0e9b664d85
Update type checking documentation.
2020-12-13 03:39:15 +01:00
Markus Reiter
d81f9bc6d4
Add brew typecheck
to pull request template.
2020-12-13 03:39:15 +01:00
Markus Reiter
287dfee35f
Properly handle ~
artifact targets.
2020-12-13 03:31:34 +01:00
Sam Ford
baac12b0bd
Merge pull request #8578 from SeekingMeaning/livecheck/casks
...
livecheck: add support for casks
2020-12-12 18:20:17 -05:00
Sam Ford
15a868c5e6
dev-cmd/livecheck: respect --cask and --formula
...
When running `brew livecheck --cask` or `brew livecheck --formula`,
livecheck wasn't properly respecting these flags. It should have
worked by only including the casks or formulae in the watchlist but
instead these flags were treating all the names in the watchlist as
formulae or casks, which doesn't work properly.
This addresses the issue by always using `#to_formulae_and_casks`
on the watchlist names and then using `#reject` to conditionally
exclude formulae or casks based on whether the related flags were
passed to `brew livecheck`.
2020-12-12 17:43:26 -05:00
Sam Ford
b041f76ee9
Update manpage
2020-12-12 17:43:26 -05:00
Sam Ford
9d08f09714
livecheck: assume type of formula_or_cask less
2020-12-12 17:43:26 -05:00
Sam Ford
704ec8abf0
livecheck: reinstate previous order of hashes
2020-12-12 17:43:26 -05:00
Sam Ford
c1e5eec826
livecheck: reinstate head_only? condition order
2020-12-12 17:43:26 -05:00
Sam Ford
d316b7c802
livecheck: rename variables for clarity
2020-12-12 17:43:25 -05:00
Sam Ford
7b14f7446d
dev-cmd/livecheck: format usage_banner
2020-12-12 17:43:25 -05:00
Sam Ford
ad544e465d
Add livecheck group to cask stanza order
2020-12-12 17:43:25 -05:00
Markus Reiter
b8e10a47dd
Update man page.
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
12d8d6d2e2
Merge pull request #9530 from dawidd6/tighten-bottle-json
...
pr-upload: tighten json_files glob
2020-12-12 23:21:48 +01:00
Dawid Dziurla
d91e5358cb
pr-upload: tighten json_files glob
2020-12-12 22:59:28 +01:00
Rylan Polster
fb675d33fb
Merge pull request #9528 from Rylan12/update-virtualenv
...
language/python: update homebrew-virtualenv resource
2020-12-12 14:53:38 -05:00
Markus Reiter
4e6d700c28
Merge pull request #9527 from Rylan12/remove-stale-bot
...
Remove stale.yml
2020-12-12 20:48:51 +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
Rylan Polster
7df1317a03
Remove stale.yml
2020-12-12 12:29:42 -05:00
Markus Reiter
d5283a77b9
Merge pull request #9523 from reitermarkus/audit-url-do-verified
...
Ignore `verified` for `url do` blocks.
2020-12-12 06:34:06 +01:00
Markus Reiter
6e5cf565e3
Ignore verified
for url do
blocks.
2020-12-12 06:01:26 +01:00
Sam Ford
52647e2757
Merge pull request #9510 from vladimyr/livecheck-cpan
...
livecheck: CPAN strategy
2020-12-11 22:33:31 -05: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