From cbdb6038387cf293febcc14bdf5326eb5f38e63e Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 22 Oct 2011 09:37:10 -0700 Subject: [PATCH] Remove debian mirror check; it is just noise --- Library/Homebrew/cmd/audit.rb | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index 5a4a5e05c6..f2742ed30d 100755 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -209,15 +209,6 @@ def audit_formula_urls f end end - # Check Debian urls - urls.each do |p| - next unless p =~ %r[/debian/pool/] - - unless p =~ %r[^http://mirrors\.kernel\.org/debian/pool/] - problems << " * \"mirrors.kernel.org\" is the preferred mirror for debian software." - end - end if strict? - # Check for git:// urls; https:// is preferred. urls.each do |p| if p =~ %r[^git://github\.com/]