Skip to content

Commit

Permalink
Remove 'iso' image type again
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
AdamWill committed Aug 28, 2024
1 parent 696cbb3 commit 1701970
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion productmd/images.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
'dvd-ostree': ['iso'],
'dvd-ostree-osbuild': ['iso'],
'ec2': [],
'iso': ['iso'],
'kvm': [],
'live': [],
'live-osbuild': ['iso'],
Expand Down

0 comments on commit 1701970

Please sign in to comment.