diff options
| author | David MacMahon | 2013-10-22 16:18:31 -0700 |
|---|---|---|
| committer | Mike McQuaid | 2013-10-25 21:12:28 +0100 |
| commit | f821514e9304828edd042e0710065aa0d554ba46 (patch) | |
| tree | aec4363cea1ed8716d75baa6121f7d53a8ab2cf2 /share | |
| parent | cce81d6f3577bb66f3e4b8dfe74d546a38286cfb (diff) | |
| download | homebrew-f821514e9304828edd042e0710065aa0d554ba46.tar.bz2 | |
Add HOMEBREW_NO_GITHUB_API env var.
This patch allows users to "opt out" of using the GitHub API altogether
by setting the HOMEBREW_NO_GITHUB_API environment variable. The
value of the environment variable does not matter (it can even be
empty!).
For Bash/ZSH: export HOMEBREW_NO_GITHUB_API=1
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man1/brew.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index ee6716111..cbae61934 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "BREW" "1" "September 2013" "Homebrew" "brew" +.TH "BREW" "1" "October 2013" "Homebrew" "brew" . .SH "NAME" \fBbrew\fR \- The missing package manager for OS X @@ -557,6 +557,10 @@ If set, Homebrew will not print the beer emoji on a successful build\. \fINote:\fR Homebrew will only try to print emoji on Lion or newer\. . .TP +HOMEBREW_NO_GITHUB_API +If set, Homebrew will not use the GitHub API for e\.g searches or fetching relevant issues on a failed install\. +. +.TP HOMEBREW_SOURCEFORGE_MIRROR If set, Homebrew will use the value of \fBHOMEBREW_SOURCEFORGE_MIRROR\fR to select a SourceForge mirror for downloading bottles\. . |
