Fedora 42 is now End Of Life
Signed-off-by: Patrik Polakovič <patrik@alphamail.org>
This commit is contained in:
parent
e73d603bd2
commit
a1c7d0828a
7 changed files with 4 additions and 269 deletions
|
|
@ -121,54 +121,6 @@ RELEASES = {'f44': {'topic': 'fedora',
|
|||
{'arches': ['ppc64le', 's390x'],
|
||||
'dest': os.path.join(FEDORAALTDEST, 'testing', '43', 'Everything')}
|
||||
]}}
|
||||
},
|
||||
'f42': {'topic': 'fedora',
|
||||
'version': '42',
|
||||
'modules': ['fedora', 'fedora-secondary'],
|
||||
'repos': {'updates': {
|
||||
'from': 'f42-updates',
|
||||
'ostrees': [{'ref': 'fedora/42/%(arch)s/updates/silverblue',
|
||||
'dest': OSTREEDEST,
|
||||
'arches': ['x86_64', 'aarch64']},
|
||||
{'ref': 'fedora/42/%(arch)s/updates/kinoite',
|
||||
'dest': OSTREEDEST,
|
||||
'arches': ['x86_64', 'aarch64']},
|
||||
{'ref': 'fedora/42/%(arch)s/updates/sericea',
|
||||
'dest': OSTREEDEST,
|
||||
'arches': ['x86_64', 'aarch64']},
|
||||
{'ref': 'fedora/42/%(arch)s/updates/onyx',
|
||||
'dest': OSTREEDEST,
|
||||
'arches': ['x86_64', 'aarch64']},
|
||||
{'ref': 'fedora/42/%(arch)s/updates/cosmic-atomic',
|
||||
'dest': OSTREEDEST,
|
||||
'arches': ['x86_64', 'aarch64']}],
|
||||
'to': [{'arches': ['x86_64', 'aarch64', 'source'],
|
||||
'dest': os.path.join(FEDORADEST, '42', 'Everything')},
|
||||
{'arches': ['ppc64le', 's390x'],
|
||||
'dest': os.path.join(FEDORAALTDEST, '42', 'Everything')}
|
||||
]},
|
||||
'updates-testing': {
|
||||
'from': 'f42-updates-testing',
|
||||
'ostrees': [{'ref': 'fedora/42/%(arch)s/testing/silverblue',
|
||||
'dest': OSTREEDEST,
|
||||
'arches': ['x86_64', 'aarch64']},
|
||||
{'ref': 'fedora/42/%(arch)s/testing/kinoite',
|
||||
'dest': OSTREEDEST,
|
||||
'arches': ['x86_64', 'aarch64']},
|
||||
{'ref': 'fedora/42/%(arch)s/testing/sericea',
|
||||
'dest': OSTREEDEST,
|
||||
'arches': ['x86_64', 'aarch64']},
|
||||
{'ref': 'fedora/42/%(arch)s/testing/onyx',
|
||||
'dest': OSTREEDEST,
|
||||
'arches': ['x86_64', 'aarch64']},
|
||||
{'ref': 'fedora/42/%(arch)s/testing/cosmic-atomic',
|
||||
'dest': OSTREEDEST,
|
||||
'arches': ['x86_64', 'aarch64']}],
|
||||
'to': [{'arches': ['x86_64', 'aarch64', 'source'],
|
||||
'dest': os.path.join(FEDORADEST, 'testing', '42', 'Everything')},
|
||||
{'arches': ['ppc64le', 's390x'],
|
||||
'dest': os.path.join(FEDORAALTDEST, 'testing', '42', 'Everything')}
|
||||
]}}
|
||||
},
|
||||
'epel10.3': {'topic': 'epel',
|
||||
'version': '10.3',
|
||||
|
|
|
|||
|
|
@ -116,7 +116,7 @@
|
|||
# bodhi2/backend/files/koji_sync_listener.py
|
||||
# This cronjob runs only once a day. The listener script runs reactively.
|
||||
cron: name="owner-sync" minute="15" hour="4" user="root"
|
||||
job="/usr/local/bin/lock-wrapper owner-sync '/usr/local/bin/owner-sync-pagure f45 f44 f43 f42 {{ epel_tags | join(' ') }} epel9 epel9-next epel8'"
|
||||
job="/usr/local/bin/lock-wrapper owner-sync '/usr/local/bin/owner-sync-pagure f45 f44 f43 {{ epel_tags | join(' ') }} epel9 epel9-next epel8'"
|
||||
cron_file=update-koji-owner
|
||||
user=apache
|
||||
when: env == "production"
|
||||
|
|
|
|||
|
|
@ -43,9 +43,6 @@ taglist = [
|
|||
"f43",
|
||||
"f43-container",
|
||||
"f43-flatpak",
|
||||
"f42",
|
||||
"f42-container",
|
||||
"f42-flatpak",
|
||||
{% for tag in epel_tags %}
|
||||
"{{ tag }}",
|
||||
{% endfor %}
|
||||
|
|
|
|||
|
|
@ -249,7 +249,6 @@ sidetag =
|
|||
tag f45-build :: allow
|
||||
tag f44-build :: allow
|
||||
tag f43-build :: allow
|
||||
tag f42-build :: allow
|
||||
tag eln-build :: allow
|
||||
{% for tag in epel_tags %}
|
||||
tag {{ tag }}-build :: allow
|
||||
|
|
|
|||
|
|
@ -37,11 +37,11 @@
|
|||
"allow_retire": true,
|
||||
"branchname": "f42",
|
||||
"date_created": "2024-05-14 12:36:15",
|
||||
"date_updated": "2025-02-04 14:07:23",
|
||||
"date_updated": "2026-05-28 14:07:23",
|
||||
"dist_tag": ".fc42",
|
||||
"koji_name": "f42",
|
||||
"name": "Fedora Linux",
|
||||
"status": "Active",
|
||||
"status": "EOL",
|
||||
"version": "42"
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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 = "f42-infra-candidate"
|
||||
to = "f42-infra-stg"
|
||||
key = "{{ (env == 'production')|ternary('fedora-infra', 'testkey') }}"
|
||||
keyid = "{{ (env == 'production')|ternary('47dd8ef9', 'd300e724') }}"
|
||||
file_signing_key = "fedora-42-ima"
|
||||
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
from = "f43-infra-candidate"
|
||||
to = "f43-infra-stg"
|
||||
|
|
@ -142,13 +135,6 @@ handlers = ["console"]
|
|||
|
||||
# Gated coreos-pool tag
|
||||
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
from = "f42-coreos-signing-pending"
|
||||
to = "coreos-pool"
|
||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||
keyid = "{{ (env == 'production')|ternary('105ef944', 'd300e724') }}"
|
||||
file_signing_key = "fedora-42-ima"
|
||||
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
from = "f43-coreos-signing-pending"
|
||||
to = "coreos-pool"
|
||||
|
|
@ -232,20 +218,6 @@ handlers = ["console"]
|
|||
trusted_taggers = ['bodhi']
|
||||
file_signing_key = "fedora-43-ima"
|
||||
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
from = "f42-signing-pending"
|
||||
to = "f42-updates-testing-pending"
|
||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||
keyid = "{{ (env == 'production')|ternary('105ef944', 'd300e724') }}"
|
||||
file_signing_key = "fedora-42-ima"
|
||||
|
||||
[consumer_config.koji_instances.primary.tags.sidetags]
|
||||
pattern = 'f42-build-side-<seq_id>'
|
||||
from = '<sidetag>-signing-pending'
|
||||
to = '<sidetag>-testing-pending'
|
||||
trusted_taggers = ['bodhi']
|
||||
file_signing_key = "fedora-42-ima"
|
||||
|
||||
# Gated bodhi updates
|
||||
|
||||
{% for tag in epel_tags %}
|
||||
|
|
@ -363,13 +335,6 @@ handlers = ["console"]
|
|||
keyid = "{{ (env == 'production')|ternary('31645531', 'd300e724') }}"
|
||||
file_signing_key = "fedora-43-ima"
|
||||
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
from = "f42-openh264"
|
||||
to = "f42-openh264"
|
||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||
keyid = "{{ (env == 'production')|ternary('105ef944', 'd300e724') }}"
|
||||
file_signing_key = "fedora-42-ima"
|
||||
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
from = "epel9-openh264"
|
||||
to = "epel9-openh264"
|
||||
|
|
@ -418,44 +383,6 @@ handlers = ["console"]
|
|||
directory = "/mnt/fedora_koji/koji/compose/iot/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-44', 'testkey') }}"
|
||||
|
||||
# f42 silveblue ostree refs
|
||||
|
||||
[consumer_config.ostree_refs."fedora/42/x86_64/silverblue"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/42/aarch64/silverblue"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/42/ppc64le/silverblue"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/42/x86_64/updates/silverblue"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/42/x86_64/testing/silverblue"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/42/aarch64/updates/silverblue"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/42/aarch64/testing/silverblue"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/42/ppc64le/updates/silverblue"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/42/ppc64le/testing/silverblue"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||
|
||||
# f43 silveblue ostree refs
|
||||
|
||||
[consumer_config.ostree_refs."fedora/43/x86_64/silverblue"]
|
||||
|
|
@ -546,44 +473,6 @@ handlers = ["console"]
|
|||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-45', 'testkey') }}"
|
||||
|
||||
# f42 kinoite ostree refs
|
||||
|
||||
[consumer_config.ostree_refs."fedora/42/x86_64/kinoite"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/42/aarch64/kinoite"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/42/ppc64le/kinoite"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/42/x86_64/updates/kinoite"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/42/x86_64/testing/kinoite"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/42/aarch64/updates/kinoite"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/42/aarch64/testing/kinoite"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/42/ppc64le/updates/kinoite"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/42/ppc64le/testing/kinoite"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||
|
||||
# f43 kinoite ostree refs
|
||||
|
||||
[consumer_config.ostree_refs."fedora/43/x86_64/kinoite"]
|
||||
|
|
@ -674,44 +563,6 @@ handlers = ["console"]
|
|||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-45', 'testkey') }}"
|
||||
|
||||
# f42 sericea ostree refs
|
||||
|
||||
[consumer_config.ostree_refs."fedora/42/x86_64/sericea"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/42/aarch64/sericea"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/42/ppc64le/sericea"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/42/x86_64/updates/sericea"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/42/x86_64/testing/sericea"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/42/aarch64/updates/sericea"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/42/aarch64/testing/sericea"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/42/ppc64le/updates/sericea"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/42/ppc64le/testing/sericea"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||
|
||||
# f43 sericea ostree refs
|
||||
|
||||
[consumer_config.ostree_refs."fedora/43/x86_64/sericea"]
|
||||
|
|
@ -802,44 +653,6 @@ handlers = ["console"]
|
|||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-45', 'testkey') }}"
|
||||
|
||||
# f42 onyx ostree refs
|
||||
|
||||
[consumer_config.ostree_refs."fedora/42/x86_64/onyx"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/42/aarch64/onyx"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/42/ppc64le/onyx"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/42/x86_64/updates/onyx"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/42/x86_64/testing/onyx"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/42/aarch64/updates/onyx"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/42/aarch64/testing/onyx"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/42/ppc64le/updates/onyx"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/42/ppc64le/testing/onyx"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||
|
||||
# f43 onyx ostree refs
|
||||
|
||||
[consumer_config.ostree_refs."fedora/43/x86_64/onyx"]
|
||||
|
|
@ -930,32 +743,6 @@ handlers = ["console"]
|
|||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-45', 'testkey') }}"
|
||||
|
||||
# f42 cosmic-atomic ostree refs
|
||||
|
||||
[consumer_config.ostree_refs."fedora/42/x86_64/cosmic-atomic"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/42/aarch64/cosmic-atomic"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/42/x86_64/updates/cosmic-atomic"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/42/x86_64/testing/cosmic-atomic"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/42/aarch64/updates/cosmic-atomic"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/42/aarch64/testing/cosmic-atomic"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||
|
||||
# f43 cosmic-atomic ostree refs
|
||||
|
||||
[consumer_config.ostree_refs."fedora/43/x86_64/cosmic-atomic"]
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
---
|
||||
FedoraPreviousPrevious: True
|
||||
FedoraPreviousPrevious: False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue