From: Rust Maintainers Date: Sun, 12 Mar 2017 03:15:33 +0000 (+0000) Subject: u-reproducible-dl-stage0 X-Git-Tag: archive/raspbian/1.17.0+dfsg2-8+rpi1~2^2^2~21 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=961e874322140a8788db47575be8943418a119f6;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 82a546f195..c946fdf3a7 100644 --- a/src/bootstrap/bootstrap.py +++ b/src/bootstrap/bootstrap.py @@ -72,7 +72,7 @@ def download(path, url, probably_big, verbose): option = "-#" else: option = "-s" - run(["curl", option, "-Sf", "-o", path, url], verbose=verbose) + run(["curl", "-R", option, "-Sf", "-o", path, url], verbose=verbose) def verify(path, sha_path, verbose):