summaryrefslogtreecommitdiffstats
path: root/debian/patches/u-reproducible-dl-stage0.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 12:19:51 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 12:19:51 +0000
commitfdf1d34a710c256efc66fdd4bdd5633fc95f6a84 (patch)
treecbd9cc6be00cded8314fc78b8a1e41c3abd0de45 /debian/patches/u-reproducible-dl-stage0.patch
parentMerging upstream version 1.69.0+dfsg1. (diff)
downloadrustc-fdf1d34a710c256efc66fdd4bdd5633fc95f6a84.tar.xz
rustc-fdf1d34a710c256efc66fdd4bdd5633fc95f6a84.zip
Merging debian version 1.69.0+dfsg1-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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