Merge lp:~rbalint/ubuntu-archive-tools/retry-non-xz into lp:ubuntu-archive-tools

Proposed by Balint Reczey
Status: Merged
Merged at revision: 1357
Proposed branch: lp:~rbalint/ubuntu-archive-tools/retry-non-xz
Merge into: lp:ubuntu-archive-tools
Diff against target: 12 lines (+1/-1)
1 file modified
retry-autopkgtest-regressions (+1/-1)
To merge this branch: bzr merge lp:~rbalint/ubuntu-archive-tools/retry-non-xz
Reviewer Review Type Date Requested Status
Iain Lane Pending
Review via email: mp+388328@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'retry-autopkgtest-regressions'
--- retry-autopkgtest-regressions 2020-07-27 11:11:04 +0000
+++ retry-autopkgtest-regressions 2020-07-29 21:29:33 +0000
@@ -219,7 +219,7 @@
219 if e.code == 404:219 if e.code == 404:
220 # some versions of britney output this file uncompressed, try that220 # some versions of britney output this file uncompressed, try that
221 # location too221 # location too
222 f = get_url(url.rstrip('.xz'), force_cached)222 f = get_url(excuses_url.rstrip('.xz'), force_cached)
223 excuses = yaml.load(f, Loader=yaml.CSafeLoader)223 excuses = yaml.load(f, Loader=yaml.CSafeLoader)
224 f.close()224 f.close()
225 else:225 else:

Subscribers

People subscribed via source and target branches