#43 F-40: Update for branching
Merged 3 months ago by pbrobinson. Opened 3 months ago by pwhalen.
fedora-iot/ pwhalen/pungi-iot f40-branched  into  f40

F-40: Update for branching
Paul Whalen • 3 months ago  
file modified
+10 -10
@@ -203,7 +203,7 @@ 

  ]

  

  # These will be inherited by live_media, live_images and image_build

- global_ksurl = 'git+https://pagure.io/fedora-kickstarts.git?#HEAD'

+ global_ksurl = 'git+https://pagure.io/fedora-kickstarts.git?#origin/f40'

  global_release = '!RELEASE_FROM_LABEL_DATE_TYPE_RESPIN'

  global_version = '40'

  # live_images ignores this in favor of live_target
@@ -217,9 +217,9 @@ 

          "image_types": ["iot-raw-image"],

          "target": "f%s-candidate" % release_version,

          "arches": ["x86_64", "aarch64"],

-         "repo": ["https://kojipkgs.fedoraproject.org/compose/rawhide/latest-Fedora-Rawhide/compose/Everything/$arch/os/"],

+         "repo": ["https://kojipkgs.fedoraproject.org/compose/branched/latest-Fedora-40/compose/Everything/$arch/os/"],

          "ostree_url": "https://kojipkgs.fedoraproject.org/compose/iot/repo/",

-         "ostree_ref": "fedora/rawhide/$arch/iot",

+         "ostree_ref": "fedora/devel/$arch/iot",

          "subvariant": "IoT",

        },

        {
@@ -228,9 +228,9 @@ 

          "image_types": ["iot-installer"],

          "target": "f%s-candidate" % release_version,

          "arches": ["x86_64", "aarch64"],

-         "repo": ["https://kojipkgs.fedoraproject.org/compose/rawhide/latest-Fedora-Rawhide/compose/Everything/$arch/os/"],

+         "repo": ["https://kojipkgs.fedoraproject.org/compose/branched/latest-Fedora-40/compose/Everything/$arch/os/"],

          "ostree_url": "https://kojipkgs.fedoraproject.org/compose/iot/repo/",

-         "ostree_ref": "fedora/rawhide/$arch/iot",

+         "ostree_ref": "fedora/devel/$arch/iot",

          "subvariant": "IoT",

          "manifest_type": "dvd-ostree",

        },
@@ -240,9 +240,9 @@ 

          "image_types": ["iot-bootable-container"],

          "target": "f%s-candidate" % release_version,

          "arches": ["x86_64", "aarch64"],

-         "repo": ["https://kojipkgs.fedoraproject.org/compose/rawhide/latest-Fedora-Rawhide/compose/Everything/$arch/os/"],

+         "repo": ["https://kojipkgs.fedoraproject.org/compose/branched/latest-Fedora-40/compose/Everything/$arch/os/"],

          "ostree_url": "https://kojipkgs.fedoraproject.org/compose/iot/repo/",

-         "ostree_ref": "fedora/rawhide/$arch/iot",

+         "ostree_ref": "fedora/devel/$arch/iot",

          "subvariant": "IoT",

          "failable": ["*"],

        },
@@ -256,14 +256,14 @@ 

              "unified_core": True,

              "treefile": "fedora-iot.yaml",

              "config_url": "https://pagure.io/fedora-iot/ostree.git",

-             "config_branch": "main",

+             "config_branch": "f40",

              "repo": [

                  "IoT",

-                 "https://kojipkgs.fedoraproject.org/compose/rawhide/latest-Fedora-Rawhide/compose/Everything/$basearch/os/"

+                 "https://kojipkgs.fedoraproject.org/compose/branched/latest-Fedora-40/compose/Everything/$basearch/os/"

              ]

              "tag_ref": False,

              "ostree_repo": "/mnt/koji/compose/iot/repo/",

-             "ostree_ref": "fedora/rawhide/${basearch}/iot",

+             "ostree_ref": "fedora/devel/${basearch}/iot",

              "runroot_packages": ["selinux-policy-targeted"],

              "arches": ["x86_64", "aarch64"],

              "update_summary": True,

file modified
+1 -1
@@ -18,7 +18,7 @@ 

  TOMAIL="iot@lists.fedoraproject.org"

  FROM="Fedora IoT Report <rawhide@fedoraproject.org>"

  RSYNCPREFIX="sudo -u ftpsync"

- RSYNCTARGET="/pub/alt/iot/rawhide/"

+ RSYNCTARGET="/pub/alt/iot/branched/"

  OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-$SHORT-$RELEASE_TITLE/COMPOSE_ID)

  

  # assume a releng dir is a git checkout of the releng repo

F-40: Update for branching

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

Pull-Request has been merged by pbrobinson

3 months ago
Metadata