Merge lp:~stevenk/launchpad/nine-months-for-eva into lp:launchpad

Proposed by Steve Kowalik
Status: Merged
Approved by: William Grant
Approved revision: no longer in the source branch.
Merged at revision: 16594
Proposed branch: lp:~stevenk/launchpad/nine-months-for-eva
Merge into: lp:launchpad
Diff against target: 29 lines (+11/-1)
1 file modified
cronscripts/publishing/maintenance-check.py (+11/-1)
To merge this branch: bzr merge lp:~stevenk/launchpad/nine-months-for-eva
Reviewer Review Type Date Requested Status
William Grant code Approve
Review via email: mp+161968@code.launchpad.net

Commit message

The default maintenance check is now 9 months, Oneiric and Quantal is still 18 as normal.

Description of the change

Nine months for eva. Except for Oneiric and Quantal, who are still 18.

To post a comment you must log in.
Revision history for this message
William Grant (wgrant) :
review: Approve (code)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'cronscripts/publishing/maintenance-check.py'
2--- cronscripts/publishing/maintenance-check.py 2012-06-29 08:40:05 +0000
3+++ cronscripts/publishing/maintenance-check.py 2013-05-01 22:05:32 +0000
4@@ -41,7 +41,7 @@
5 # normal support timeframe
6 # time, seeds
7 SUPPORT_TIMEFRAME = [
8- ("18m", SUPPORTED_SEEDS),
9+ ("9m", SUPPORTED_SEEDS),
10 ]
11
12 # distro names that we check the seeds for
13@@ -98,6 +98,16 @@
14 ]
15
16
17+class QuantalUbuntuMaintenance(UbuntuMaintenance):
18+
19+ SUPPORT_TIMEFRAME = [
20+ ("18m", UbuntuMaintenance.SUPPORTED_SEEDS),
21+ ]
22+
23+
24+OneiricUbuntuMaintenance = QuantalUbuntuMaintenance
25+
26+
27 # Names of the distribution releases that are not supported by this
28 # tool. All later versions are supported.
29 UNSUPPORTED_DISTRO_RELEASED = [