From 41cf62e60cf652d92a14995f905cd0e592c16f6c Mon Sep 17 00:00:00 2001 From: Debian Rust Maintainers Date: Sun, 16 Dec 2018 22:34:44 +0000 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 b5dc0090c8..c2b3195e03 100644 --- a/src/bootstrap/bootstrap.py +++ b/src/bootstrap/bootstrap.py @@ -91,7 +91,7 @@ def _download(path, url, probably_big, verbose, exception): run(["curl", option, "-y", "30", "-Y", "10", # timeout if speed is < 10 bytes/sec for > 30 seconds "--connect-timeout", "30", # timeout if cannot connect within 30 seconds - "--retry", "3", "-Sf", "-o", path, url], + "--retry", "3", "-Sf", "-o", path, "-R", url], verbose=verbose, exception=exception) -- 2.30.2