u-reproducible-dl-stage0
authorRust Maintainers <pkg-rust-maintainers@lists.alioth.debian.org>
Sat, 8 Jul 2017 23:35:25 +0000 (00:35 +0100)
committerPeter Michael Green <plugwash@raspbian.org>
Sat, 8 Jul 2017 23:35:25 +0000 (00:35 +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):