diff mbox series

kteam-tools: info/kernel-series: advance unstable to 5.7

Message ID 20200428115549.66101-1-paolo.pisati@canonical.com
State New
Headers show
Series kteam-tools: info/kernel-series: advance unstable to 5.7 | expand

Commit Message

Paolo Pisati April 28, 2020, 11:55 a.m. UTC
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
---
 info/kernel-series.yaml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Comments

Andrea Righi April 28, 2020, 12:19 p.m. UTC | #1
Looks good to me. Thanks!

Acked-by: Andrea Righi <andrea.righi@canonical.com>

On Tue, Apr 28, 2020 at 01:55:49PM +0200, Paolo Pisati wrote:
> Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
> ---
>  info/kernel-series.yaml | 14 +++++++-------
>  1 file changed, 7 insertions(+), 7 deletions(-)
> 
> diff --git a/info/kernel-series.yaml b/info/kernel-series.yaml
> index e0a4957d..2f5f93ad 100644
> --- a/info/kernel-series.yaml
> +++ b/info/kernel-series.yaml
> @@ -239,19 +239,19 @@
>                          clouds: ['metal', 'kvm', 'aws', 'azure', 'gcp']
>              copy-forward: [ '20.04', 'linux' ]
>  
> -        linux-5.6:
> -            versions: ['5.6.0']
> +        linux-5.7:
> +            versions: ['5.7.0']
>              variants: ['-wip']
>              packages:
> -                linux-5.6:
> +                linux-5.7:
>                      repo: ['git://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/unstable', 'master']
> -                linux-meta-5.6:
> +                linux-meta-5.7:
>                      type: meta
>                      repo: ['git://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux-meta/+git/unstable']
> -                linux-signed-5.6:
> +                linux-signed-5.7:
>                      type: signed
>                      repo: ['git://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux-signed/+git/unstable']
> -                linux-restricted-modules-5.6:
> +                linux-restricted-modules-5.7:
>                      type: lrm
>                      repo: ['git://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux-restricted-modules/+git/unstable']
>              supported: false
> @@ -264,7 +264,7 @@
>                      lowlatency:
>                          arches: ['amd64']
>                          clouds: ['metal', 'kvm', 'aws', 'azure', 'gcp']
> -            copy-forward: [ '20.04', 'linux-5.6' ]
> +            copy-forward: [ '20.10', 'linux-5.7' ]
>  
>          linux-raspi:
>              variants: ['--']
> -- 
> 2.25.1
> 
> 
> -- 
> kernel-team mailing list
> kernel-team@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team
Seth Forshee April 28, 2020, 12:29 p.m. UTC | #2
On Tue, Apr 28, 2020 at 01:55:49PM +0200, Paolo Pisati wrote:
> Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>

Applied, with the copy-forward removed as it's not needed. Thanks!
diff mbox series

Patch

diff --git a/info/kernel-series.yaml b/info/kernel-series.yaml
index e0a4957d..2f5f93ad 100644
--- a/info/kernel-series.yaml
+++ b/info/kernel-series.yaml
@@ -239,19 +239,19 @@ 
                         clouds: ['metal', 'kvm', 'aws', 'azure', 'gcp']
             copy-forward: [ '20.04', 'linux' ]
 
-        linux-5.6:
-            versions: ['5.6.0']
+        linux-5.7:
+            versions: ['5.7.0']
             variants: ['-wip']
             packages:
-                linux-5.6:
+                linux-5.7:
                     repo: ['git://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/unstable', 'master']
-                linux-meta-5.6:
+                linux-meta-5.7:
                     type: meta
                     repo: ['git://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux-meta/+git/unstable']
-                linux-signed-5.6:
+                linux-signed-5.7:
                     type: signed
                     repo: ['git://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux-signed/+git/unstable']
-                linux-restricted-modules-5.6:
+                linux-restricted-modules-5.7:
                     type: lrm
                     repo: ['git://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux-restricted-modules/+git/unstable']
             supported: false
@@ -264,7 +264,7 @@ 
                     lowlatency:
                         arches: ['amd64']
                         clouds: ['metal', 'kvm', 'aws', 'azure', 'gcp']
-            copy-forward: [ '20.04', 'linux-5.6' ]
+            copy-forward: [ '20.10', 'linux-5.7' ]
 
         linux-raspi:
             variants: ['--']