From 0a0c3cf98591bf1b88a544ce3acbbecfd201408a Mon Sep 17 00:00:00 2001 From: Rust Maintainers Date: Wed, 19 Apr 2017 21:47:18 +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