From a09de203f2398ae3d6777e545b3af812eee9d0ed Mon Sep 17 00:00:00 2001 From: Rust Maintainers Date: Sat, 19 May 2018 21:10:33 +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 603a97ddfd..e5868bdf9b 100644 --- a/src/bootstrap/bootstrap.py +++ b/src/bootstrap/bootstrap.py @@ -88,7 +88,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) -- 2.30.2