Fedora 41 is now EOL

Signed-off-by: Patrik Polakovič <patrik@alphamail.org>
This commit is contained in:
Samyak Jain 2025-11-27 19:43:32 +05:30 committed by Patrik Polakovič
commit 259264b36e
7 changed files with 4 additions and 246 deletions

View file

@ -112,13 +112,6 @@ handlers = ["console"]
key = "{{ (env == 'production')|ternary('fedora-infra', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('47dd8ef9', 'd300e724') }}"
[[consumer_config.koji_instances.primary.tags]]
from = "f41-infra-candidate"
to = "f41-infra-stg"
key = "{{ (env == 'production')|ternary('fedora-infra', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('47dd8ef9', 'd300e724') }}"
file_signing_key = "fedora-41-ima"
[[consumer_config.koji_instances.primary.tags]]
from = "f42-infra-candidate"
to = "f42-infra-stg"
@ -142,13 +135,6 @@ handlers = ["console"]
# Gated coreos-pool tag
[[consumer_config.koji_instances.primary.tags]]
from = "f41-coreos-signing-pending"
to = "coreos-pool"
key = "{{ (env == 'production')|ternary('fedora-41', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('e99d6ad1', 'd300e724') }}"
file_signing_key = "fedora-41-ima"
[[consumer_config.koji_instances.primary.tags]]
from = "f42-coreos-signing-pending"
to = "coreos-pool"
@ -232,20 +218,6 @@ handlers = ["console"]
trusted_taggers = ['bodhi']
file_signing_key = "fedora-42-ima"
[[consumer_config.koji_instances.primary.tags]]
from = "f41-signing-pending"
to = "f41-updates-testing-pending"
key = "{{ (env == 'production')|ternary('fedora-41', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('e99d6ad1', 'd300e724') }}"
file_signing_key = "fedora-41-ima"
[consumer_config.koji_instances.primary.tags.sidetags]
pattern = 'f41-build-side-<seq_id>'
from = '<sidetag>-signing-pending'
to = '<sidetag>-testing-pending'
trusted_taggers = ['bodhi']
file_signing_key = "fedora-41-ima"
# Gated bodhi updates
{% for tag in epel_tags %}
@ -363,13 +335,6 @@ handlers = ["console"]
keyid = "{{ (env == 'production')|ternary('105ef944', 'd300e724') }}"
file_signing_key = "fedora-42-ima"
[[consumer_config.koji_instances.primary.tags]]
from = "f41-openh264"
to = "f41-openh264"
key = "{{ (env == 'production')|ternary('fedora-41', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('e99d6ad1', 'd300e724') }}"
file_signing_key = "fedora-41-ima"
[[consumer_config.koji_instances.primary.tags]]
from = "epel9-openh264"
to = "epel9-openh264"
@ -385,14 +350,6 @@ handlers = ["console"]
keyid = "{{ (env == 'production')|ternary('31645531', 'd300e724') }}"
file_signing_key = "fedora-43-ima"
# F41 Python Side tag (f41-python)
[[consumer_config.koji_instances.primary.tags]]
from = "f41-python"
to = "f41-python"
key = "{{ (env == 'production')|ternary('fedora-41', 'testkey') }}"
keyid = "{{ (env == 'production')|ternary('e99d6ad1', 'd300e724') }}"
file_signing_key = "fedora-41-ima"
# F43 Perl Side tag (f43-perl)
[[consumer_config.koji_instances.primary.tags]]
from = "f43-perl"
@ -434,44 +391,6 @@ handlers = ["console"]
directory = "/mnt/fedora_koji/koji/compose/iot/repo/"
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
# f41 silveblue ostree refs
[consumer_config.ostree_refs."fedora/41/x86_64/silverblue"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-41', 'testkey') }}"
[consumer_config.ostree_refs."fedora/41/aarch64/silverblue"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-41', 'testkey') }}"
[consumer_config.ostree_refs."fedora/41/ppc64le/silverblue"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-41', 'testkey') }}"
[consumer_config.ostree_refs."fedora/41/x86_64/updates/silverblue"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-41', 'testkey') }}"
[consumer_config.ostree_refs."fedora/41/x86_64/testing/silverblue"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-41', 'testkey') }}"
[consumer_config.ostree_refs."fedora/41/aarch64/updates/silverblue"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-41', 'testkey') }}"
[consumer_config.ostree_refs."fedora/41/aarch64/testing/silverblue"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-41', 'testkey') }}"
[consumer_config.ostree_refs."fedora/41/ppc64le/updates/silverblue"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-41', 'testkey') }}"
[consumer_config.ostree_refs."fedora/41/ppc64le/testing/silverblue"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-41', 'testkey') }}"
# f42 silveblue ostree refs
[consumer_config.ostree_refs."fedora/42/x86_64/silverblue"]
@ -562,44 +481,6 @@ handlers = ["console"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
# f41 kinoite ostree refs
[consumer_config.ostree_refs."fedora/41/x86_64/kinoite"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-41', 'testkey') }}"
[consumer_config.ostree_refs."fedora/41/aarch64/kinoite"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-41', 'testkey') }}"
[consumer_config.ostree_refs."fedora/41/ppc64le/kinoite"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-41', 'testkey') }}"
[consumer_config.ostree_refs."fedora/41/x86_64/updates/kinoite"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-41', 'testkey') }}"
[consumer_config.ostree_refs."fedora/41/x86_64/testing/kinoite"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-41', 'testkey') }}"
[consumer_config.ostree_refs."fedora/41/aarch64/updates/kinoite"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-41', 'testkey') }}"
[consumer_config.ostree_refs."fedora/41/aarch64/testing/kinoite"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-41', 'testkey') }}"
[consumer_config.ostree_refs."fedora/41/ppc64le/updates/kinoite"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-41', 'testkey') }}"
[consumer_config.ostree_refs."fedora/41/ppc64le/testing/kinoite"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-41', 'testkey') }}"
# f42 kinoite ostree refs
[consumer_config.ostree_refs."fedora/42/x86_64/kinoite"]
@ -690,44 +571,6 @@ handlers = ["console"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
# f41 sericea ostree refs
[consumer_config.ostree_refs."fedora/41/x86_64/sericea"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-41', 'testkey') }}"
[consumer_config.ostree_refs."fedora/41/aarch64/sericea"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-41', 'testkey') }}"
[consumer_config.ostree_refs."fedora/41/ppc64le/sericea"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-41', 'testkey') }}"
[consumer_config.ostree_refs."fedora/41/x86_64/updates/sericea"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-41', 'testkey') }}"
[consumer_config.ostree_refs."fedora/41/x86_64/testing/sericea"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-41', 'testkey') }}"
[consumer_config.ostree_refs."fedora/41/aarch64/updates/sericea"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-41', 'testkey') }}"
[consumer_config.ostree_refs."fedora/41/aarch64/testing/sericea"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-41', 'testkey') }}"
[consumer_config.ostree_refs."fedora/41/ppc64le/updates/sericea"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-41', 'testkey') }}"
[consumer_config.ostree_refs."fedora/41/ppc64le/testing/sericea"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-41', 'testkey') }}"
# f42 sericea ostree refs
[consumer_config.ostree_refs."fedora/42/x86_64/sericea"]
@ -818,45 +661,6 @@ handlers = ["console"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
# f41 onyx ostree refs
[consumer_config.ostree_refs."fedora/41/x86_64/onyx"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-41', 'testkey') }}"
[consumer_config.ostree_refs."fedora/41/aarch64/onyx"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-41', 'testkey') }}"
[consumer_config.ostree_refs."fedora/41/ppc64le/onyx"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-41', 'testkey') }}"
[consumer_config.ostree_refs."fedora/41/x86_64/updates/onyx"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-41', 'testkey') }}"
[consumer_config.ostree_refs."fedora/41/x86_64/testing/onyx"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-41', 'testkey') }}"
[consumer_config.ostree_refs."fedora/41/aarch64/updates/onyx"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-41', 'testkey') }}"
[consumer_config.ostree_refs."fedora/41/aarch64/testing/onyx"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-41', 'testkey') }}"
[consumer_config.ostree_refs."fedora/41/ppc64le/updates/onyx"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-41', 'testkey') }}"
[consumer_config.ostree_refs."fedora/41/ppc64le/testing/onyx"]
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
key = "{{ (env == 'production')|ternary('fedora-41', 'testkey') }}"
# f42 onyx ostree refs
[consumer_config.ostree_refs."fedora/42/x86_64/onyx"]