From e1c6a4614f2f4a922d8b8b18acd4344540728a5c Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 27 Dec 2014 20:55:21 +0000 Subject: [PATCH] Rename HEAD only tap. --- Library/Homebrew/cmd/audit.rb | 2 +- Library/Homebrew/tap_migrations.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index 79fe0a8cf7..1d7e767962 100644 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -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 diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index 741c6cc005..106fea4a7b 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -1,5 +1,5 @@ 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",