[elbe-devel] [PATCH stable 3/3] Update the list of Ubuntu releases.
Richard Cochran
richardcochran at gmail.com
Sat Dec 22 22:53:24 CET 2018
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',
+ 'artful': 'artful',
+ 'bionic': 'bionic',
+ 'cosmic': 'cosmic',
}
--
2.11.0
More information about the elbe-devel
mailing list