From d9aa6b8ad647b777d56d94b01163a5af280d7eee Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 5 Oct 2016 16:43:07 -0700 Subject: [PATCH] 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. --- templates | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates b/templates index 9d065082..ebc97357 100755 --- a/templates +++ b/templates @@ -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" }