#1972 bodhi2/pungi.rpm.conf.j2: Update for F38 EOL
Merged 11 days ago by kevin. Opened a month ago by siosm.
fedora-infra/ siosm/ansible main-atomic-desktops-f38-eol  into  main

@@ -148,10 +148,8 @@ 

  ostree = {

      "^Silverblue$": {

          "version": "!VERSION_FROM_VERSION_DATE_RESPIN",

-         [% if release.version_int >= 39 %]

          "unified_core": True,

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

-         [% endif %]

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

          "config_url": "https://pagure.io/workstation-ostree-config.git",

          "config_branch": "f[[ release.version ]]",
@@ -164,10 +162,8 @@ 

      },

      "^Kinoite$": {

          "version": "!VERSION_FROM_VERSION_DATE_RESPIN",

-         [% if release.version_int >= 39 %]

          "unified_core": True,

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

-         [% endif %]

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

          "config_url": "https://pagure.io/workstation-ostree-config.git",

          "config_branch": "f[[ release.version ]]",
@@ -180,10 +176,8 @@ 

      },

      "^Sericea$": {

          "version": "!VERSION_FROM_VERSION_DATE_RESPIN",

-         [% if release.version_int >= 39 %]

          "unified_core": True,

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

-         [% endif %]

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

          "config_url": "https://pagure.io/workstation-ostree-config.git",

          "config_branch": "f[[ release.version ]]",
@@ -194,7 +188,6 @@ 

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

          "failable": ["x86_64", "aarch64"]

      },

-     [% if release.version_int >= 39 %]

      "^Onyx$": {

          "version": "!VERSION_FROM_VERSION_DATE_RESPIN",

          "unified_core": True,
@@ -209,7 +202,6 @@ 

          "arches": ["x86_64"],

          "failable": ["x86_64"]

      },

-     [% endif %]

  }

  [% if release.version_int >= 40 %]

  ostree_container = {

Remove conditions that are now always true.


Wait until after Fedora 38 is EOL before merging this PR.

rebased onto 0c2f9a9

a month ago

rebased onto 9be1a29

11 days ago

/lgtm, we can merge this!

Pull-Request has been merged by kevin

11 days ago
Metadata