From: Rust Maintainers Date: Wed, 19 Apr 2017 20:47:18 +0000 (+0100) Subject: u-reproducible-dl-stage0 X-Git-Tag: archive/raspbian/1.17.0+dfsg2-8+rpi1~2^2~20 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0a0c3cf98591bf1b88a544ce3acbbecfd201408a;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 bc83411024..442973e466 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, "--retry", "3", "-Sf", "-o", path, url], verbose=verbose) + run(["curl", option, "-R", "--retry", "3", "-Sf", "-o", path, url], verbose=verbose) def verify(path, sha_path, verbose):