From caa56ba87e78a38e89db75d6df4e8b047e0b723a Mon Sep 17 00:00:00 2001 From: Rust Maintainers Date: Wed, 9 Aug 2017 03:49:55 +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 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) -- 2.30.2