From: Debian Rust Maintainers Date: Wed, 25 Jul 2018 04:35:56 +0000 (+0100) Subject: u-reproducible-dl-stage0 X-Git-Tag: archive/raspbian/1.27.2+dfsg1-1+rpi1^2~10 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9a85132a90b0981486502db3f4ca9a91f1e4e56b;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 487440becf..badf8dbc2b 100644 --- a/src/bootstrap/bootstrap.py +++ b/src/bootstrap/bootstrap.py @@ -88,7 +88,7 @@ def _download(path, url, probably_big, verbose, exception): option = "-#" else: option = "-s" - run(["curl", option, "--retry", "3", "-Sf", "-o", path, url], + run(["curl", option, "-R", "--retry", "3", "-Sf", "-o", path, url], verbose=verbose, exception=exception)