aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/exceptions.rb
diff options
context:
space:
mode:
authorMike McQuaid2017-03-26 19:42:35 +0100
committerMike McQuaid2017-03-26 19:42:35 +0100
commit2047dbd50e05cf03a7f7912011fd510cbc9172f5 (patch)
tree4c8e1032ad229c2ec5e3691163d4812deef1b261 /Library/Homebrew/exceptions.rb
parenta34f7277deda844a680f7c4726e46fd9c1bc8bbf (diff)
downloadbrew-2047dbd50e05cf03a7f7912011fd510cbc9172f5.tar.bz2
Update all references to taps.
- Remove taps that are (or will shortly be) deprecated. - Remove commands that are only relevant to the boneyard (which will shortly be removed).
Diffstat (limited to 'Library/Homebrew/exceptions.rb')
-rw-r--r--Library/Homebrew/exceptions.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb
index 77da4489e..cfdf5e12d 100644
--- a/Library/Homebrew/exceptions.rb
+++ b/Library/Homebrew/exceptions.rb
@@ -363,14 +363,6 @@ class BuildError < RuntimeError
end
end
- if formula.tap && formula.tap.name == "homebrew/boneyard"
- onoe <<-EOS.undent
- #{formula} was moved to homebrew-boneyard because it has unfixable issues.
- Please do not file any issues about this. Sorry!
- EOS
- return
- end
-
if formula.tap && defined?(OS::ISSUES_URL)
if formula.tap.official?
puts Formatter.error(Formatter.url(OS::ISSUES_URL), label: "READ THIS")