Merge pull request #4677 from jonchang/bottle-mans
Update docs for artifact and bottle variables
This commit is contained in:
commit
98b70e7d26
@ -105,7 +105,10 @@ can take several different forms:
|
||||
Note that environment variables must have a value set to be detected. For example, `export HOMEBREW_NO_INSECURE_REDIRECT=1` rather than just `export HOMEBREW_NO_INSECURE_REDIRECT`.
|
||||
|
||||
* `HOMEBREW_ARTIFACT_DOMAIN`:
|
||||
If set, instructs Homebrew to use the given URL as a download mirror for bottles and binaries.
|
||||
If set, instructs Homebrew to prefix all download URLs, including those
|
||||
for bottles, with this variable. For example, a formula with a URL of
|
||||
`https://example.com/foo.tar.gz` but `HOMEBREW_ARTIFACT_DOMAIN=http://localhost:8080`
|
||||
would instead download from `http://localhost:8080/example.com/foo.tar.gz`.
|
||||
|
||||
* `HOMEBREW_AUTO_UPDATE_SECS`:
|
||||
If set, Homebrew will only check for autoupdates once per this seconds interval.
|
||||
@ -121,7 +124,10 @@ Note that environment variables must have a value set to be detected. For exampl
|
||||
(unsigned) URL.
|
||||
|
||||
* `HOMEBREW_BOTTLE_DOMAIN`:
|
||||
If set, instructs Homebrew to use the given URL as a download mirror for bottles.
|
||||
By default, Homebrew uses `https://homebrew.bintray.com/` as its download
|
||||
mirror for bottles. If set, instructs Homebrew to instead use the given
|
||||
URL. For example, `HOMEBREW_BOTTLE_DOMAIN=http://localhost:8080` will
|
||||
cause all bottles to download from the prefix `http://localhost:8080/`.
|
||||
|
||||
* `HOMEBREW_BROWSER`:
|
||||
If set, uses this setting as the browser when opening project homepages,
|
||||
|
||||
@ -1108,7 +1108,10 @@ can take several different forms:
|
||||
Note that environment variables must have a value set to be detected. For example, `export HOMEBREW_NO_INSECURE_REDIRECT=1` rather than just `export HOMEBREW_NO_INSECURE_REDIRECT`.
|
||||
|
||||
* `HOMEBREW_ARTIFACT_DOMAIN`:
|
||||
If set, instructs Homebrew to use the given URL as a download mirror for bottles and binaries.
|
||||
If set, instructs Homebrew to prefix all download URLs, including those
|
||||
for bottles, with this variable. For example, a formula with a URL of
|
||||
`https://example.com/foo.tar.gz` but `HOMEBREW_ARTIFACT_DOMAIN=http://localhost:8080`
|
||||
would instead download from `http://localhost:8080/example.com/foo.tar.gz`.
|
||||
|
||||
* `HOMEBREW_AUTO_UPDATE_SECS`:
|
||||
If set, Homebrew will only check for autoupdates once per this seconds interval.
|
||||
@ -1124,7 +1127,10 @@ Note that environment variables must have a value set to be detected. For exampl
|
||||
(unsigned) URL.
|
||||
|
||||
* `HOMEBREW_BOTTLE_DOMAIN`:
|
||||
If set, instructs Homebrew to use the given URL as a download mirror for bottles.
|
||||
By default, Homebrew uses `https://homebrew.bintray.com/` as its download
|
||||
mirror for bottles. If set, instructs Homebrew to instead use the given
|
||||
URL. For example, `HOMEBREW_BOTTLE_DOMAIN=http://localhost:8080` will
|
||||
cause all bottles to download from the prefix `http://localhost:8080/`.
|
||||
|
||||
* `HOMEBREW_BROWSER`:
|
||||
If set, uses this setting as the browser when opening project homepages,
|
||||
|
||||
@ -1051,7 +1051,7 @@ Note that environment variables must have a value set to be detected\. For examp
|
||||
.
|
||||
.TP
|
||||
\fBHOMEBREW_ARTIFACT_DOMAIN\fR
|
||||
If set, instructs Homebrew to use the given URL as a download mirror for bottles and binaries\.
|
||||
If set, instructs Homebrew to prefix all download URLs, including those for bottles, with this variable\. For example, a formula with a URL of \fBhttps://example\.com/foo\.tar\.gz\fR but \fBHOMEBREW_ARTIFACT_DOMAIN=http://localhost:8080\fR would instead download from \fBhttp://localhost:8080/example\.com/foo\.tar\.gz\fR\.
|
||||
.
|
||||
.TP
|
||||
\fBHOMEBREW_AUTO_UPDATE_SECS\fR
|
||||
@ -1066,7 +1066,7 @@ When using the \fBS3\fR download strategy, Homebrew will look in these variables
|
||||
.
|
||||
.TP
|
||||
\fBHOMEBREW_BOTTLE_DOMAIN\fR
|
||||
If set, instructs Homebrew to use the given URL as a download mirror for bottles\.
|
||||
By default, Homebrew uses \fBhttps://homebrew\.bintray\.com/\fR as its download mirror for bottles\. If set, instructs Homebrew to instead use the given URL\. For example, \fBHOMEBREW_BOTTLE_DOMAIN=http://localhost:8080\fR will cause all bottles to download from the prefix \fBhttp://localhost:8080/\fR\.
|
||||
.
|
||||
.TP
|
||||
\fBHOMEBREW_BROWSER\fR
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user