From: Debian Rust Maintainers Date: Mon, 28 Jan 2019 06:02:48 +0000 (+0000) Subject: u-reproducible-dl-stage0 X-Git-Tag: archive/raspbian/1.32.0+dfsg1-1+rpi1^2~16 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=82af203180109b6a26eb57e7de9f34015a613068;p=rustc.git u-reproducible-dl-stage0 Gbp-Pq: Name u-reproducible-dl-stage0.patch --- diff --git a/src/bootstrap/bootstrap.py b/src/bootstrap/bootstrap.py index d143dffb24..1b795a81cb 100644 --- a/src/bootstrap/bootstrap.py +++ b/src/bootstrap/bootstrap.py @@ -91,7 +91,7 @@ def _download(path, url, probably_big, verbose, exception): run(["curl", option, "-y", "30", "-Y", "10", # timeout if speed is < 10 bytes/sec for > 30 seconds "--connect-timeout", "30", # timeout if cannot connect within 30 seconds - "--retry", "3", "-Sf", "-o", path, url], + "--retry", "3", "-Sf", "-o", path, "-R", url], verbose=verbose, exception=exception)