Merge lp:~stgraber/ubuntu-archive-tools/fix-lts-precise into lp:ubuntu-archive-tools

Proposed by Stéphane Graber
Status: Merged
Approved by: Colin Watson
Approved revision: 596
Merged at revision: 596
Proposed branch: lp:~stgraber/ubuntu-archive-tools/fix-lts-precise
Merge into: lp:ubuntu-archive-tools
Diff against target: 12 lines (+1/-1)
1 file modified
publish-image-set (+1/-1)
To merge this branch: bzr merge lp:~stgraber/ubuntu-archive-tools/fix-lts-precise
Reviewer Review Type Date Requested Status
Colin Watson Approve
Review via email: mp+121005@code.launchpad.net

Description of the change

Update regexp to work with 12.04.

To post a comment you must log in.
Revision history for this message
Colin Watson (cjwatson) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'publish-image-set'
2--- publish-image-set 2012-07-31 11:51:59 +0000
3+++ publish-image-set 2012-08-23 14:24:19 +0000
4@@ -43,7 +43,7 @@
5
6
7 milestone_name_re = re.compile('(Alpha|Beta|RC|Final|Pre-release)(?: (\d))?')
8-stable_name_re = re.compile('(Lucid) 10\.04\.\d+')
9+stable_name_re = re.compile('(Lucid|Precise) (10|12)\.04\.\d+')
10
11 # do not warn about not being able to handle those
12 ignore_product_re = re.compile('Netboot |Upgrade |Server EC2|line-through')

Subscribers

People subscribed via source and target branches