2697 Commits

Author SHA1 Message Date
BrewTestBot
3c693459bd
Update manpage and completions.
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml) workflow.
2025-05-30 07:36:42 +00:00
Eric Knibbe
493f2aa9f0
docs/Brew-Livecheck review 2025-05-28 13:53:38 -04:00
Mike McQuaid
214074cf02
docs/Support-Tiers: tweak wording, add CODEOWNERS.
Let's improve the wording of the Support Tiers document and add it to
a (new) CODEOWNERS file to ensure that I or the TSC review changes.
2025-05-27 14:14:05 +01:00
Sean Molenaar
e76a02eadd
feat: add clarification of macOS patches in Support-Tiers 2025-05-24 17:03:40 +02:00
Mike McQuaid
51dc147d90
Merge pull request #20002 from Homebrew/selective-bundle-cleanup
bundle: add support for selective cleanup
2025-05-23 08:33:49 +00:00
Bo Anderson
418a771d12
bundle: add support for selective cleanup 2025-05-23 06:19:01 +01:00
Eric Knibbe
2457fb123f
docs/Typechecking review 2025-05-22 22:54:51 -04:00
Eric Knibbe
6a07851c46
docs: localize internal URLs 2025-05-22 12:17:52 -04:00
Mike McQuaid
e5f844ec86
docs/Rakefile: fix/ignore more broken URLs. 2025-05-21 17:06:38 +01:00
BrewTestBot
b826bbf23e
Update maintainers.
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml) workflow.
2025-05-21 13:08:27 +00:00
Patrick Linnane
c0f4e11370
docs/FAQ: fix broken link
Signed-off-by: Patrick Linnane <patrick@linnane.io>
2025-05-20 12:37:49 -07:00
Eric Knibbe
d4c02e64e5
Cask-Cookbook: reorder some sections 2025-05-20 10:30:24 -04:00
Eric Knibbe
e8a0142150
Cask-Cookbook: review and update
with suggestions from code review

Co-Authored-By: Klaus Hipp <khipp@users.noreply.github.com>
Co-Authored-By: Bevan Kay <email@bevankay.me>
2025-05-20 10:30:24 -04:00
Eric Knibbe
2b25f34e85
Cask-Cookbook: mention replacement_formula/cask 2025-05-20 10:30:24 -04:00
Eric Knibbe
3320d7ee3e
Cask-Cookbook: mention version.csv methods 2025-05-20 10:30:24 -04:00
Eric Knibbe
ad5e03279b
Cask-Cookbook: relocate and update script: key lists 2025-05-20 10:30:24 -04:00
BrewTestBot
efc91b27fb
Update manpage and completions.
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml) workflow.
2025-05-17 16:19:58 +00:00
Eric Knibbe
d227f494ed
docs/Deprecating-Disabling-* review 2025-05-16 01:13:33 -04:00
Patrick Linnane
19c4d129a5
How-To-Organize-AGM: update link
Signed-off-by: Patrick Linnane <patrick@linnane.io>
2025-05-14 16:54:09 -07:00
XTY
f39cb527fd
docs/Homebrew-on-Linux: update instructions for Fedora-based distros 2025-05-14 02:02:34 +08:00
Eric Knibbe
0838ceda90
cask: document shell completion stanzas
Also, allow them to be given a `target:` parameter.
2025-05-09 14:47:26 -04:00
Sean Molenaar
aa66185489
fix: make the "Open Pull Request" doc less daunting 2025-05-08 09:48:54 +02:00
Alex Leute
1add568a6f
Remove the sentence referencing --force-auto-update
Because it was removed in 9ac3182
2025-05-04 23:49:02 -04:00
Mike McQuaid
30d9ea24c5
Add HOMEBREW_FORBID_CASKS to allow forbidding all casks.
`HOMEBREW_FORBIDDEN_CASKS` allows forbidding specific casks but, in some
cases, you may wish to forbid all casks from installation.
2025-05-01 09:48:53 +01:00
botantony
600826a7e7 no_autobump!: update manpage and completions
Signed-off-by: botantony <antonsm21@gmail.com>
2025-04-29 18:04:59 +02:00
botantony
da98aca4f3
docs/installation: replace Tips N' Tricks with Tips and Tricks
Signed-off-by: botantony <antonsm21@gmail.com>
2025-04-27 22:43:06 +02:00
Aman Verma
9c79c5b632
Change default temp on Linux to /var/tmp.
Previously, the default temporary directory was /tmp on Linux and
/private/tmp on macOS. On many Linux distros, including at least Fedora,
/tmp is stored in RAM. This diverges from the behavior on macOS and has
led to bugs, most notably the inability to install large bottles on
memory-limited machines.
2025-04-25 17:56:34 +01:00
Mike McQuaid
736b445ac2
docs/Brew-Bundle-and-Brewfile: a couple of tweaks.
Felt some wording could be improved.
2025-04-25 14:20:59 +01:00
Mike McQuaid
5f29ab8c89
docs/Brew-Bundle-and-Brewfile: improve docs.
The `brew bundle` documentation isn't great at explaining what the tool
is and why you should care. Let's improve that.
2025-04-25 10:59:32 +01:00
Mike McQuaid
04e77dd43d
docs/Tips-and-Tricks: rename from weird filename.
macOS likes the new one better.
2025-04-25 09:46:29 +01:00
Mike McQuaid
681e803c4f
docs: improve/fix jekyll setup 2025-04-25 09:46:29 +01:00
Mike McQuaid
60c047b5ea
Add HOMEBREW_BUNDLE_SERVICES variable to brew bundle
This allows another way to pass `--services` to `brew bundle`.
2025-04-23 17:20:14 +01:00
Michael Stingl
96a08dfaff
Merge branch 'master' into docs-livecheck-prerelease 2025-04-15 16:44:07 +02:00
Michael Stingl
e2992d4c3a
Apply suggestions from code review
Co-authored-by: Sam Ford <1584702+samford@users.noreply.github.com>
2025-04-15 16:42:52 +02:00
michaelstingl
66d36fb4f6 docs: Add section on handling temporary pre-release versions in livecheck 2025-04-15 07:28:55 +02:00
Patrick Linnane
53299fe556
Prose-Style-Guidelines: remove Economist's Style Guide
Signed-off-by: Patrick Linnane <patrick@linnane.io>
2025-04-14 15:03:39 -07:00
Patrick Linnane
e53688c7ce
Installation: Update OCLP note
Signed-off-by: Patrick Linnane <patrick@linnane.io>
2025-04-13 09:55:02 -07:00
Patrick Linnane
9754d5f79d
Support-Tiers: clarify OCLP tiers based on CPU generation 2025-04-13 09:40:09 -07:00
Patrick Linnane
76b3cf0334
docs: clarify OCLP support status
Signed-off-by: Patrick Linnane <patrick@linnane.io>
2025-04-12 16:45:44 -07:00
Patrick Linnane
b6c6a34565
Support-Tiers: minor rewording
Signed-off-by: Patrick Linnane <patrick@linnane.io>
2025-04-12 09:17:46 -07:00
Jacob Ford
b7c9214b81
docs: fix Formula Cookbook build command 2025-04-09 15:22:32 -04:00
Mike McQuaid
e3137f192f
Merge pull request #19642 from Homebrew/linux_ci_gcc
Update Linux GCC code.
2025-04-03 15:25:43 +00:00
Mike McQuaid
2b4324af9b
Update Linux GCC code.
Update both the variables that dictate this and the documents that
explain our GCC/glibc policies.

These should ease a future migration to a newer GCC version.
2025-04-03 12:47:21 +01:00
Mike McQuaid
e537b716e8
Merge pull request #19685 from botantony/bump-no-auto
dev-cmd/bump: add `--no-autobump` flag
2025-04-03 07:47:20 +00:00
botantony
3c33fa9d43
dev-cmd/bump: update shell completions and man page
Signed-off-by: botantony <antonsm21@gmail.com>
2025-04-02 20:29:50 +02:00
Mike McQuaid
89d0309b9c
Add brew bundle --upgrade-formulae
This flag allows you to specify formulae to upgrade, even if
`$HOMEBREW_BUNDLE_NO_UPGRADE` is set.

This is useful for upgrading specific formulae without upgrading all
formulae.

While we're here, let's add Sorbet signatures to the `Bundle` module
because I needed to add a new method there anyway.
2025-04-02 17:15:36 +01:00
Mike McQuaid
7ef0daa6fb
Add Linux kernel requirement for Tier 1 support 2025-04-02 09:08:47 +01:00
Mike McQuaid
59569bbc69
Update Homebrew on Linux documentation
More support tier tweaks.
2025-04-02 09:07:47 +01:00
Mike McQuaid
37c357c258
docs/Homebrew-on-Linux: reference support tiers. 2025-04-02 09:06:16 +01:00
Mikhail Beliakov
1acba980c3
Remove aarch64 unsupported note for Homebrew on Linux 2025-04-02 05:01:13 +01:00