aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/audit.rb
diff options
context:
space:
mode:
authorJack Nagel2014-04-03 09:25:42 -0500
committerJack Nagel2014-04-03 09:29:23 -0500
commit78817936f368c054c08c4be13293ae409061716a (patch)
tree8ebc102365b0e222e9c0bf9f835d4e75cbee7105 /Library/Homebrew/cmd/audit.rb
parente640026a9d8a4ddba2da2047921813d1df2df357 (diff)
downloadhomebrew-78817936f368c054c08c4be13293ae409061716a.tar.bz2
Revert "Audit gnome URLs, prefer download.gnome.org"
This reverts commit 557ef8df05a8ea28ed903f08b2009ebc0e218f5a.
Diffstat (limited to 'Library/Homebrew/cmd/audit.rb')
-rw-r--r--Library/Homebrew/cmd/audit.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb
index 721f6c987..509cef830 100644
--- a/Library/Homebrew/cmd/audit.rb
+++ b/Library/Homebrew/cmd/audit.rb
@@ -216,10 +216,6 @@ class FormulaAuditor
# the rest of the checks apply to mirrors as well
urls.concat(@specs.map(&:mirrors).flatten)
- urls.grep(%r[^(https?|ftp)://ftp\.gnome]) do |u|
- problem %{download.gnome.org is preferred for GNOME software (url is #{u}).}
- end
-
# Check SourceForge urls
urls.each do |p|
# Skip if the URL looks like a SVN repo