From: Debian Rust Maintainers Date: Fri, 22 Oct 2021 22:29:14 +0000 (+0100) Subject: u-reproducible-dl-stage0 X-Git-Tag: archive/raspbian/1.59.0+dfsg1-1_deb11u3+rpi1~1^2^2^2^2~27 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5dd4cf29d2cda61cc7246501394f89e5b2ae32c9;p=rustc-mozilla.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 3a4a43505..524fb8a89 100644 --- a/src/bootstrap/bootstrap.py +++ b/src/bootstrap/bootstrap.py @@ -93,7 +93,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)