debian-forge-composer/internal/distro/rhel85
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_internal_test.go distro: use PartitionTable.ContainsMountpoint 2022-02-22 19:23:41 +00:00
distro_test.go RHEL-85: add gce-rhui image type 2022-04-14 19:07:31 +01:00
package_sets.go RHEL-85: add gce-rhui image type 2022-04-14 19:07:31 +01:00
partition_tables.go rhel85: specify a minimum root file system size 2022-04-11 15:27:15 +02:00
pipelines.go RHEL-85: add gce-rhui image type 2022-04-14 19:07:31 +01:00
stage_options.go RHEL(85+): move qemuStageOptions() from distros to osbuild2 2022-04-07 13:48:54 +02:00