Skip to content
Snippets Groups Projects
Commit b9790ffe authored by Mike McQuaid's avatar Mike McQuaid
Browse files

exceptions: instruct not to file boneyard issues.

parent 8ec6245c
No related branches found
No related tags found
No related merge requests found
......@@ -153,8 +153,14 @@ class BuildError < RuntimeError
puts
puts "#{Tty.red}READ THIS#{Tty.reset}: #{Tty.em}#{OS::ISSUES_URL}#{Tty.reset}"
if formula.tap?
puts "If reporting this issue please do so at (not Homebrew/homebrew):"
puts " https://github.com/#{formula.tap}/issues"
case formula.tap
when "homebrew/homebrew-boneyard"
puts "#{formula} was moved to homebrew-boneyard because it has unfixable issues."
puts "Please do not file any issues about this. Sorry!"
else
puts "If reporting this issue please do so at (not Homebrew/homebrew):"
puts " https://github.com/#{formula.tap}/issues"
end
end
else
require 'cmd/config'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment