Message ID | 20200204164732.135019-1-paolo.pisati@canonical.com |
---|---|
State | New |
Headers | show |
Series | info/kernel-series: Update linux-kvm in focal to 5.4 | expand |
I'm curious, Are we going to be appending the -5.X version to all source packages moving forward, post 5.4 ? On 2/4/20 11:47 AM, Paolo Pisati wrote: > Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com> > --- > info/kernel-series.yaml | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/info/kernel-series.yaml b/info/kernel-series.yaml > index f6dddc5f..33326850 100644 > --- a/info/kernel-series.yaml > +++ b/info/kernel-series.yaml > @@ -385,22 +385,22 @@ > invalid-tasks: [ 'certification-testing' ] > copy-forward: ['19.10', 'linux-gcp'] > > - linux-kvm: > + linux-kvm-5.4: > + variants: ['--'] > packages: > - linux-kvm: > + linux-kvm-5.4: > repo: ['git://git.launchpad.net/~canonical-kernel/ubuntu/+source/linux-kvm/+git/focal', 'master-next'] > - linux-meta-kvm: > + linux-meta-kvm-5.4: > type: meta > repo: ['git://git.launchpad.net/~canonical-kernel/ubuntu/+source/linux-meta-kvm/+git/focal'] > supported: true > - derived-from: [ '19.10', 'linux' ] > + derived-from: [ '20.04', 'linux-5.4' ] > testing: > flavours: > kvm: > arches: ['amd64'] # test system arch names > clouds: ['kvm'] > invalid-tasks: [ 'certification-testing' ] > - copy-forward: ['19.10', 'linux-kvm'] > > linux-oracle: > packages:
On Tue, Feb 04, 2020 at 11:58:43AM -0500, Sean Feole wrote: > I'm curious, > > Are we going to be appending the -5.X version to all source packages moving > forward, post 5.4 ? Yes, that is the plan. > > > On 2/4/20 11:47 AM, Paolo Pisati wrote: > > Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com> > > --- > > info/kernel-series.yaml | 10 +++++----- > > 1 file changed, 5 insertions(+), 5 deletions(-) > > > > diff --git a/info/kernel-series.yaml b/info/kernel-series.yaml > > index f6dddc5f..33326850 100644 > > --- a/info/kernel-series.yaml > > +++ b/info/kernel-series.yaml > > @@ -385,22 +385,22 @@ > > invalid-tasks: [ 'certification-testing' ] > > copy-forward: ['19.10', 'linux-gcp'] > > - linux-kvm: > > + linux-kvm-5.4: > > + variants: ['--'] > > packages: > > - linux-kvm: > > + linux-kvm-5.4: > > repo: ['git://git.launchpad.net/~canonical-kernel/ubuntu/+source/linux-kvm/+git/focal', 'master-next'] > > - linux-meta-kvm: > > + linux-meta-kvm-5.4: > > type: meta > > repo: ['git://git.launchpad.net/~canonical-kernel/ubuntu/+source/linux-meta-kvm/+git/focal'] > > supported: true > > - derived-from: [ '19.10', 'linux' ] > > + derived-from: [ '20.04', 'linux-5.4' ] > > testing: > > flavours: > > kvm: > > arches: ['amd64'] # test system arch names > > clouds: ['kvm'] > > invalid-tasks: [ 'certification-testing' ] > > - copy-forward: ['19.10', 'linux-kvm'] > > linux-oracle: > > packages: > > -- > kernel-team mailing list > kernel-team@lists.ubuntu.com > https://lists.ubuntu.com/mailman/listinfo/kernel-team
On Tue, Feb 04, 2020 at 05:47:32PM +0100, Paolo Pisati wrote:
> Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
Applied, thanks!
diff --git a/info/kernel-series.yaml b/info/kernel-series.yaml index f6dddc5f..33326850 100644 --- a/info/kernel-series.yaml +++ b/info/kernel-series.yaml @@ -385,22 +385,22 @@ invalid-tasks: [ 'certification-testing' ] copy-forward: ['19.10', 'linux-gcp'] - linux-kvm: + linux-kvm-5.4: + variants: ['--'] packages: - linux-kvm: + linux-kvm-5.4: repo: ['git://git.launchpad.net/~canonical-kernel/ubuntu/+source/linux-kvm/+git/focal', 'master-next'] - linux-meta-kvm: + linux-meta-kvm-5.4: type: meta repo: ['git://git.launchpad.net/~canonical-kernel/ubuntu/+source/linux-meta-kvm/+git/focal'] supported: true - derived-from: [ '19.10', 'linux' ] + derived-from: [ '20.04', 'linux-5.4' ] testing: flavours: kvm: arches: ['amd64'] # test system arch names clouds: ['kvm'] invalid-tasks: [ 'certification-testing' ] - copy-forward: ['19.10', 'linux-kvm'] linux-oracle: packages:
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com> --- info/kernel-series.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)