u-reproducible-dl-stage0
authorRust Maintainers <pkg-rust-maintainers@lists.alioth.debian.org>
Wed, 19 Apr 2017 20:47:18 +0000 (21:47 +0100)
committerXimin Luo <infinity0@debian.org>
Wed, 19 Apr 2017 20:47:18 +0000 (21:47 +0100)
===================================================================

Gbp-Pq: Name u-reproducible-dl-stage0.patch

src/bootstrap/bootstrap.py

index bc8341102421b8f217311eca2903f5a92e217c4a..442973e4668046bddeab68c960a9a0b3f00e6768 100644 (file)
@@ -72,7 +72,7 @@ def download(path, url, probably_big, verbose):
             option = "-#"
         else:
             option = "-s"
-        run(["curl", option, "--retry", "3", "-Sf", "-o", path, url], verbose=verbose)
+        run(["curl", option, "-R", "--retry", "3", "-Sf", "-o", path, url], verbose=verbose)
 
 
 def verify(path, sha_path, verbose):