diff options
Diffstat (limited to 'manpages/brew.1')
| -rw-r--r-- | manpages/brew.1 | 44 | 
1 files changed, 16 insertions, 28 deletions
| diff --git a/manpages/brew.1 b/manpages/brew.1 index 7e09bb2e1..5aa07a460 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -806,7 +806,7 @@ Each \fIpatch\-source\fR may be one of:  ~ The URL of a commit on GitHub  .  .IP -~ A "https://bot\.brew\.sh/job/\.\.\." string specifying a testing job ID +~ A "https://jenkins\.brew\.sh/job/\.\.\." string specifying a testing job ID  .  .IP  If \fB\-\-bottle\fR is passed, handle bottles, pulling the bottle\-update commit and publishing files on Bintray\. @@ -941,29 +941,6 @@ Homebrew can install formulae via URL, e\.g\. \fBhttps://raw\.github\.com/Homebr  .SH "ENVIRONMENT"  .  .TP -\fBAWS_ACCESS_KEY_ID\fR, \fBAWS_SECRET_ACCESS_KEY\fR -When using the \fBS3\fR download strategy, Homebrew will look in these variables for access credentials (see \fIhttps://docs\.aws\.amazon\.com/cli/latest/userguide/cli\-chap\-getting\-started\.html#cli\-environment\fR to retrieve these access credentials from AWS)\. If they are not set, the \fBS3\fR download strategy will download with a public (unsigned) URL\. -. -.TP -\fBBROWSER\fR -If set, and \fBHOMEBREW_BROWSER\fR is not, use \fBBROWSER\fR as the web browser when opening project homepages\. -. -.TP -\fBEDITOR\fR -If set, and \fBHOMEBREW_EDITOR\fR and \fBVISUAL\fR are not, use \fBEDITOR\fR as the text editor\. -. -.TP -\fBGIT\fR -When using Git, Homebrew will use \fBGIT\fR if set, a Homebrew\-built Git if installed, or the system\-provided binary\. -. -.IP -Set this to force Homebrew to use a particular git binary\. -. -.TP -\fBHOMEBREW_BOTTLE_DOMAIN\fR -If set, instructs Homebrew to use the given URL as a download mirror for bottles\. -. -.TP  \fBHOMEBREW_ARTIFACT_DOMAIN\fR  If set, instructs Homebrew to use the given URL as a download mirror for bottles and binaries\.  . @@ -975,6 +952,14 @@ If set, Homebrew will only check for autoupdates once per this seconds interval\  \fIDefault:\fR \fB60\fR\.  .  .TP +\fBHOMEBREW_AWS_ACCESS_KEY_ID\fR, \fBHOMEBREW_AWS_SECRET_ACCESS_KEY\fR +When using the \fBS3\fR download strategy, Homebrew will look in these variables for access credentials (see \fIhttps://docs\.aws\.amazon\.com/cli/latest/userguide/cli\-chap\-getting\-started\.html#cli\-environment\fR to retrieve these access credentials from AWS)\. If they are not set, the \fBS3\fR download strategy will download with a public (unsigned) URL\. +. +.TP +\fBHOMEBREW_BOTTLE_DOMAIN\fR +If set, instructs Homebrew to use the given URL as a download mirror for bottles\. +. +.TP  \fBHOMEBREW_BROWSER\fR  If set, uses this setting as the browser when opening project homepages, instead of the OS default browser\.  . @@ -1021,6 +1006,13 @@ If set, Homebrew will use this editor when editing a single formula, or several  If set, Homebrew will always use its vendored, relocatable Ruby 2\.0 version even if the system version of Ruby is >=2\.0\.  .  .TP +\fBHOMEBREW_GIT\fR +When using Git, Homebrew will use \fBGIT\fR if set, a Homebrew\-built Git if installed, or the system\-provided binary\. +. +.IP +Set this to force Homebrew to use a particular git binary\. +. +.TP  \fBHOMEBREW_GITHUB_API_TOKEN\fR  A personal access token for the GitHub API, which you can create at \fIhttps://github\.com/settings/tokens\fR\. If set, GitHub will allow you a greater number of API requests\. See \fIhttps://developer\.github\.com/v3/#rate\-limiting\fR for more information\. Homebrew uses the GitHub API for features such as \fBbrew search\fR\.  . @@ -1086,10 +1078,6 @@ This issue typically occurs when using FileVault or custom SSD configurations\.  \fBHOMEBREW_VERBOSE\fR  If set, Homebrew always assumes \fB\-\-verbose\fR when running commands\.  . -.TP -\fBVISUAL\fR -If set, and \fBHOMEBREW_EDITOR\fR is not, use \fBVISUAL\fR as the text editor\. -.  .SH "USING HOMEBREW BEHIND A PROXY"  Homebrew uses several commands for downloading files (e\.g\. \fBcurl\fR, \fBgit\fR, \fBsvn\fR)\. Many of these tools can download via a proxy\. It\'s common for these tools to read proxy parameters from environment variables\.  . | 
