2113 Commits

Author SHA1 Message Date
apainintheneck
f8ae5f3bc4 cmd/uninstall: Add env variable that runs autoremove after uninstalls
When HOMEBREW_UNINSTALL_AUTOREMOVE is set, `brew autoremove` is run
after every successful call to `brew uninstall`.
2022-07-13 16:28:49 -07:00
Mike McQuaid
22d6af1258
Manual brew style fixes. 2022-06-30 08:56:21 +01:00
Mike McQuaid
8cb5350d65
Revert "Merge pull request #13447 from notfromstatefarm/feature/support-custom-ssh"
This reverts commit ef00b40a5172d5628a0c861f655a2277fd16a1e0, reversing
changes made to e1fca95836fcb1ad989cd995228192846fc99612.
2022-06-28 09:42:50 +01:00
Mike McQuaid
9a325757a5
Revert "Merge pull request #13466 from Homebrew/update-man-completions"
This reverts commit 70cbf9ca073fc24b930ae9acf699483467a2d699, reversing
changes made to ef00b40a5172d5628a0c861f655a2277fd16a1e0.
2022-06-28 09:42:29 +01:00
BrewTestBot
c36c985612
Update maintainers, manpage and completions.
Autogenerated by the [update-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-man-completions.yml) workflow.
2022-06-23 08:16:28 +00:00
Mike McQuaid
ef00b40a51
Merge pull request #13447 from notfromstatefarm/feature/support-custom-ssh
support forcing brew-installed SSH for git operations
2022-06-23 10:14:55 +02:00
notfromstatefarm
1676b39f84
align manpage with env_config.rb 2022-06-22 19:29:59 -04:00
notfromstatefarm
8d76522be2
remove HOMEBREW_SSH_PATH 2022-06-22 19:22:48 -04:00
notfromstatefarm
540313f18b
support custom git SSH binaries 2022-06-22 19:22:41 -04:00
Carlo Cabrera
7435373dd8
env_config: clean up default text for HOMEBREW_LIVECHECK_WATCHLIST
Follow up to #13453. The default values for our other environment
variables are typically wrapped in backticks, so let's do the same here
for consistency.

Closes #13455.
2022-06-22 11:26:23 +08:00
BrewTestBot
d7a7dbfdf9
Update maintainers, manpage and completions.
Autogenerated by the [update-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-man-completions.yml) workflow.
2022-06-20 17:34:59 +00:00
Adrian Ho
751aa12f84 Formula-Cookbook.md: added missing dirs 2022-06-19 08:42:17 +08:00
BrewTestBot
34da17c82b
Update maintainers, manpage and completions.
Autogenerated by the [update-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-man-completions.yml) workflow.
2022-06-16 12:47:47 +00:00
BrewTestBot
9a8b434df4
Update maintainers, manpage and completions.
Autogenerated by the [update-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-man-completions.yml) workflow.
2022-06-15 00:09:59 +00:00
Mike McQuaid
0a053d091e
Merge pull request #13258 from UiP9AV6Y/bugfix_artifact_domain_bottles
change cURL download behaviour for HOMEBREW_ARTIFACT_DOMAIN.
2022-06-14 09:01:51 +01:00
Mike McQuaid
78695938ae
cmd/update-report: always output new formulae.
There's near zero performance overhead and this seems good for
discovery.

Fixes #13412
2022-06-13 09:12:32 +01:00
Gordon Bleux
bcfd20e1b9 change cURL download behaviour for HOMEBREW_ARTIFACT_DOMAIN.
instead of prefixing and/or replacing data in URLs, the
*HOMEBREW_ARTIFACT_DOMAIN* environment variable only replaces
the bottle base URL. this causes URLs from Casks and other assets
to be no longer affected by this feature.

closes #13226
closes #13222
closes #13227
2022-06-11 08:24:50 +02:00
Kid
721a27d68d dev-cmd/cat: support setting bat theme via environment variable 2022-06-06 08:44:47 +08:00
danielbayley
38d6e36d47 Fix #13367 2022-06-04 15:15:23 +01:00
Mike McQuaid
c24729a0e4
Merge pull request #13367 from danielbayley/docs
Document missing shell `_function` and `_completion` variables
2022-06-04 11:43:37 +01:00
danielbayley
9f11c81dbe Document zsh_function 2022-06-04 10:40:17 +01:00
Mike McQuaid
04c8e02418
cmd/update-report: use better wording where appropriate.
From reading https://github.com/orgs/Homebrew/discussions/3328: I
initially thought we should just change "Updated" to "Modified" when
appropriate. After conversation with Bo98, though, I thought more and
saw that we're already checking for outdated formulae here so, rather
than ever traverse through the formula history, look at the outdated
formula and list them unless we've set
`HOMEBREW_UPDATE_REPORT_ALL_FORMULAE` in which case we show the
modifications.

While we're here, also do a bit of reformatting and renaming to better
clarify intent.
2022-06-03 19:23:38 +01:00
Mike McQuaid
1bb44979ee
Disable and delete code for 3.5.0
The next planned release will be 3.5.0 so let's fix things up for there.
2022-05-30 14:59:14 +01:00
Mike McQuaid
00c5960a6a
Merge pull request #13299 from MikeMcQuaid/update_improvements
Improve updating behaviour
2022-05-24 13:05:24 +01:00
BrewTestBot
bab30c0eb9
Update maintainers, manpage and completions.
Autogenerated by the [update-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-man-completions.yml) workflow.
2022-05-23 11:49:18 +00:00
Mike McQuaid
fb4c9353bb
Improve updating behaviour
- Rename use of "preinstall" to "auto update". The original "preinstall"
  naming came from the fact that we used to only auto-update before
  `brew install` but now that it's many commands: this is more confusing
  than useful.
- Add `HOMEBREW_NO_UPDATE_REPORT_ONLY_INSTALLED` and remove
  `HOMEBREW_UPDATE_REPORT_ONLY_INSTALLED`; the latter is now the default
  and the prior provides an opt-out for better output, performance and
  avoiding reading potentially untrusted formulae.
- Add `HOMEBREW_UPDATE_FORMULA_VERSION_CHECKS` and don't check formula
  versions by default for better performance by default.

Co-authored-by: Eric Knibbe <3324775+EricFromCanada@users.noreply.github.com>
Co-authored-by: Sam Ford <1584702+samford@users.noreply.github.com>
2022-05-19 11:04:20 -04:00
BrewTestBot
ba70bc159c
Update maintainers, manpage and completions.
Autogenerated by the [update-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-man-completions.yml) workflow.
2022-05-11 02:24:30 +00:00
Gregor Zurowski
3c9b331f4c
Fix link to homebrew-cask PRs 2022-05-08 10:05:12 +02:00
BrewTestBot
d93cd75f54
Update maintainers, manpage and completions.
Autogenerated by the [update-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-man-completions.yml) workflow.
2022-05-04 00:08:48 +00:00
Bo Anderson
2ca517c79a
dev-cmd/typecheck: add --all switch 2022-05-02 21:03:02 +01:00
EricFromCanada
b22b413bfd
docs: minor governance archives formatting fixes 2022-05-01 21:37:20 -04:00
EricFromCanada
5e23ad46cd
docs: add automatic listing of governance archives 2022-05-01 21:37:20 -04:00
BrewTestBot
3451cb6530
Update maintainers, manpage and completions.
Autogenerated by the [update-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-man-completions.yml) workflow.
2022-04-25 19:21:20 +00:00
Mike McQuaid
a8f77b5638
docs/governance: import from homebrew-governance.
Saves us having Yet Another Public Repository.
2022-04-22 11:48:32 -04:00
BrewTestBot
2c46163414
Update maintainers, manpage and completions.
Autogenerated by the [update-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-man-completions.yml) workflow.
2022-04-22 13:24:57 +00:00
BrewTestBot
3249082165
Update maintainers, manpage and completions.
Autogenerated by the [update-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-man-completions.yml) workflow.
2022-04-20 00:09:30 +00:00
Sean Molenaar
624ea2a98b
Merge pull request #12790 from SMillerDev/feature/service/socket_and_keepalive
service: add sockets and keepalive variants
2022-04-14 14:20:01 +02:00
BrewTestBot
6e44098a1e
Update maintainers, manpage and completions.
Autogenerated by the [update-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-man-completions.yml) workflow.
2022-04-13 15:21:20 +00:00
Sean Molenaar
3d5d12e8b9
service: add sockets and keepalive variants 2022-04-12 12:17:27 +02:00
BrewTestBot
bd57516f4c
Update maintainers, manpage and completions.
Autogenerated by the [update-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-man-completions.yml) workflow.
2022-04-12 09:39:11 +00:00
Mike McQuaid
4c75c82a79
Fix "OpenCollective" references. 2022-04-11 08:11:55 +01:00
Issy Long
ae7b547ab6
docs/Homebrew-Governance: State the election types for PLC and PL
- A vote passed in 2021 on an amendment to use these election types (https://github.com/Homebrew/brew/pull/10637), but the changes to the governance document were only made in Homebrew/brew, not in Homebrew/homebrew-governance-private: https://github.com/Homebrew/brew/pull/13073/files#r844130115.
- When we copied over 2022's proposed changes ahead of the 2022 vote, the specific election voting methods were lost because these documents got out of sync.
- For the elections in 2022, we did use the voting methods as documented in the Homebrew/brew governance document (confirmed in https://github.com/Homebrew/brew/pull/13031 when I couldn't find the term on OpaVote), so let's reinstate them here to avoid confusion.
- Relates to https://github.com/Homebrew/homebrew-governance-private/pull/36.
2022-04-09 19:59:52 +01:00
BrewTestBot
210551e839
Update maintainers, manpage and completions.
Autogenerated by the [update-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-man-completions.yml) workflow.
2022-04-09 00:08:38 +00:00
Mike McQuaid
2b8f0ca438
Merge pull request #13073 from MikeMcQuaid/update_governance
Update Homebrew's governance documentation.
2022-04-08 20:24:44 +01:00
Mike McQuaid
7bdde7910e
Update Homebrew discussion links
The organisation discussions have a cleaner URL.
2022-04-05 08:31:40 +01:00
Mike McQuaid
b59f7ca74f
Update Homebrew's governance documentation.
This is imported from the private repository agreed upon by the PL, PLC
and TSC.
2022-03-31 12:08:12 +01:00
Mike McQuaid
15541f082c
docs: remove Gemfile.lock.
We don't use this for anything and approving the dependabot PRs is a bit
of a waste of time.
2022-03-31 12:03:27 +01:00
EricFromCanada
2fdc70c3bf
desc, search: also search cask descriptions 2022-03-30 11:23:55 -04:00
Mike McQuaid
f8c37a300f
Merge pull request #13054 from Homebrew/dependabot/bundler/docs/chef-utils-17.10.0
build(deps): bump chef-utils from 17.9.52 to 17.10.0 in /docs
2022-03-28 19:30:35 +01:00
dependabot[bot]
9854f395b9
build(deps): bump chef-utils from 17.9.52 to 17.10.0 in /docs
Bumps [chef-utils](https://github.com/chef/chef) from 17.9.52 to 17.10.0.
- [Release notes](https://github.com/chef/chef/releases)
- [Changelog](https://github.com/chef/chef/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chef/chef/compare/v17.9.52...v17.10.0)

---
updated-dependencies:
- dependency-name: chef-utils
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-28 18:03:09 +00:00