mbox series

[mantic:linux-meta,0/5] Fixup generic meta

Message ID 20230526111514.1503211-1-dimitri.ledkov@canonical.com
Headers show
Series Fixup generic meta | expand

Message

Dimitri John Ledkov May 26, 2023, 11:15 a.m. UTC
All of these things are stand-alone, thus can apply them out of order,
and skip some of them if they warrant additional discussion.

Changes:
  * drop long obsolete powerpc arch
  * drop oem-20.04 transitionals, obsolete post-jammy
  * add overdue oem-22.04 transitionals
  * add armhf to virtual, to simplify cloud-image building
  * add transitionasl from kvm to virtual to retire kvm kernel in
   mantic

Dimitri John Ledkov (5):
  UBUNTU: [Packaging] Drop absolete 32-bit powerpc arch
  UBUNTU: [Packaging] Drop oem-20.04 transitionals
  UBUNTU: [Packaging] roll oem-22.04 to hwe-22.04
  UBUNTU: [Packaging] Add armhf to virtual pointing at generic-lpae
  UBUNTU: [Packaging] Transition kvm to virtual

 debian/control.d/generic                 | 10 ++---
 debian/control.d/transitionals-kvm       | 32 ++++++++++++++
 debian/control.d/transitionals-oem-20.04 | 27 ------------
 debian/control.d/transitionals-oem-22.04 | 53 ++++++++++++++++++++++++
 debian/control.d/virtual                 | 16 +++----
 5 files changed, 98 insertions(+), 40 deletions(-)
 create mode 100644 debian/control.d/transitionals-kvm
 delete mode 100644 debian/control.d/transitionals-oem-20.04
 create mode 100644 debian/control.d/transitionals-oem-22.04

Comments

Andrea Righi June 1, 2023, 1:48 p.m. UTC | #1
On Fri, May 26, 2023 at 12:15:09PM +0100, Dimitri John Ledkov wrote:
> All of these things are stand-alone, thus can apply them out of order,
> and skip some of them if they warrant additional discussion.
> 
> Changes:
>   * drop long obsolete powerpc arch
>   * drop oem-20.04 transitionals, obsolete post-jammy
>   * add overdue oem-22.04 transitionals
>   * add armhf to virtual, to simplify cloud-image building
>   * add transitionasl from kvm to virtual to retire kvm kernel in
>    mantic
> 
> Dimitri John Ledkov (5):
>   UBUNTU: [Packaging] Drop absolete 32-bit powerpc arch
>   UBUNTU: [Packaging] Drop oem-20.04 transitionals
>   UBUNTU: [Packaging] roll oem-22.04 to hwe-22.04
>   UBUNTU: [Packaging] Add armhf to virtual pointing at generic-lpae

I don't understand very much this one about generic-lpae, but everything
else looks good to me. All nice cleanups!

>   UBUNTU: [Packaging] Transition kvm to virtual

Acked-by: Andrea Righi <andrea.righi@canonical.com>
Andrea Righi June 1, 2023, 1:50 p.m. UTC | #2
On Fri, May 26, 2023 at 12:15:09PM +0100, Dimitri John Ledkov wrote:
> All of these things are stand-alone, thus can apply them out of order,
> and skip some of them if they warrant additional discussion.
> 
> Changes:
>   * drop long obsolete powerpc arch
>   * drop oem-20.04 transitionals, obsolete post-jammy
>   * add overdue oem-22.04 transitionals
>   * add armhf to virtual, to simplify cloud-image building
>   * add transitionasl from kvm to virtual to retire kvm kernel in
>    mantic

Applied to mantic/linux-unstable.

-Andrea