From: Rust Maintainers Date: Wed, 4 Jan 2017 20:34:56 +0000 (+0000) Subject: u-reproducible-dl-stage0 X-Git-Tag: archive/raspbian/1.17.0+dfsg2-8+rpi1~2^2^2^2~15 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=72ef54a409e2c394cde6ad22963ff6f31da9fbc1;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 63feea1057..34b70ecf63 100644 --- a/src/bootstrap/bootstrap.py +++ b/src/bootstrap/bootstrap.py @@ -63,7 +63,7 @@ def download(path, url, verbose): ".DownloadFile('{}', '{}')".format(url, path)], verbose=verbose) else: - run(["curl", "-o", path, url], verbose=verbose) + run(["curl", "-R", "-o", path, url], verbose=verbose) def verify(path, sha_path, verbose):