File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -634,11 +634,7 @@ def osinfo_for(it: ImageBuildResult, arch: str) -> str:
634
634
if it .container_ref .endswith ("/centos-bootc/centos-bootc:stream9" ):
635
635
return f"{ base } 'CentOS Stream 9 ({ arch } )'\n "
636
636
if it .container_ref .endswith ("/centos-bootc/centos-bootc:stream10" ):
637
- # XXX: uncomment once
638
- # https://gitlab.com/libosinfo/osinfo-db/-/commit/fc811ba5a792967e22a0108de5a245b23da3cc66
639
- # gets released
640
- # return f"CentOS Stream 10 ({arch})"
641
- return ""
637
+ return f"Media is an installer for OS 'CentOS Stream 10 ({ arch } )'\n "
642
638
if "/fedora/fedora-bootc:" in it .container_ref :
643
639
ver = it .container_ref .rsplit (":" , maxsplit = 1 )[1 ]
644
640
return f"{ base } 'Fedora Server { ver } ({ arch } )'\n "
You can’t perform that action at this time.
0 commit comments