From: Rust Maintainers Date: Mon, 17 Jul 2017 11:41:59 +0000 (+0100) Subject: u-reproducible-dl-stage0 X-Git-Tag: archive/raspbian/1.17.0+dfsg2-8+rpi1~1^2~24 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=57dcc5d511866fde1e8c0be965354a00a22a1cab;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 3ebedf46ce..0a6a251337 100644 --- a/src/bootstrap/bootstrap.py +++ b/src/bootstrap/bootstrap.py @@ -84,7 +84,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)