resolving conversations from pull request
This commit is contained in:
parent
4d2e2839b7
commit
c1d80ecf54
@ -334,8 +334,7 @@ module Homebrew
|
|||||||
sized_formulae = compute_sized_formulae(formulae, args: args)
|
sized_formulae = compute_sized_formulae(formulae, args: args)
|
||||||
sizes = compute_total_sizes(sized_formulae, debug: args.debug?)
|
sizes = compute_total_sizes(sized_formulae, debug: args.debug?)
|
||||||
|
|
||||||
puts "#{::Utils.pluralize("Formul", sized_formulae.count, plural: "ae",
|
puts "#{::Utils.pluralize("Formul", sized_formulae.count, plural: "ae")} \
|
||||||
singular: "a")} \
|
|
||||||
(#{sized_formulae.count}): #{sized_formulae.join(", ")}\n\n"
|
(#{sized_formulae.count}): #{sized_formulae.join(", ")}\n\n"
|
||||||
puts "Download Size: #{disk_usage_readable(sizes[:download])}"
|
puts "Download Size: #{disk_usage_readable(sizes[:download])}"
|
||||||
puts "Install Size: #{disk_usage_readable(sizes[:installed])}"
|
puts "Install Size: #{disk_usage_readable(sizes[:installed])}"
|
||||||
@ -442,6 +441,7 @@ module Homebrew
|
|||||||
total_net_size = 0
|
total_net_size = 0
|
||||||
|
|
||||||
sized_formulae.select(&:bottle).each do |formula|
|
sized_formulae.select(&:bottle).each do |formula|
|
||||||
|
bottle = formula.bottle
|
||||||
# Fetch additional bottle metadata (if necessary).
|
# Fetch additional bottle metadata (if necessary).
|
||||||
bottle.fetch_tab(quiet: !debug)
|
bottle.fetch_tab(quiet: !debug)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user