From: Rust Maintainers Date: Mon, 18 Dec 2017 18:46:25 +0000 (+0000) Subject: u-reproducible-dl-stage0 X-Git-Tag: archive/raspbian/1.22.1+dfsg1-1+rpi1^2~10 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=aef778bc6d023c2ef777d3a7b7d589b1b8d1895d;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 a37e70e1fd..735bb9bb04 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)