Imported Upstream version 5.10.0.140

Former-commit-id: bf0b1a031620c61ba2850f2b795e389ea58917e5
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-02-24 13:39:24 +00:00
parent 5b69a2693e
commit ea8182f0a0
38 changed files with 41 additions and 33 deletions

View File

@@ -286,7 +286,7 @@ class Package:
curl_bin = which('curl')
if not curl_bin:
error('curl not found in PATH')
run (curl_bin,['-L','-o', cache_dest, archive], None)
run (curl_bin,['--location','--fail','--output', cache_dest, archive], None)
def update_cache():
pass