Mike McQuaid
521d6b51a6
dev-cmd/{bottle,pr-upload}: generate, upload all: $SHA256
bottles.
...
Generate `all: $SHA256` bottles if:
- all generated bottles have the same cellar
- all generated bottles have the same checksum
In this case, on `brew bottle --merge --write`: delete all the non-`all`
bottles (and their JSON) and upload only the single one that's
necessary.
2021-04-21 17:10:05 +01:00
Mike McQuaid
e59f93cf19
Merge pull request #11212 from MikeMcQuaid/pod2man_tweaks
...
pod2man: further tweak logic.
2021-04-21 13:03:15 +01:00
Mike McQuaid
d3edf6155c
Merge pull request #11196 from hyuraku/remove_HOMEBREW_MAKE
...
remove HOMEBREW_MAKE
2021-04-21 13:01:21 +01:00
Mike McQuaid
df9ba9512e
pod2man: further tweak logic.
...
- prioritise the first `pod2man` in the `PATH` if possible. This shim
was created to handle the case where there isn't one but, if there is,
we want to allow e.g. using a `pod2man` dependency to override the use
of the system version
- make `/usr/bin/pod2man` lower priority but still prioritise it over
a Homebrew-installed `pod2man` that's not in the `PATH` unless it
doesn't exist.
2021-04-21 12:32:39 +01:00
Mike McQuaid
daa8f7c858
Merge pull request #11210 from MikeMcQuaid/bottle_libarchive_installed
...
dev-cmd/bottle: fix libarchive installed check.
2021-04-21 12:04:49 +01:00
Mike McQuaid
261cbe0572
Merge pull request #11208 from MikeMcQuaid/newer_pod2man
...
pod2man: use newer pod2man.
2021-04-21 11:53:52 +01:00
Mike McQuaid
965dbaa172
dev-cmd/bottle: fix libarchive installed check.
...
Used now-removed old method name.
2021-04-21 11:39:19 +01:00
Mike McQuaid
443bae5522
pod2man: use newer pod2man.
...
This shim was originally added in
5c973bad7422cf7f335e952a91ddfa2273aa2e4f to workaround a missing
`/usr/bin/pod2man`. It's now unfortunately resulting in using an older
`pod2man` on newer macOS versions.
Instead, let's use `/usr/bin/pod2man` if it's available and, if not,
work backwards to find the newest available version that is available.
2021-04-21 10:51:18 +01:00
Mike McQuaid
3156b531d0
Merge pull request #11167 from MikeMcQuaid/bottle-uid-gid-gtar
...
dev-cmd/bottle: set uid/gid, use libarchive on macOS.
2021-04-21 10:44:22 +01:00
Mike McQuaid
4a3fc2a8fc
dev-cmd/bottle: set uid/gid, use libarchive on macOS.
...
Take 2 on #11165 but use newish `libarchive` consistently on macOS.
2021-04-21 10:09:35 +01:00
Mike McQuaid
1bcf3475e2
Merge pull request #11197 from hyuraku/dev-cmd/rubocop_repair-style
...
dev-cmd/rubocop.sh: repair style
2021-04-21 09:41:01 +01:00
Mike McQuaid
0888cd63d8
Merge pull request #11205 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-1.13.0
...
build(deps): bump rubocop from 1.12.1 to 1.13.0 in /Library/Homebrew
2021-04-21 09:37:28 +01:00
BrewTestBot
060ee06574
Update RBI files for rubocop.
2021-04-21 05:53:52 +00:00
BrewTestBot
2bf89d9114
brew vendor-gems: commit updates.
2021-04-21 05:52:54 +00:00
dependabot[bot]
ae174b064b
build(deps): bump rubocop from 1.12.1 to 1.13.0 in /Library/Homebrew
...
Bumps [rubocop](https://github.com/rubocop/rubocop ) from 1.12.1 to 1.13.0.
- [Release notes](https://github.com/rubocop/rubocop/releases )
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop/rubocop/compare/v1.12.1...v1.13.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-04-21 05:47:34 +00:00
hyuraku
0f02def5ac
dev-cmd/rubocop.sh: repair style
2021-04-21 09:59:43 +09:00
hyuraku
40084fcf7e
remove HOMEBREW_MAKE
2021-04-21 09:59:15 +09:00
Carlo Cabrera
3476ca7b8f
Merge pull request #11198 from lukehefson/remove-issue-body-from-forms
...
Remove `issue_body` from YAML issue forms
2021-04-20 23:02:56 +01:00
Luke Hefson
293ad673b6
Update feature.yml
2021-04-20 21:17:32 +01:00
Luke Hefson
39c34b9953
Remove issue_body key from issue forms
2021-04-20 21:17:28 +01:00
Rylan Polster
44188a3f6e
Merge pull request #11191 from Rylan12/re-enable-gitlab-patch-check
2021-04-20 16:09:46 -04:00
Mike McQuaid
0a1849075e
Merge pull request #11199 from thomasrockhu/update-codecov-action
...
Bump Codecov action to 1.4.1
2021-04-20 19:44:07 +01:00
Tom Hu
204fa5c75f
Bump Codecov action to 1.4.1
2021-04-20 14:10:43 -04:00
Mike McQuaid
1d2782dcef
Merge pull request #11190 from gromgit/patch-2
...
Acceptable-Casks.md: improve readability
2021-04-20 16:02:43 +01:00
Mike McQuaid
433407a2d7
Merge pull request #11179 from hyuraku/shims_repair-style
...
Shims repair style
2021-04-20 15:27:42 +01:00
hyuraku
34919c45f2
add comments about ENV
2021-04-20 22:52:07 +09:00
Mike McQuaid
174b6bd111
Merge pull request #11175 from hyuraku/prefix.sh_repair-style
...
prefix.sh: repair style
2021-04-20 13:18:10 +01:00
hyuraku
e4af652783
prefix.sh: repair style
2021-04-20 20:32:01 +09:00
Mike McQuaid
dec1413521
Merge pull request #11174 from hyuraku/items.sh_repair-style
...
items.sh: repair style
2021-04-20 12:21:43 +01:00
Mike McQuaid
713c4c0a05
Merge pull request #11164 from hyuraku/brew.sh_repair-style
...
brew.sh: repair style
2021-04-20 12:21:25 +01:00
Mike McQuaid
7a78e3b9cd
Merge pull request #11192 from Rylan12/simulate-macos-for-style
...
workflows/tests: simulate macOS for `brew style homebrew-core`
2021-04-20 12:17:17 +01:00
Mike McQuaid
9a809bed5c
Merge pull request #11186 from Homebrew/dependabot/github_actions/codecov/codecov-action-0e28ff86a50029a44d10df6ed4c308711925a6a8
...
build(deps): bump codecov/codecov-action from 9b0b9bbe2c64e9ed41413180dd7398450dfeee14 to 1.4.0
2021-04-20 12:16:45 +01:00
Carlo Cabrera
d89eda09ab
Merge pull request #11187 from carlocab/cmake-rpath
...
formula: add rpath helper method
3.1.3
2021-04-20 10:02:28 +01:00
Rylan Polster
844f15edec
Merge pull request #11182 from Rylan12/deprecate-brew-search-casks
...
search: properly deprecate `brew search --cask`
2021-04-19 20:06:59 -04:00
Rylan Polster
9a69773640
workflows/tests: simulate macOS for brew style homebrew-core
2021-04-19 14:09:19 -04:00
Rylan Polster
ae89577b26
style: re-enable GitLab patch URL check
2021-04-19 11:19:35 -04:00
Rylan Polster
0e65d96e54
Merge pull request #10760 from jonchang/flip-gitlab-patch-url
...
rubocops/patches: GitLab patches should use .diff
2021-04-19 11:16:37 -04:00
Adrian Ho
71fdc8cc23
Acceptable-Casks.md: improve readability
...
Move definitions next to their terms, so the reader immediately understands the terms used.
Also grammar fixes in the second half.
2021-04-19 21:41:47 +08:00
Rylan Polster
b5dec5fdbd
style: temporarily disable GitLab patch URL check
2021-04-19 09:13:06 -04:00
Jonathan Chang
ef1e07b88b
rubocops/patches: GitLab patches should use .diff
...
Only `.diff` URLs return output comparable to the diffs from
`git diff --full-index`. While the extra metadata from `.patch` is
nice, the instability of the patch contents is undesirable.
Co-Authored-By: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
2021-04-19 09:08:14 -04:00
Nanda H Krishna
4a608a7ac6
Merge pull request #11170 from nandahkrishna/revert-patch-autocorrect
...
rubocops/patches: remove autocorrection of some `url`s
2021-04-19 18:32:49 +05:30
Rylan Polster
0a30cae9d1
search: properly deprecate brew search --cask
2021-04-19 08:25:19 -04:00
Mike McQuaid
530d1ffac7
Merge pull request #11184 from Homebrew/dependabot/bundler/docs/html-proofer-3.19.1
...
build(deps-dev): bump html-proofer from 3.19.0 to 3.19.1 in /docs
2021-04-19 12:50:02 +01:00
Mike McQuaid
1d0e906cf6
Merge pull request #11188 from Homebrew/update-manpage
...
Update maintainers, manpage and completions.
2021-04-19 12:49:36 +01:00
BrewTestBot
8706dda241
Update maintainers, manpage and completions.
...
Autogenerated by the [update-manpage](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-manpage.yml ) workflow.
2021-04-19 09:23:24 +00:00
Dawid Dziurla
b6a6260c9f
Merge pull request #11181 from Homebrew/bump-cask--fork-org
...
bump-cask-pr: add --fork-org flag
2021-04-19 11:21:57 +02:00
Carlo Cabrera
309504a32c
formula: add rpath helper method
...
About 40 formulae set `CMAKE_INSTALL_RPATH` to `lib` or `opt_lib`, but
this breaks bottle relocatability.
The correct solution is to use `@loader_path/../lib`, but this is macOS
specific, so it requires some OS-specific logic. Rather than replicating
this logic over many formulae, we may as well define a helper method for
it.
See https://github.com/Homebrew/homebrew-core/issues/75458 .
2021-04-19 09:23:33 +01:00
dependabot[bot]
50e74b35e0
build(deps): bump codecov/codecov-action
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 9b0b9bbe2c64e9ed41413180dd7398450dfeee14 to 1.4.0. This release includes the previously tagged commit.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md )
- [Commits](9b0b9bbe2c...0e28ff86a5
)
Signed-off-by: dependabot[bot] <support@github.com>
2021-04-19 07:25:25 +00:00
dependabot[bot]
be0f78d2ca
build(deps-dev): bump html-proofer from 3.19.0 to 3.19.1 in /docs
...
Bumps [html-proofer](https://github.com/gjtorikian/html-proofer ) from 3.19.0 to 3.19.1.
- [Release notes](https://github.com/gjtorikian/html-proofer/releases )
- [Commits](https://github.com/gjtorikian/html-proofer/compare/v3.19.0...v3.19.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-04-19 05:28:26 +00:00
Dawid Dziurla
ee841f11df
bump-cask-pr: add --fork-org flag
2021-04-18 20:53:01 +02:00