Alexander Bayandin
3e53d5ba70
Merge pull request #10028 from bayandin/do-not-automerge-draft-prs
...
dev-cmd/pr-automerge: exclude draft PRs
2020-12-15 16:01:56 +00:00
Markus Reiter
1ed31206bc
Merge pull request #10029 from reitermarkus/bundle-version
...
Add `BundleVersion` class.
2020-12-15 16:39:31 +01:00
Markus Reiter
d81e9009e1
Merge pull request #9541 from reitermarkus/audit-livecheck
...
Add audit for `livecheck` in casks.
2020-12-15 16:19:06 +01:00
Markus Reiter
7dbb9b406b
Fix type signatures in BundleVersion.
2020-12-15 15:37:40 +01:00
Maxim Belkin
e6c08bd9a5
vendor-install: wrap ldd-checking code in a function
...
and call it in `homebrew-vendor-install()` on Linux.
2020-12-15 08:34:28 -06:00
Maxim Belkin
40cd44a45f
cmd/vendor-install.sh: fail for old Glibc
2020-12-15 08:34:27 -06:00
Alexander Bayandin
5607e4a947
dev-cmd/pr-automerge: exclude draft PR
2020-12-15 14:24:31 +00:00
Mike McQuaid
87dd13aea6
Deprecate cask requirements.
...
This probably has to wait until 2.7.0 now and will require a bunch of
formula changes/deprecations but we should probably start moving in this
direction given we're not installing any of these on our CI any more.
2020-12-15 14:19:45 +00:00
EricFromCanada
1acb085574
update-report: summarize updated casks for --preinstall
...
Also, show less output if --quiet is passed.
2020-12-15 08:47:34 -05:00
Markus Reiter
30c35659b6
Fix #nice_version.
2020-12-15 14:24:17 +01:00
Markus Reiter
91d6009891
Remove special case for XQuartz.
2020-12-15 14:24:17 +01:00
Markus Reiter
7b9556db06
Remove trailing version from short_version.
2020-12-15 14:24:17 +01:00
Markus Reiter
7c6116af99
Remove fallback for BundleVersion.
2020-12-15 14:24:17 +01:00
Markus Reiter
849321cbff
Prefer version for comparision of BundleVersions.
2020-12-15 14:24:17 +01:00
Markus Reiter
d2ff879496
Add BundleVersion class.
2020-12-15 14:24:17 +01:00
Mike McQuaid
34b9fe1338
Merge pull request #9542 from MikeMcQuaid/odeprecated-deprecate-disable
...
odeprecated: handle deprecated and disabled formulae.
2020-12-15 13:06:54 +00:00
Mike McQuaid
d8c2596ef8
Merge pull request #10025 from MikeMcQuaid/compatible_cellar_any
...
software_spec: fix cellar any handling.
2020-12-15 12:06:17 +00:00
Mike McQuaid
4bb8becf60
odeprecated: handle deprecated and disabled formulae.
...
It's not useful to spend time complaining about or fixing deprecations
or disables in deprecated or disabled formulae given we already complain
on install and don't run them through CI.
2020-12-15 12:04:29 +00:00
Markus Reiter
eab2ba852a
Merge pull request #10023 from Homebrew/sorbet-files-update
...
sorbet: Update RBI files.
2020-12-15 12:38:19 +01:00
Mike McQuaid
831d034303
software_spec: fix cellar any handling.
...
`cellar :any` actually requires no references to the cellar, prefix or
repository (not just cellar) so we can pour those bottles anywhere
regardless of the cellar, prefix or repository.
2020-12-15 11:32:10 +00:00
Mike McQuaid
61f9525974
Merge pull request #10024 from sjackman/sj/force-bottle
...
Fix install --force-bottle for non-standard prefix
2020-12-15 10:49:37 +00:00
Markus Reiter
d49f31cdea
Merge pull request #9531 from reitermarkus/tilde-artifact-targets
...
Properly handle `~` artifact targets.
2020-12-15 09:29:58 +01:00
Markus Reiter
0efd5d55d3
Merge pull request #9516 from reitermarkus/ci-stderr
...
Fix broken output on CI.
2020-12-15 09:29:25 +01:00
Shaun Jackman
33483e9478
Fix install --force-bottle for non-standard prefix
...
Fix the error:
Error: undefined method `stage' for nil:NilClass
formula_installer.rb:1132:in `block in pour'
2020-12-15 00:04:36 -08:00
Michka Popoff
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
BrewTestBot
91608a67f2
sorbet: Update RBI files.
...
Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml ) workflow.
2020-12-15 01:36:02 +00:00
Sam Ford
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 Reiter
b0a3b60292
Merge pull request #9540 from reitermarkus/unversioned-pkgs
...
Fix parsing version from `PackageInfo` files.
2020-12-14 18:13:49 +01:00
Markus Reiter
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
f711352cfd
Add audit for livecheck in casks.
2020-12-14 15:44:35 +01:00
Markus Reiter
e3818ee51e
Fix parsing version from PackageInfo files.
2020-12-14 15:29:32 +01:00
Markus Reiter
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 McQuaid
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 McQuaid
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 McQuaid
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]
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
hyuraku
4f0b7255ac
style: add two options
2020-12-13 23:05:08 +09: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