u-reproducible-dl-stage0
authorRust Maintainers <pkg-rust-maintainers@lists.alioth.debian.org>
Wed, 9 Aug 2017 02:49:55 +0000 (03:49 +0100)
committerPeter Michael Green <plugwash@raspbian.org>
Wed, 9 Aug 2017 02:49:55 +0000 (03:49 +0100)
Gbp-Pq: Name u-reproducible-dl-stage0.patch

src/bootstrap/bootstrap.py

index f12c7d3ffee9ece1fff0e95e946cb3cd998d0bcf..3ba03b9f21bbb8288ee1909e362c5426da897dd7 100644 (file)
@@ -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)