u-reproducible-dl-stage0
authorRust Maintainers <pkg-rust-maintainers@lists.alioth.debian.org>
Mon, 17 Jul 2017 11:41:59 +0000 (12:41 +0100)
committerXimin Luo <infinity0@debian.org>
Mon, 17 Jul 2017 11:41:59 +0000 (12:41 +0100)
Gbp-Pq: Name u-reproducible-dl-stage0.patch

src/bootstrap/bootstrap.py

index 3ebedf46ce40aae6526e4d9c2d1cc0bcd79e2a9d..0a6a2513377c6e388ddfa1e9758de8050002505c 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)