u-reproducible-dl-stage0
authorRust Maintainers <pkg-rust-maintainers@lists.alioth.debian.org>
Mon, 1 Jan 2018 13:27:19 +0000 (13:27 +0000)
committerXimin Luo <infinity0@debian.org>
Mon, 1 Jan 2018 13:27:19 +0000 (13:27 +0000)
Gbp-Pq: Name u-reproducible-dl-stage0.patch

src/bootstrap/bootstrap.py

index a37e70e1fdfc97acc16f4b71deb5e4ea0d68d297..735bb9bb04946551ff134e422e6e2b3fe115db9c 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)