Merge ~paride/ubuntu-seeds/+git/platform:focal into ~ubuntu-core-dev/ubuntu-seeds/+git/platform:focal

Proposed by Paride Legovini
Status: Needs review
Proposed branch: ~paride/ubuntu-seeds/+git/platform:focal
Merge into: ~ubuntu-core-dev/ubuntu-seeds/+git/platform:focal
Diff against target: 26 lines (+5/-1)
2 files modified
STRUCTURE (+2/-1)
supported-installer-server (+3/-0)
Reviewer Review Type Date Requested Status
Ubuntu Core Development Team Pending
Review via email: mp+390742@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Paride Legovini (paride) wrote :

Unmerged commits

d45c0e2... by Paride Legovini

seed probert (needed by subiquity)

probert is a dependency of subiquity and should therefore be seeded. The
subiquity snap includes its own copy of probert, so things are not
broken, but we still want all the installer components to be in main for
consistency.

At the moment probert is already in main and not listed as "move to
universe" component-mismatch because probert-network does not exist for
i386, and curtin has a dependency on:

  probert-storage | probert

which keeps probert in main.

This change will make probert-network appear as a component-mismatch as
it is currently not in main. This is correct and will have to be fixed
via a MIR. This will fix LP: #1890301.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/STRUCTURE b/STRUCTURE
2index 78e47f8..4f96ed2 100644
3--- a/STRUCTURE
4+++ b/STRUCTURE
5@@ -22,10 +22,11 @@ supported-hardware-common: standard
6 supported-hardware-desktop: standard
7 supported-installer-common: standard installer
8 supported-installer-desktop: standard
9+supported-installer-server: standard
10 supported-network-common: standard
11 supported-network-client: standard
12 supported-sysadmin-common: standard
13 community: community-maas
14-supported-server: supported-misc-servers supported-hardware-common supported-installer-common supported-network-common supported-sysadmin-common build-essential supported-development-common supported-kernel-common supported-cloud supported-maas
15+supported-server: supported-misc-servers supported-hardware-common supported-installer-common supported-installer-server supported-network-common supported-sysadmin-common build-essential supported-development-common supported-kernel-common supported-cloud supported-maas
16 supported-desktop: supported-hardware-desktop supported-installer-desktop supported-hardware-common supported-installer-common supported-network-common supported-network-client supported-sysadmin-common build-essential supported-development-common supported-development-desktop supported-kernel-common supported-kernel-desktop
17 supported-common: supported-server supported-desktop
18diff --git a/supported-installer-server b/supported-installer-server
19new file mode 100644
20index 0000000..ef12be9
21--- /dev/null
22+++ b/supported-installer-server
23@@ -0,0 +1,3 @@
24+= Installer =
25+
26+ * probert # needed by subiquity

Subscribers

People subscribed via source and target branches