diff options
| author | Mike McQuaid | 2017-03-26 19:42:35 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2017-03-26 19:42:35 +0100 |
| commit | 2047dbd50e05cf03a7f7912011fd510cbc9172f5 (patch) | |
| tree | 4c8e1032ad229c2ec5e3691163d4812deef1b261 /Library/Homebrew/exceptions.rb | |
| parent | a34f7277deda844a680f7c4726e46fd9c1bc8bbf (diff) | |
| download | brew-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.rb | 8 |
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") |
