debian-forge-composer/internal/distro
Achilleas Koutsou 6374ec022d distro/rhel9: define qcow2 image type in function
The global qcow2ImgType was unconfigured and meant to be used by calling
the mkQcow2ImgType() function.  In the distro initialisation code, the
new variable created from the mkQcow2ImgType() function with the
configuration was shadowing the global variable.  This can lead to
errors in the future where it's not clear which variable is used where.

Putting the definition in a function makes it impossible to use without
configuring.
2022-11-28 17:20:49 +01:00
..
distro_test_common distro_test_common: refactor the kernel count test 2022-11-28 17:20:49 +01:00
fedora distro: set the workload for the image installer pipelines 2022-11-28 17:20:49 +01:00
rhel7 osbuild: remove Timeservers slice from chrony stage 2022-11-28 17:20:49 +01:00
rhel8 osbuild: remove Timeservers slice from chrony stage 2022-11-28 17:20:49 +01:00
rhel9 distro/rhel9: define qcow2 image type in function 2022-11-28 17:20:49 +01:00
test_distro store: Fix loading cross distro compose results 2022-11-03 08:39:22 +01:00
distro.go internal/osbuild: contenturl and rhsm secrets for ostree sources 2022-10-28 16:14:30 +02:00
distro_test.go distro: replace ostree.RequestParams with new OSTreeImageOptions 2022-10-11 10:00:22 +02:00
image_config.go distro: use reflection in ImageConfig.InheritFrom() 2022-09-06 14:43:24 +02:00
image_config_test.go osbuild: remove Timeservers slice from chrony stage 2022-11-28 17:20:49 +01:00