Code review comment for lp:~bladernr/ubuntu-qa-tools/dl-ubuntu-test-iso-maverick

Revision history for this message
James Westby (james-w) wrote :

On Tue, 01 Jun 2010 16:12:36 -0000, Steve Beattie <email address hidden> wrote:
> On Tue, Jun 01, 2010 at 03:48:36PM -0000, James Westby wrote:
> > What effect does
> >
> > 25 -default['releases'] = ['hardy', 'lucid']
> > 26 +default['releases'] = ['lucid', 'maverick']
> >
> > have?
> >
> > Hardy is still a supported release,
>
> Hardy is still a supported release (so is Dapper); however, unless
> plans have changed, we will not be spinning more Hardy isos (i.e. no
> more Hardy point releases).
>
> > is that supposed to be "latest LTS + development release"?
>
> Yes. If you're aware of a way we can query launchpad or the archive
> to determine this at runtime, I'd appreciate hearing about it. (We
> already query launchpad if possible to update the name of the current
> development release dynamically).

You can iterate over the series to get the listing of what is LTS. It
won't help you to know if any further point releases are planned though.

Thanks,

James

« Back to merge proposal