aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2011-10-22 09:37:10 -0700
committerAdam Vandenberg2011-10-22 09:37:10 -0700
commit5e3549ffedcfef792391658fb4e23c5cbba9d4aa (patch)
treef455d1c6e6328cf62d3934ba288624d51251db85
parentf48616803cf5d3ba74a58d5e3c14cc83dfcd48fe (diff)
downloadhomebrew-5e3549ffedcfef792391658fb4e23c5cbba9d4aa.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/]