debian-forge-composer/internal/distro
Achilleas Koutsou 12e8ab3ac6 Make Manifest() return manifest.Manifest
Return manifest.Manifest from the Manifest() function without
serializing.  The caller then has to call the manifest.Serialize()
function using the depsolved packages.

This moves towards changing the order of actions required to generate a
manifest.  With this change, the manifest creation and depsolving can be
done independently, but this still requires instantiating the manifest
object twice (InstantiateManifest() is called in PackageSets() and
Manifest()), which we don't want to have to do.
2023-05-31 16:40:07 +02:00
..
distro_test_common Make Manifest() return manifest.Manifest 2023-05-31 16:40:07 +02:00
fedora Make Manifest() return manifest.Manifest 2023-05-31 16:40:07 +02:00
rhel7 Make Manifest() return manifest.Manifest 2023-05-31 16:40:07 +02:00
rhel8 Make Manifest() return manifest.Manifest 2023-05-31 16:40:07 +02:00
rhel9 Make Manifest() return manifest.Manifest 2023-05-31 16:40:07 +02:00
test_distro Make Manifest() return manifest.Manifest 2023-05-31 16:40:07 +02:00
distro.go Make Manifest() return manifest.Manifest 2023-05-31 16:40:07 +02:00
distro_test.go Make Manifest() return manifest.Manifest 2023-05-31 16:40:07 +02:00
image_config.go subscription: new package for subscription options 2023-05-31 16:40:07 +02:00
image_config_test.go common: merge all *ToPtr methods to one generic ToPtr 2023-01-09 14:03:18 +01:00