aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2011-10-22 09:37:10 -0700
committerAdam Vandenberg2011-10-22 09:37:10 -0700
commitcbdb6038387cf293febcc14bdf5326eb5f38e63e (patch)
tree8a3f74ea1eea0de6254e8c70cec22c87ddf5d198
parent1e17a8fb0bf0e2da5fd620acdf42a01446e0713c (diff)
downloadbrew-cbdb6038387cf293febcc14bdf5326eb5f38e63e.tar.bz2
Remove debian mirror check; it is just noise
-rwxr-xr-xLibrary/Homebrew/cmd/audit.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb
index 5a4a5e05c..f2742ed30 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/]