25561 Commits

Author SHA1 Message Date
Shaun Jackman
7fb1620c58 Enable check_repository_references conditionally
Enable check_repository_references when HOMEBREW_PREFIX == HOMEBREW_REPOSITORY.

Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-12-15 12:47:08 -08:00
Shaun Jackman
7b408dffc9 audit: Add check_repository_references
Ensure that any references to HOMEBREW_REPOSITORY
are within HOMEBREW_LIBRARY.
2020-12-15 12:47:08 -08:00
Shaun Jackman
65b9e1231d Relocate HOMEBREW_LIBRARY conditionally
Relocate HOMEBREW_LIBRARY conditionally when
HOMEBREW_PREFIX = HOMEBREW_REPOSITORY.
2020-12-15 12:47:08 -08:00
Shaun Jackman
4edf28409d Relocate @@HOMEBREW_REPOSITORY@@/Library
Ensure that $HOMEBREW_REPOSITORY/Library is relocated to
@@HOMEBREW_REPOSITORY@@/Library even when
HOMEBREW_PREFIX = HOMEBREW_REPOSITORY.
2020-12-15 12:47:08 -08:00
Dawid Dziurla
d73fc480a7
Merge pull request #9489 from dawidd6/untap-force
untap: add --force switch
2020-12-15 18:48:41 +01:00
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
60ae3da4df
Merge pull request #10026 from MikeMcQuaid/test-bot-build-from-source
manpage: test-bot: add --build-from-source.
2020-12-15 12:59:40 +00:00
Mike McQuaid
bf4c5f6d33
manpage: test-bot: add --build-from-source.
Needed due to https://github.com/Homebrew/homebrew-test-bot/pull/538
2020-12-15 12:20:20 +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
Sean Molenaar
2ddbaa6723
Merge pull request #9515 from SMillerDev/docs/plist_cookbook
docs: add documentation for plists
2020-12-15 11:47:50 +01: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
2.6.2
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
Michka Popoff
c4b36a3e11
Merge pull request #9538 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-0.5.6154
build(deps): bump sorbet from 0.5.6141 to 0.5.6154 in /Library/Homebrew
2020-12-14 11:11:44 +01:00
Michka Popoff
143e831ab7
Merge pull request #9537 from Homebrew/dependabot/bundler/docs/html-proofer-3.18.0
build(deps-dev): bump html-proofer from 3.17.4 to 3.18.0 in /docs
2020-12-14 11:10:57 +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
dependabot[bot]
20f11b0ed8
build(deps-dev): bump html-proofer from 3.17.4 to 3.18.0 in /docs
Bumps [html-proofer](https://github.com/gjtorikian/html-proofer) from 3.17.4 to 3.18.0.
- [Release notes](https://github.com/gjtorikian/html-proofer/releases)
- [Commits](https://github.com/gjtorikian/html-proofer/compare/v3.17.4...v3.18.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-14 06:01:08 +00:00