diff mbox

[1/2,kteam-tools] ktl: Maverick is not supported anymore.

Message ID 1335357856-30468-2-git-send-email-luis.henriques@canonical.com
State New
Headers show

Commit Message

Luis Henriques April 25, 2012, 12:44 p.m. UTC
Signed-off-by: Luis Henriques <luis.henriques@canonical.com>
---
 ktl/ubuntu.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tim Gardner April 25, 2012, 1:12 p.m. UTC | #1
On 04/25/2012 06:44 AM, Luis Henriques wrote:
> Signed-off-by: Luis Henriques <luis.henriques@canonical.com>
> ---
>  ktl/ubuntu.py |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/ktl/ubuntu.py b/ktl/ubuntu.py
> index ee1f4a3..2d09c28 100644
> --- a/ktl/ubuntu.py
> +++ b/ktl/ubuntu.py
> @@ -110,7 +110,7 @@ class Ubuntu:
>              'series_version' : '10.10',
>              'kernel' : '2.6.35',
>              'name' : 'maverick',
> -            'supported' : True,
> +            'supported' : False,
>              'packages' :
>              [
>                  'linux',

Looks like Brad beat you to it on April 12
(32980969ad64a5d24ba25f160fc00be423d1fdf7). Are you sure your repo is up
to date ?

rtg
Luis Henriques April 25, 2012, 1:25 p.m. UTC | #2
On Wed, Apr 25, 2012 at 07:12:50AM -0600, Tim Gardner wrote:
> On 04/25/2012 06:44 AM, Luis Henriques wrote:
> > Signed-off-by: Luis Henriques <luis.henriques@canonical.com>
> > ---
> >  ktl/ubuntu.py |    2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/ktl/ubuntu.py b/ktl/ubuntu.py
> > index ee1f4a3..2d09c28 100644
> > --- a/ktl/ubuntu.py
> > +++ b/ktl/ubuntu.py
> > @@ -110,7 +110,7 @@ class Ubuntu:
> >              'series_version' : '10.10',
> >              'kernel' : '2.6.35',
> >              'name' : 'maverick',
> > -            'supported' : True,
> > +            'supported' : False,
> >              'packages' :
> >              [
> >                  'linux',
> 
> Looks like Brad beat you to it on April 12
> (32980969ad64a5d24ba25f160fc00be423d1fdf7). Are you sure your repo is up
> to date ?

Ups, I guess not.  I need to be faster.  Much faster!  April 12? *g*

Anyway, just checked and the 2nd patch still applies cleanly.

Cheers,
--
Luis
diff mbox

Patch

diff --git a/ktl/ubuntu.py b/ktl/ubuntu.py
index ee1f4a3..2d09c28 100644
--- a/ktl/ubuntu.py
+++ b/ktl/ubuntu.py
@@ -110,7 +110,7 @@  class Ubuntu:
             'series_version' : '10.10',
             'kernel' : '2.6.35',
             'name' : 'maverick',
-            'supported' : True,
+            'supported' : False,
             'packages' :
             [
                 'linux',