debian-forge-composer/internal/distro
Martin Sehnoutka adae7110af fedora31: merge fedora31ImageType with imageType
The former one was just a wrapper to the second one. In this patch I
removed the fedora31ImageType struct and instead moved the pointer to
the imageType struct. The previous solution always created a new wrapper
and returned it to the called. This new solution creates a shallow copy
of imageType, assignes arch field, and then returns the result to the
caller. It should achieve the same without the additional wrapper.
2020-03-28 00:21:31 +01:00
..
fedora30 distro: remove unused FilenameFromType() function 2020-03-28 00:21:31 +01:00
fedora31 fedora31: merge fedora31ImageType with imageType 2020-03-28 00:21:31 +01:00
fedora32 distro: remove unused FilenameFromType() function 2020-03-28 00:21:31 +01:00
fedoratest distro: remove unused FilenameFromType() function 2020-03-28 00:21:31 +01:00
rhel81 distro: remove unused FilenameFromType() function 2020-03-28 00:21:31 +01:00
rhel82 distro: remove unused FilenameFromType() function 2020-03-28 00:21:31 +01:00
test distro: add ListArchs() to Distro interface 2020-03-24 15:46:57 +01:00
distro.go distro: remove unused FilenameFromType() function 2020-03-28 00:21:31 +01:00
distro_test.go distro/test: use new interfaces 2020-03-23 15:43:55 +01:00
osrelease_test.go distro: add DetectHost 2019-11-10 17:23:14 +01:00