[elbe-devel] [PATCH stable 3/3] Update the list of Ubuntu releases.
Richard Cochran
richardcochran at gmail.com
Sat Dec 22 23:42:22 CET 2018
On Sat, Dec 22, 2018 at 01:53:24PM -0800, Richard Cochran wrote:
> Ubuntu images may be produced using elbe. However, the list of
> releases ends with the 13.10 release from 2013. This patch brings the
> list up to date.
>
> Signed-off-by: Richard Cochran <richardcochran at gmail.com>
> ---
> elbepack/debianreleases.py | 10 ++++++++++
> 1 file changed, 10 insertions(+)
>
> diff --git a/elbepack/debianreleases.py b/elbepack/debianreleases.py
> index ee2d793f..ddc1d238 100644
> --- a/elbepack/debianreleases.py
> +++ b/elbepack/debianreleases.py
> @@ -28,6 +28,16 @@ suite2codename = { 'oldoldoldstable': 'squeeze',
> 'quantal': 'quantal',
> 'raring': 'raring',
> 'saucy': 'saucy',
> + 'trusty': 'trusty',
> + 'utopic': 'utopic',
> + 'vivid': 'vivid',
> + 'wily': 'wily',
> + 'xenial': 'xenial',
> + 'yakkety': 'yakkety',
> + 'zesty': 'zesty',
Actually, the debootstrap shipped in elbe v2.4 doesn't support these
last three, but it does support zesty.
> + 'artful': 'artful',
> + 'bionic': 'bionic',
> + 'cosmic': 'cosmic',
> }
Thanks,
Richard
More information about the elbe-devel
mailing list