#37 Update deprecated arch based mapping for ostree
Merged 5 months ago by pbrobinson. Opened 5 months ago by pwhalen.
fedora-iot/ pwhalen/pungi-iot update-config  into  main

file modified
+4 -22
@@ -239,26 +239,8 @@ 

   ],

  }

  

- 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_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'

Update deprecated arch based mapping for ostree creation.

Signed-off-by: Paul Whalen pwhalen@fedoraproject.org

Pull-Request has been merged by pbrobinson

5 months ago
Metadata