u-reproducible-dl-stage0
authorRust Maintainers <pkg-rust-maintainers@lists.alioth.debian.org>
Wed, 25 Oct 2017 18:27:30 +0000 (19:27 +0100)
committerXimin Luo <infinity0@debian.org>
Wed, 25 Oct 2017 18:27:30 +0000 (19:27 +0100)
Gbp-Pq: Name u-reproducible-dl-stage0.patch

src/bootstrap/bootstrap.py

index 9369a55ccb97bc6c82ac05a25c7a461fe71e198e..8961f4bd78c0edc7566867402266f298b275c8ba 100644 (file)
@@ -88,7 +88,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)