diff options
| author | Jack Nagel | 2015-06-12 22:58:04 -0400 |
|---|---|---|
| committer | Jack Nagel | 2015-06-12 22:58:04 -0400 |
| commit | bd0f1794787a676b38bd6639bd56ff0bb2ed7c4a (patch) | |
| tree | 669a23a8d4e155231eda4ffc870a3565ecbf4d82 | |
| parent | c4dfacaf0ca015bf401d1ca454de9f18a5424ea8 (diff) | |
| download | brew-bd0f1794787a676b38bd6639bd56ff0bb2ed7c4a.tar.bz2 | |
Remove obsolete doctor check
We don't support 10.5 anymore, and tigerbrew doesn't have this check
anymore, either.
| -rw-r--r-- | Library/Homebrew/cmd/doctor.rb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index a60eb9d2a..55ebcd0ff 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -1001,23 +1001,6 @@ def check_git_status end end -def check_git_ssl_verify - if MacOS.version <= :leopard && !ENV['GIT_SSL_NO_VERIFY'] then <<-EOS.undent - The version of libcurl provided with Mac OS X #{MacOS.version} has outdated - SSL certificates. - - This can cause problems when running Homebrew commands that use Git to - fetch over HTTPS, e.g. `brew update` or installing formulae that perform - Git checkouts. - - You can force Git to ignore these errors: - export GIT_SSL_NO_VERIFY=1 - or - git config --global http.sslVerify false - EOS - end -end - def check_for_enthought_python if which "enpkg" then <<-EOS.undent Enthought Python was found in your PATH. |
