Commit Graph
20522 Commits
Author SHA1 Message Date
Markus ReiterandGitHub d49f31cdea Merge pull request #9531 from reitermarkus/tilde-artifact-targets
Properly handle `~` artifact targets.
2020-12-15 09:29:58 +01:00
Markus ReiterandGitHub 0efd5d55d3 Merge pull request #9516 from reitermarkus/ci-stderr
Fix broken output on CI.
2020-12-15 09:29:25 +01:00
Michka PopoffandGitHub 3d56d1b7e6 Merge pull request #9522 from sjackman/sj/patchelf-rb-write
Enable HOMEBREW_PATCHELF_RB_WRITE by default
2020-12-15 08:17:38 +01:00
Sam FordandGitHub 26a59c9c92 Merge pull request #9536 from samford/update-livecheck-strategies-to-avoid-redirections
Update livecheck strategies to avoid unnecessary redirections
2020-12-14 19:22:27 -05:00
Markus ReiterandGitHub b0a3b60292 Merge pull request #9540 from reitermarkus/unversioned-pkgs
Fix parsing version from `PackageInfo` files.
2020-12-14 18:13:49 +01:00
Markus ReiterandGitHub dc2006d5ff Merge pull request #9429 from hyuraku/repair-brew-edit-error-message
add path name to brew edit error message
2020-12-14 17:14:00 +01:00
Markus Reiter e3818ee51e Fix parsing version from PackageInfo files. 2020-12-14 15:29:32 +01:00
Markus ReiterandGitHub 7331a9ba51 Merge pull request #9539 from reitermarkus/bump-unversioned-casks
Also cache failed version bump attempts.
2020-12-14 15:21:44 +01:00
Mike McQuaidandGitHub 1a52862e6d Merge pull request #9424 from EricFromCanada/flag-replacement
pr-pull: prepare replacement for --workflow flag
2020-12-14 12:44:26 +00:00
Mike McQuaidandGitHub 77561fccc2 Merge pull request #9501 from rgant/double-shallow-clone-check
Check for both shallow clones at the same time.
2020-12-14 12:31:20 +00:00
Mike McQuaidandGitHub 03cdf5c28a Merge pull request #9512 from MikeMcQuaid/unbottled_error
Fix unbottled dependency handling
2020-12-14 12:17:37 +00:00
Markus Reiter 01cd373c34 Also cache failed version bump attempts. 2020-12-14 13:02:52 +01:00
BrewTestBot 87b914387f Update RBI files for sorbet. 2020-12-14 08:21:41 +00:00
BrewTestBot 625fae636d brew vendor-gems: commit updates. 2020-12-14 08:20:55 +00:00
dependabot[bot]andGitHub 38952aef21 build(deps): bump sorbet from 0.5.6141 to 0.5.6154 in /Library/Homebrew
Bumps [sorbet](https://github.com/sorbet/sorbet) from 0.5.6141 to 0.5.6154.
- [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-14 07:32:05 +00:00
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
Markus Reiter 3e63acad67 Mention type checking documentation when brew typecheck fails. 2020-12-13 03:46:35 +01:00
Markus Reiter 287dfee35f Properly handle ~ artifact targets. 2020-12-13 03:31:34 +01: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 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 ReiterandSam Ford 3bde9d34a9 Remove version from Livecheck. 2020-12-12 17:43:25 -05:00
Markus ReiterandSam Ford fa64a17ae9 Remove superfluous branch. 2020-12-12 17:43:24 -05:00
Markus ReiterandSam Ford f35829dd37 Load formulae/casks from tap files. 2020-12-12 17:43:24 -05:00
Markus ReiterandSam Ford 00e219caf9 Fix type error. 2020-12-12 17:43:24 -05:00
Markus ReiterandSam Ford af56a99a37 Use symbol for respond_to?. 2020-12-12 17:43:24 -05:00
Markus ReiterandSam Ford fb3a1a408c Fix method call on nil. 2020-12-12 17:43:24 -05:00
Markus ReiterandSam Ford 3b366d05b9 Fix code style. 2020-12-12 17:43:23 -05:00
SeekerandSam Ford 90067ea8ed Add --formula/--formulae and --cask/--casks 2020-12-12 17:43:23 -05:00
SeekerandSam Ford a7b36ee9ea Update help text 2020-12-12 17:43:23 -05:00
SeekerandSam Ford f06f83ca69 Rename livecheck_formulae_and_casks to run_checks 2020-12-12 17:43:23 -05:00
SeekerandSam Ford 064e93df5b Collapse checkable_urls methods into one method 2020-12-12 17:43:23 -05:00
SeekerandSam Ford e40bc65414 Sort formulae_and_casks_to_check in Livecheck#livecheck 2020-12-12 17:43:22 -05:00
SeekerandSam Ford 0e8cebbb5b Store Livecheck#version as symbol or string 2020-12-12 17:43:22 -05:00
SeekerandSam Ford 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
SeekerandSam Ford bf03893227 Add appcast to checkable cask urls 2020-12-12 17:43:22 -05:00
SeekerandSam Ford 71ccd3ccaa Fix typo 2020-12-12 17:43:22 -05:00
SeekerandSam Ford 0a766350b5 Fix :cask_url and allow :appcast 2020-12-12 17:43:21 -05:00
SeekerandSam Ford 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 PolsterandGitHub 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
54546c5f8f Update Library/Homebrew/cmd/update.sh
Co-authored-by: Maxim Belkin <maxim.belkin@gmail.com>
2020-12-11 19:27:54 -05:00