From be5e49a71c9694fce571acd57edbb830e7cc1338 Mon Sep 17 00:00:00 2001 From: Rust Maintainers Date: Sun, 9 Jul 2017 00:35:25 +0100 Subject: [PATCH] u-reproducible-dl-stage0 =================================================================== Gbp-Pq: Name u-reproducible-dl-stage0.patch --- src/bootstrap/bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.30.2