Merge pull request #2369 from MikeMcQuaid/update-migrated-not-deleted
update-report: migrated formulae were not deleted.
This commit is contained in:
commit
84ec045ff6
@ -361,7 +361,10 @@ class Reporter
|
|||||||
|
|
||||||
case status
|
case status
|
||||||
when "A", "D"
|
when "A", "D"
|
||||||
@report[status.to_sym] << tap.formula_file_to_name(src)
|
full_name = tap.formula_file_to_name(src)
|
||||||
|
name = full_name.split("/").last
|
||||||
|
new_tap = tap.tap_migrations[name]
|
||||||
|
@report[status.to_sym] << full_name unless new_tap
|
||||||
when "M"
|
when "M"
|
||||||
begin
|
begin
|
||||||
formula = Formulary.factory(tap.path/src)
|
formula = Formulary.factory(tap.path/src)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user