Merge lp:~brian-murray/ubuntu-archive-tools/close-EOL-use-title into lp:ubuntu-archive-tools

Proposed by Brian Murray
Status: Merged
Approved by: Steve Langasek
Approved revision: 1367
Merged at revision: 1369
Proposed branch: lp:~brian-murray/ubuntu-archive-tools/close-EOL-use-title
Merge into: lp:ubuntu-archive-tools
Diff against target: 15 lines (+2/-2)
1 file modified
close-EOL-bugs (+2/-2)
To merge this branch: bzr merge lp:~brian-murray/ubuntu-archive-tools/close-EOL-use-title
Reviewer Review Type Date Requested Status
Ubuntu Package Archive Administrators Pending
Review via email: mp+389491@code.launchpad.net

Description of the change

series.title is "The Eoan Ermine" for Ubuntu 19.10 which seems nicer so I switched to that. Additionally, the print gave you an API web link which wasn't that informative so I switched it to the bug link.

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 'close-EOL-bugs'
2--- close-EOL-bugs 2020-07-02 20:20:23 +0000
3+++ close-EOL-bugs 2020-08-18 17:16:13 +0000
4@@ -29,9 +29,9 @@
5 'Fix Committed'),
6 omit_duplicates=True)
7 message = ('%s has reached end of life, so this bug will not be fixed'
8- ' for that release' % series.name)
9+ ' for that release' % series.title)
10 for task in bugs:
11- print(task)
12+ print(task.web_link)
13 task.status = "Won't Fix"
14 task.bug.newMessage(content=message)
15 task.lp_save()

Subscribers

People subscribed via source and target branches