From c875349a086f05f37de390ec343445296c82de6a Mon Sep 17 00:00:00 2001 From: Paul Whalen Date: Sep 27 2022 14:11:10 +0000 Subject: Add repo and fix target for osbuild disk images. Signed-off-by: Paul Whalen --- diff --git a/fedora-iot.conf b/fedora-iot.conf index 33d19e4..e9a23d0 100644 --- a/fedora-iot.conf +++ b/fedora-iot.conf @@ -217,8 +217,9 @@ osbuild = { "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN", "distro": "fedora-38", "image_types": ["iot-raw-image"], - "target": "fedora-iot-%s" % release_version, + "target": "f%s-candidate" % release_version, "arches": ["x86_64", "aarch64"], + "repo": "https://kojipkgs.fedoraproject.org/compose/rawhide/latest-Fedora-Rawhide/compose/Everything/$arch/os/" "ostree_url": "https://kojipkgs.fedoraproject.org/compose/iot/repo/", "ostree_ref": "fedora/rawhide/$arch/iot", "subvariant": "IoT",