u-reproducible-dl-stage0
authorRust Maintainers <pkg-rust-maintainers@lists.alioth.debian.org>
Sat, 19 May 2018 20:10:33 +0000 (21:10 +0100)
committerXimin Luo <infinity0@debian.org>
Sat, 19 May 2018 20:10:33 +0000 (21:10 +0100)
Gbp-Pq: Name u-reproducible-dl-stage0.patch

src/bootstrap/bootstrap.py

index 603a97ddfd412ad23506bc932be645bc5ac65e8b..e5868bdf9bca1af38759ada36a1ce8b72b84647e 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)