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
1=== modified file 'retry-autopkgtest-regressions'
2--- retry-autopkgtest-regressions 2020-07-27 11:11:04 +0000
3+++ retry-autopkgtest-regressions 2020-07-29 21:29:33 +0000
4@@ -219,7 +219,7 @@
5 if e.code == 404:
6 # some versions of britney output this file uncompressed, try that
7 # location too
8- f = get_url(url.rstrip('.xz'), force_cached)
9+ f = get_url(excuses_url.rstrip('.xz'), force_cached)
10 excuses = yaml.load(f, Loader=yaml.CSafeLoader)
11 f.close()
12 else:

Subscribers

People subscribed via source and target branches