u-reproducible-dl-stage0
authorDebian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Thu, 14 Jul 2022 11:17:37 +0000 (13:17 +0200)
committerEmilio Pozuelo Monfort <pochu@debian.org>
Mon, 18 Sep 2023 17:32:04 +0000 (18:32 +0100)
===================================================================

Gbp-Pq: Name u-reproducible-dl-stage0.patch

src/bootstrap/bootstrap.py

index 40d478a17ebc503e61d624a936802fe1ede8f814..ac5cb076b538e343c9b9909aaa93f3eeeb3ed5c8 100644 (file)
@@ -130,7 +130,7 @@ def _download(path, url, probably_big, verbose, exception):
              "-L", # Follow redirect.
              "-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=True, # Will raise RuntimeError on failure
         )