debian-forge-composer/internal/distro/rhel84
Tomas Hozza fee529cd0a distro: introduce PackageSetsChains() method to ImageType
Introduce a new method `PackageSetsChains()` to the `ImageType`
interface, which returns a named lists of package sets, which should be
depolved together in a chain.

Extend all distro implementations with the new method.

Add a unit test ensuring that if an image type defines some package set
name chains, that all of the listed package set names are present in the
package set map returned by the image type.

The method is currently not used anywhere. This is a preparation for
switching from current way of depsolving to the chain depsolving.
2022-04-28 14:42:49 +02:00
..
distro.go distro: introduce PackageSetsChains() method to ImageType 2022-04-28 14:42:49 +02:00
distro_backports.go RHEL-84: add gce image type 2022-04-14 19:07:31 +01:00
distro_test.go RHEL-84: add gce-rhui image type 2022-04-14 19:07:31 +01:00
distro_v2.go distro: introduce PackageSetsChains() method to ImageType 2022-04-28 14:42:49 +02:00
gce.go RHEL-84: add gce-rhui image type 2022-04-14 19:07:31 +01:00