← Back to team overview

launchpad-reviewers team mailing list archive

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

 

Steve Kowalik has proposed merging lp:~stevenk/launchpad/nine-months-for-eva into lp:launchpad.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~stevenk/launchpad/nine-months-for-eva/+merge/161968

Nine months for eva. Except for Oneiric and Quantal, who are still 18.
-- 
https://code.launchpad.net/~stevenk/launchpad/nine-months-for-eva/+merge/161968
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~stevenk/launchpad/nine-months-for-eva into lp:launchpad.
=== modified file 'cronscripts/publishing/maintenance-check.py'
--- cronscripts/publishing/maintenance-check.py	2012-06-29 08:40:05 +0000
+++ cronscripts/publishing/maintenance-check.py	2013-05-01 22:05:32 +0000
@@ -41,7 +41,7 @@
     # normal support timeframe
     # time, seeds
     SUPPORT_TIMEFRAME = [
-        ("18m", SUPPORTED_SEEDS),
+        ("9m", SUPPORTED_SEEDS),
         ]
 
     # distro names that we check the seeds for
@@ -98,6 +98,16 @@
         ]
 
 
+class QuantalUbuntuMaintenance(UbuntuMaintenance):
+
+    SUPPORT_TIMEFRAME = [
+        ("18m", UbuntuMaintenance.SUPPORTED_SEEDS),
+        ]
+
+
+OneiricUbuntuMaintenance = QuantalUbuntuMaintenance
+
+
 # Names of the distribution releases that are not supported by this
 # tool. All later versions are supported.
 UNSUPPORTED_DISTRO_RELEASED = [