brew unbottled: skip deprecated formulae
We are not interested in bottling them
This commit is contained in:
parent
c0c8a4dd4d
commit
651cef6f6b
@ -137,6 +137,10 @@ module Homebrew
|
|||||||
all_formulae = Formula.all(eval_all: args.eval_all?)
|
all_formulae = Formula.all(eval_all: args.eval_all?)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# Remove deprecated formulae as we do not care if they are unbottled
|
||||||
|
formulae = formulae&.select {|formula| !(formula.deprecated?)}
|
||||||
|
all_formulae = all_formulae&.select {|formula| !(formula.deprecated?)}
|
||||||
|
|
||||||
[formulae, all_formulae, formula_installs]
|
[formulae, all_formulae, formula_installs]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user