From b6e1d4f5a0d7ac0354e52af5385b830c08f6902f Mon Sep 17 00:00:00 2001 From: Paul Whalen Date: Nov 21 2023 15:36:56 +0000 Subject: Update deprecated arch based mapping for ostree Signed-off-by: Paul Whalen --- diff --git a/fedora-iot.conf b/fedora-iot.conf index 3185f53..353949a 100644 --- a/fedora-iot.conf +++ b/fedora-iot.conf @@ -239,26 +239,8 @@ osbuild = { ], } -ostree = [ - ("^IoT$", { - "aarch64": { - "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN", - "force_new_commit": True, - "unified_core": True, - "treefile": "fedora-iot.json", - "config_url": "https://pagure.io/fedora-iot/ostree.git", - "config_branch": "main", - "repo": [ - "IoT", - "https://kojipkgs.fedoraproject.org/compose/rawhide/latest-Fedora-Rawhide/compose/Everything/$basearch/os/" - ] - "tag_ref": False, - "ostree_repo": "/mnt/koji/compose/iot/repo/", - "ostree_ref": "fedora/rawhide/${basearch}/iot", - "runroot_packages": ["selinux-policy-targeted"], - "update_summary": True, - }, - "x86_64": { +ostree = { + "^IoT$", { "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN", "force_new_commit": True, "unified_core": True, @@ -273,9 +255,9 @@ ostree = [ "ostree_repo": "/mnt/koji/compose/iot/repo/", "ostree_ref": "fedora/rawhide/${basearch}/iot", "runroot_packages": ["selinux-policy-targeted"], + "arches": ["x86_64", "aarch64"], "update_summary": True, } - }) -] +} koji_profile = 'compose_koji'