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

Rename HEAD only tap.

parent 8458540a
No related branches found
No related tags found
No related merge requests found
......@@ -277,7 +277,7 @@ class FormulaAuditor
end
def audit_specs
if head_only?(formula) && formula.tap != "homebrew/homebrew-headonly"
if head_only?(formula) && formula.tap != "homebrew/homebrew-head-only"
problem "Head-only (no stable download)"
end
......
TAP_MIGRATIONS = {
"agedu" => "homebrew/headonly",
"agedu" => "homebrew/head-only",
"aimage" => "homebrew/boneyard",
"aplus" => "homebrew/boneyard",
"apple-gcc42" => "homebrew/dupes",
......@@ -79,7 +79,7 @@ TAP_MIGRATIONS = {
"jsl" => "homebrew/binary",
"jstalk" => "homebrew/boneyard",
"justniffer" => "homebrew/boneyard",
"kerl" => "homebrew/headonly",
"kerl" => "homebrew/head-only",
"kernagic" => "homebrew/x11",
"kismet" => "homebrew/boneyard",
"klavaro" => "homebrew/x11",
......
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