u-reproducible-dl-stage0
authorRust Maintainers <pkg-rust-maintainers@lists.alioth.debian.org>
Tue, 25 Jul 2017 21:19:47 +0000 (22:19 +0100)
committerXimin Luo <infinity0@debian.org>
Tue, 25 Jul 2017 21:19:47 +0000 (22:19 +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)