2400 Commits

Author SHA1 Message Date
BrewTestBot
39b429aa4b
Update maintainers.
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml) workflow.
2024-04-08 16:35:04 +00:00
Mike McQuaid
1474806527
Add more HOMEBREW_FORBIDDEN_* configuration
We already had `HOMEBREW_FORBIDDEN_LICENSES` but this commit adds
`HOMEBREW_FORBIDDEN_CASKS`, `HOMEBREW_FORBIDDEN_FORMULAE` and
`HOMEBREW_FORBIDDEN_TAPS` for also forbidding those.

Relatedly, add `HOMEBREW_FORBIDDEN_OWNER` and
`HOMEBREW_FORBIDDEN_OWNER_CONTACT` to allow customising these
messages.

There were no existing tests for `HOMEBREW_FORBIDDEN_LICENSES` so have
added more tests for all of these checks.

Co-authored-by: Bo Anderson <mail@boanderson.me>
2024-04-08 16:38:32 +01:00
Mike McQuaid
5c48226018
cmd/help: add description and arguments.
This allows an accurate manpage description of `brew help`.

Also commit the various other required changes to completions and
manpage.
2024-04-08 13:35:25 +01:00
Michael Cho
17d797789c
docs: update info as linux-only labels are automerged
Signed-off-by: Michael Cho <michael@michaelcho.dev>
2024-04-06 12:33:17 -04:00
Mike McQuaid
21d99c5e89
brew.rb: tell more people to not report issues.
- We should tell people to not report issues if they are running in an
  unsupported configuration.
- We should tell people to run `brew update` before reporting issues if
  they have `HOMEBREW_NO_AUTO_UPDATE` set.
- We should tell people to not report issues in more types of
  exceptions.
- Warn people in `HOMEBREW_NO_AUTO_UPDATE` documentation.
- DRY up `brew.rb` exception handling.

Co-authored-by: Colin Dean <colindean@users.noreply.github.com>
2024-04-03 08:16:01 +01:00
Leo Heitmann Ruiz
4f787bc233 Use SVG logo in header 2024-03-31 21:46:25 +02:00
Mike McQuaid
821f67ff6d
Merge pull request #16874 from cho-m/docs-test-resource
docs: move test-only resource into test block
2024-03-28 12:59:57 +00:00
Razvan Azamfirei
4129200b96
livecheck: add --extract-plist switch 2024-03-21 11:50:27 +00:00
Jerry1144
6535fc1256
Formula Cookbook: Enrich the Service block methods section
Expand the explanation of why `run` is required for most fields in `service do`,
and expand the description of `name` and `require_root`.
2024-03-20 20:13:19 +08:00
Mike McQuaid
91d670c3fa
Merge pull request #16914 from Homebrew/service_require_root_no_run
rubocops/service: allow require_root to be used without run.
2024-03-20 08:42:34 +00:00
Mike McQuaid
8ba257b636
Formula-Cookbook: clarify require_root. 2024-03-20 08:30:51 +00:00
Mike McQuaid
22bad80939
Remove BrewTestBot critical approval process.
We seem to have enough maintainers across enough timezones that this is
no longer necessary any more (and it presents a bit of a security risk).
2024-03-19 08:56:12 +00:00
Michael Cho
c1aac260eb
Merge pull request #16870 from cho-m/docs-system-python-cleanup
docs: remove some system Python notes
2024-03-11 13:45:22 -04:00
Michael Cho
d95ab3d575
docs: move test-only resource into test block
Signed-off-by: Michael Cho <michael@michaelcho.dev>
2024-03-10 22:22:04 -04:00
Bo Anderson
d1cebef8c5
dev-cmd/pr-*: remove Oxford commas previously missed by linter 2024-03-10 22:31:44 +00:00
Bo Anderson
754d580a91
Replace ronn with Kramdown's converter 2024-03-10 22:31:38 +00:00
Michael Cho
b95777870c
docs: remove some system Python notes
Signed-off-by: Michael Cho <michael@michaelcho.dev>
2024-03-10 11:34:19 -04:00
BrewTestBot
25488c7957
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.
2024-03-08 08:37:50 +00:00
Mike McQuaid
2fa52d3550
docs/Homebrew-Governance: clarify emergency text. 2024-03-07 10:52:45 +00:00
Mike McQuaid
40a5a7d32a
docs/Homebrew-Governance: change numbering. 2024-03-07 10:52:30 +00:00
BrewTestBot
c7dc7f1ebc
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.
2024-03-06 15:21:01 +00:00
Mike McQuaid
a251109960
homebrew/autoupdate is no longer official.
DomT4 and the Homebrew maintainers have agreed that homebrew/autoupdate
is a better fit for not being an official tap and has been moved back
to his user account.

Documentation and code has been adjusted accordingly and it was added
to the list of interesting taps.
2024-03-05 10:30:17 +00:00
BrewTestBot
5463a45741
Update maintainers.
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml) workflow.
2024-03-05 08:47:48 +00:00
BrewTestBot
3d46bf9fd4
Update maintainers.
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml) workflow.
2024-03-05 00:06:04 +00:00
Mike McQuaid
8d463b1f4b
Merge pull request #16772 from cho-m/pypi-specify-dependencies
utils/pypi: specify dependencies needed to update resources
2024-03-04 09:24:51 +00:00
Michael Cho
216f571fff
bump-formula-pr: switch to install resource update dependencies
Also same feature for update-python-resources
2024-03-02 22:01:31 -05:00
Patrick Linnane
7fd9d09be0
Update docs/Acceptable-Formulae.md
Co-authored-by: Ruoyu Zhong <zhongruoyu@outlook.com>
2024-03-01 15:36:25 -08:00
Patrick Linnane
e98808e566
docs: update language on commit messages & notability
Signed-off-by: Patrick Linnane <patrick@linnane.io>
2024-03-01 11:05:08 -08:00
Douglas Eichelberger
fae9ab8d1e Resolve vale violations 2024-03-01 10:00:42 -08:00
Michael Cho
977ac20b2b
Merge pull request #16731 from cho-m/setuptools
docs: update info on setuptools for Python 3.12
2024-02-29 14:17:02 -05:00
Bevan Kay
b544934fbf
docs/Deprecating-Disabling-and-Removing-Casks.md: add cask deprecate/disable reasons 2024-02-25 19:58:35 +11:00
Patrick Linnane
4c73646e36
Regenerate manpages and completions
Signed-off-by: Patrick Linnane <patrick@linnane.io>
2024-02-23 12:25:05 -08:00
Mike McQuaid
18b835b2ac
docs/New-Maintainer-Checklist: tell people to avoid forks.
This was discussed at the AGM. It's no longer needed to avoid
"cluttering up clones" because most users use the API for our
main repositories now.

It should also simplify security work in future because we can assume
anyone who can create a branch on the main repository has write access
rather than e.g. having a hardcoded list of maintainers we rely on.
2024-02-23 17:22:44 +00:00
Michael Cho
aaadbd9695
docs: update info on setuptools for Python 3.12
Also update info for `pip install --upgrade` given PEP 668
2024-02-23 09:32:46 -05:00
BrewTestBot
808d5dec7e
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.
2024-02-21 00:06:23 +00:00
BrewTestBot
cece7e8ea3
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.
2024-02-20 00:06:06 +00:00
Mike McQuaid
52d73a1ec3
Merge pull request #16668 from colindean/patch-4
Common-Issues: Documents resolving dual installations from Migration Assistant copies
2024-02-19 14:36:27 +00:00
Colin Dean
60c778c3e1
docs: Common-Issues: eliminate unnecessary list reference 2024-02-16 11:04:55 -05:00
Colin Dean
455d0eb764
Apply suggestions from code review
Co-authored-by: Eric Knibbe <enk3@outlook.com>
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2024-02-16 10:54:12 -05:00
Mike McQuaid
eebd844d6e
Merge pull request #16664 from Homebrew/bump_no_force
dev-cmd/bump*: do not allow forcing multiple PRs.
2024-02-16 08:29:54 +00:00
Colin Dean
de8afa4f10
Merge branch 'Homebrew:master' into patch-4 2024-02-15 17:31:24 -05:00
Colin Dean
32d0d333a6
Update Common-Issues.md: One last attempt at whitespace fixes
…before I drop into a codespace to fight mdl
2024-02-15 17:13:51 -05:00
Colin Dean
eba4121bf1
Apply suggestions from code review
Co-authored-by: Patrick Linnane <patrick@linnane.io>
2024-02-15 17:06:14 -05:00
Eric Knibbe
220f56037c
docs: redirect from old BrewTestBot URLs
Also, sweep up remaining "Brew Test Bot" instances, and use brewtestbot.png for both BrewTestBot pages.
2024-02-15 14:50:24 -05:00
Colin Dean
417fbd69f6
Update Common-Issues.md: Fixes whitespace 2024-02-15 14:18:48 -05:00
Colin Dean
9b340b3c99
Common-Issues: Documents resolving dual installations from Migration Assistant copies
This is an extract and refactor of the linked Discussions post from @gromgit.
2024-02-15 14:05:40 -05:00
Patrick Linnane
3080c2b209
docs: Brew Test Bot -> BrewTestBot
Signed-off-by: Patrick Linnane <patrick@linnane.io>
2024-02-15 09:26:50 -08:00
Patrick Linnane
a09c47b0fa
docs: update links for BrewTestBot maintainer doc
Signed-off-by: Patrick Linnane <patrick@linnane.io>
2024-02-15 09:10:59 -08:00
Patrick Linnane
80a451de93
docs: rename homebrew-core maintainer guide
Signed-off-by: Patrick Linnane <patrick@linnane.io>
2024-02-15 09:03:31 -08:00
Mike McQuaid
7df07b991b
dev-cmd/bump*: do not allow forcing multiple PRs.
If there are duplicate PRs: we shouldn't suggest and allow a trivial
override. Instead, they should be created manually.

An undocumented override exists for BrewTestBot to do autobumps.
2024-02-15 17:02:31 +00:00