update Atomic ostree installer image flavor name
Goes along with the commit to openqa_fedora_tools that makes flavor generation go through fedfind's `correct_image` helper, which changes the 'type' of ostree installer images from 'boot' to 'dvd-ostree'. See https://pagure.io/pungi/issue/417 for more background on this. Committing without review as it's an urgent issue we have to fix right away.
This commit is contained in:
parent
fdeb333ff3
commit
d9aa6b8ad6
@ -155,7 +155,7 @@
|
||||
product => {
|
||||
arch => "x86_64",
|
||||
distri => "fedora",
|
||||
flavor => "Atomic-boot-iso",
|
||||
flavor => "Atomic-dvd_ostree-iso",
|
||||
version => "*",
|
||||
},
|
||||
test_suite => { name => "install_default" },
|
||||
@ -1416,7 +1416,7 @@
|
||||
{
|
||||
arch => "x86_64",
|
||||
distri => "fedora",
|
||||
flavor => "Atomic-boot-iso",
|
||||
flavor => "Atomic-dvd_ostree-iso",
|
||||
name => "",
|
||||
settings => [
|
||||
{ key => "CANNED", value => "1" }
|
||||
|
Loading…
Reference in New Issue
Block a user