Pungi configs for the monthly, nightly and other IoT related compose processes
Find a file
Adam Williamson 6bed50c5c4 Set correct productmd image type for osbuild installer image
In the productmd metadata, these osbuild-built installer images
have their 'type' as "dvd". This is not correct: the "dvd" type
is meant to be a traditional RPM-based installer image, like the
old Everything DVD or the current Server DVD. The correct "type"
for an ostree installer image is "dvd-ostree" or
"dvd-ostree-osbuild".

This 'manifest_type' thing was added after the discussion in
https://pagure.io/pungi-fedora/pull-request/1190 , to let us
specify the productmd type for osbuild-built images correctly.
In this case we want to use "dvd-ostree-osbuild" because for
F39 the osbuild image is "experimental" and there still exists
an image built the older way which has the "dvd-ostree" type,
so we don't want to collide with it.

The practical consequence of this at present is the osbuild
images aren't getting openQA testing, because openQA relies
on this property to identify the image, and it's not expecting
to see "dvd". As of right now it also would not test an image
with "dvd-ostree-osbuild" type, but I can easily update it to
test those images the same way it tests "dvd-ostree" images.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2024-03-06 21:07:58 +00:00
fedora-iot.conf Set correct productmd image type for osbuild installer image 2024-03-06 21:07:58 +00:00
nightly.sh f39: update for branching 2023-02-10 11:35:40 -05:00
README.md Added the README 2018-03-19 07:12:35 +00:00
sync-release.sh f39: update for branching 2023-02-10 11:35:40 -05:00
twoweek-nightly.sh Update F39 to stable 2023-11-01 15:57:29 -04:00
variants-fedora.xml Add is_empty to variants-fedora.xml. 2022-09-29 10:18:13 -04:00

pungi-iot

Pungi configs for the monthly, nightly and other IoT related compose processes