[PATCH 2/2][kteam-tools] ktl: Added new entries for development version 12.10 Quantal Quetzal.

Luis Henriques luis.henriques at canonical.com
Wed Apr 25 12:44:16 UTC 2012


Signed-off-by: Luis Henriques <luis.henriques at canonical.com>
---
 ktl/ubuntu.py |   30 +++++++++++++++++++++++++++++-
 1 file changed, 29 insertions(+), 1 deletion(-)

diff --git a/ktl/ubuntu.py b/ktl/ubuntu.py
index 2d09c28..fff12f7 100644
--- a/ktl/ubuntu.py
+++ b/ktl/ubuntu.py
@@ -20,9 +20,35 @@ class UbuntuError(Exception):
 class Ubuntu:
 
     db = {
-        '12.04' :
+        '12.10' :
         {
             'development' : True,        # This is the version that is currently under development
+            'series_version' : '12.10',
+            'kernel'    : '3.4.0',
+            'name'      : 'quantal',
+            'supported' : False,
+            # adjust packages when this goes live
+            'packages'  :
+            [
+                'linux',
+                'linux-meta',
+                'linux-ti-omap4',
+                'linux-meta-ti-omap4'
+            ],
+            'dependent-packages' :
+            {
+                'linux' : { 'meta' : 'linux-meta' },
+                'linux-ti-omap4' : { 'meta' : 'linux-meta-ti-omap4' }
+            },
+            'derivative-packages' :
+            {
+                'linux' : [ 'linux-ti-omap4' ]
+            },
+            'sha1' : '',
+            'md5' : ''
+        },
+        '12.04' :
+        {
             'series_version' : '12.04',
             'kernel'    : '3.2.0',
             'name'      : 'precise',
@@ -294,6 +320,7 @@ class Ubuntu:
     }
 
     index_by_kernel_version = {
+        '3.4.0'    : db['12.10'],
         '3.2.0'    : db['12.04'],
         '3.0.0'    : db['11.10'],
         '2.6.38'   : db['11.04'],
@@ -309,6 +336,7 @@ class Ubuntu:
     }
 
     index_by_series_name = {
+        'quantal'  : db['12.10'],
         'precise'  : db['12.04'],
         'oneiric'  : db['11.10'],
         'natty'    : db['11.04'],
-- 
1.7.9.5





More information about the kernel-team mailing list