~hloeung/ubuntu-archive-publishing/remove-old-archive-syncproxy-wahoo

« back to all changes in this revision

Viewing changes to scripts/maintenance-check.py

  • Committer: Steve Langasek
  • Date: 2018-04-03 22:03:42 UTC
  • mfrom: (100.1.1 lubuntu-next-m-c)
  • Revision ID: steve.langasek@canonical.com-20180403220342-srv35hvhyjoso1wd
MergeĀ lp:~tsimonq2/ubuntu-archive-publishing/lubuntu-next-support-cycle-adjustment

Show diffs side-by-side

added added

removed removed

Lines of Context:
209
209
    This changes the timeframe for desktop packages from 3y to 5y.
210
210
    """
211
211
 
 
212
    # Lubuntu Next should only be supported for nine months, but is in the
 
213
    # same seed as Lubuntu, which should be supported for three years. This
 
214
    # blacklists the Next-specific files in the seed.
 
215
    REGULAR_SEEDS = [
 
216
        "ship-live-qt",
 
217
        "live-qt",
 
218
        "desktop-qt",
 
219
        ]
 
220
 
212
221
    # lts support timeframe, order is important, least supported must be last
213
222
    # time, seeds
214
223
    SUPPORT_TIMEFRAME = [
221
230
        ("3y", UbuntuMaintenance.SERVER_SEEDS),
222
231
        ("3y", UbuntuMaintenance.DESKTOP_SEEDS),
223
232
        ("3y", UbuntuMaintenance.SUPPORTED_SEEDS),
 
233
        ("9m", REGULAR_SEEDS),
224
234
        ]
225
235
 
226
236
    # on an LTS this is significant, it defines what names get LTS support