From: Rust Maintainers Date: Wed, 9 Aug 2017 02:49:55 +0000 (+0100) Subject: u-reproducible-dl-stage0 X-Git-Tag: archive/raspbian/1.19.0+dfsg3-4+rpi1^2~12 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=caa56ba87e78a38e89db75d6df4e8b047e0b723a;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 f12c7d3ffe..3ba03b9f21 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)