summaryrefslogtreecommitdiffstats
path: root/debian/patches/u-reproducible-dl-stage0.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/u-reproducible-dl-stage0.patch')
-rw-r--r--debian/patches/u-reproducible-dl-stage0.patch18
1 files changed, 9 insertions, 9 deletions
diff --git a/debian/patches/u-reproducible-dl-stage0.patch b/debian/patches/u-reproducible-dl-stage0.patch
index b6ba259ec..0ac05cb8b 100644
--- a/debian/patches/u-reproducible-dl-stage0.patch
+++ b/debian/patches/u-reproducible-dl-stage0.patch
@@ -11,12 +11,12 @@ diff --git a/src/bootstrap/bootstrap.py b/src/bootstrap/bootstrap.py
index ab4338e..0227735 100644
--- a/src/bootstrap/bootstrap.py
+++ b/src/bootstrap/bootstrap.py
-@@ -92,7 +92,7 @@ def _download(path, url, probably_big, v
- "-L", # Follow redirect.
- "-y", "30", "-Y", "10", # timeout if speed is < 10 bytes/sec for > 30 seconds
- "--connect-timeout", "30", # timeout if cannot connect within 30 seconds
-- "--retry", "3", "-Sf", "-o", path, url],
-+ "--retry", "3", "-Sf", "-o", path, "-R", url],
- verbose=verbose,
- exception=True, # Will raise RuntimeError on failure
- )
+@@ -92,7 +92,7 @@
+ "-L", # Follow redirect.
+ "-y", "30", "-Y", "10", # timeout if speed is < 10 bytes/sec for > 30 seconds
+ "--connect-timeout", "30", # timeout if cannot connect within 30 seconds
+- "--retry", "3", "-Sf", url],
++ "--retry", "3", "-Sf", "-R", url],
+ stdout=outfile, #Implements cli redirect operator '>'
+ verbose=verbose,
+ exception=True, # Will raise RuntimeError on failure