pull: increase Bintray fetch retries.

This commit is contained in:
Mike McQuaid 2015-09-14 08:09:26 +01:00
parent deca462d9e
commit 49dde3c559

View File

@ -211,7 +211,7 @@ module Homebrew
end
bintray_fetch_formulae.each do |f|
max_retries = 5
max_retries = 8
retry_count = 0
begin
success = system "brew", "fetch", "--force-bottle", f.full_name