From 17019704939306fc3f0393a5ca386738b80c024d Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 28 Aug 2024 08:14:14 -0700 Subject: [PATCH] Remove 'iso' image type again I believe adding this was incorrect. 'iso' makes no sense as an "image type" in productmd terms. See https://pagure.io/pungi-fedora/issue/1342#comment-927846 and https://pagure.io/pungi-fedora/issue/1342#comment-927848 for a more detailed rationale. We need to fix the Kiwi/Pungi pipeline such that ISO images it produces have correct "type"s, not add conceptually-nonsensical types to productmd so the current pipeline works. Signed-off-by: Adam Williamson --- productmd/images.py | 1 - 1 file changed, 1 deletion(-) diff --git a/productmd/images.py b/productmd/images.py index d6889d6..4300911 100644 --- a/productmd/images.py +++ b/productmd/images.py @@ -81,7 +81,6 @@ 'dvd-ostree': ['iso'], 'dvd-ostree-osbuild': ['iso'], 'ec2': [], - 'iso': ['iso'], 'kvm': [], 'live': [], 'live-osbuild': ['iso'],