From 3c2865015d20cbd02dcf8abc7b1e3745373681f6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 7 May 2024 07:48:54 +0000 Subject: [PATCH] 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. --- docs/Manpage.md | 6 ++++++ manpages/brew.1 | 3 +++ 2 files changed, 9 insertions(+) diff --git a/docs/Manpage.md b/docs/Manpage.md index a9124ace6a..cb64d0a89c 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -3470,6 +3470,12 @@ prefix-specific files take precedence over system-wide files (unless Note that these files do not support shell variable expansion e.g. `$HOME` or command execution e.g. `$(cat file)`. +`HOMEBREW_ALLOWED_TAPS` + +: A space-separated list of taps. Homebrew will refuse to install a formula + unless it and all of its dependencies are in an official tap or in a tap on + this list. + `HOMEBREW_API_AUTO_UPDATE_SECS` : Check Homebrew's API for new formulae or cask data every diff --git a/manpages/brew.1 b/manpages/brew.1 index ccef8b35b7..c284fab8c1 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -2217,6 +2217,9 @@ User\-specific environment files take precedence over prefix\-specific files and .P Note that these files do not support shell variable expansion e\.g\. \fB$HOME\fP or command execution e\.g\. \fB$(cat file)\fP\&\. .TP +\fBHOMEBREW_ALLOWED_TAPS\fP +A space\-separated list of taps\. Homebrew will refuse to install a formula unless it and all of its dependencies are in an official tap or in a tap on this list\. +.TP \fBHOMEBREW_API_AUTO_UPDATE_SECS\fP Check Homebrew\[u2019]s API for new formulae or cask data every \fBHOMEBREW_API_AUTO_UPDATE_SECS\fP seconds\. Alternatively, disable API auto\-update checks entirely with \fBHOMEBREW_NO_AUTO_UPDATE\fP\&\. .RS