diff options
| author | jainish shah | 2016-07-13 11:43:43 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2016-07-13 11:45:15 +0100 |
| commit | 48a1e1b47fecdde0127274a55e85312dbf268164 (patch) | |
| tree | abe52db31e7faa8619261304a459b71965956e5b /share/doc | |
| parent | b586a04204cbaa5e4e3986a3f274bc0c4201db91 (diff) | |
| download | brew-48a1e1b47fecdde0127274a55e85312dbf268164.tar.bz2 | |
Add HOMEBREW_ARTIFACT_DOMAIN option.
If set, this environment variable instructs Homebrew to use the given URL as a
download mirror (e.g. an Artifactory instance) for bottles and binaries.
Closes #387.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'share/doc')
| -rw-r--r-- | share/doc/homebrew/brew.1.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/doc/homebrew/brew.1.html b/share/doc/homebrew/brew.1.html index 5951ade59..007edd11c 100644 --- a/share/doc/homebrew/brew.1.html +++ b/share/doc/homebrew/brew.1.html @@ -518,6 +518,7 @@ a Homebrew-built Git if installed, or the system-provided binary.</p> <p>Set this to force Homebrew to use a particular git binary.</p></dd> <dt><code>HOMEBREW_BOTTLE_DOMAIN</code></dt><dd><p>If set, instructs Homebrew to use the given URL as a download mirror for bottles.</p></dd> +<dt><code>HOMEBREW_ARTIFACT_DOMAIN</code></dt><dd><p>If set, instructs Homebrew to use the given URL as a download mirror for bottles and binaries.</p></dd> <dt><code>HOMEBREW_BROWSER</code></dt><dd><p>If set, uses this setting as the browser when opening project homepages, instead of the OS default browser.</p></dd> <dt><code>HOMEBREW_BUILD_FROM_SOURCE</code></dt><dd><p>If set, instructs Homebrew to compile from source even when a formula |
