Branch Fedora 42 from Rawhide
Signed-off-by: Samyak Jain <samyak.jn11@gmail.com>
This commit is contained in:
parent
04bc8ed4d2
commit
fd17adce36
11 changed files with 284 additions and 40 deletions
|
@ -26,7 +26,49 @@ FEDORAALTDEST = '/pub/fedora-secondary/updates/'
|
||||||
EPELDEST = '/pub/epel/'
|
EPELDEST = '/pub/epel/'
|
||||||
OSTREESOURCE = '/mnt/koji/compose/ostree/repo/'
|
OSTREESOURCE = '/mnt/koji/compose/ostree/repo/'
|
||||||
OSTREEDEST = '/mnt/koji/ostree/repo/'
|
OSTREEDEST = '/mnt/koji/ostree/repo/'
|
||||||
RELEASES = {'f41': {'topic': 'fedora',
|
RELEASES = {'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', 'ppc64le', 'aarch64']},
|
||||||
|
{'ref': 'fedora/42/%(arch)s/updates/kinoite',
|
||||||
|
'dest': OSTREEDEST,
|
||||||
|
'arches': ['x86_64', 'ppc64le', 'aarch64']},
|
||||||
|
{'ref': 'fedora/42/%(arch)s/updates/sericea',
|
||||||
|
'dest': OSTREEDEST,
|
||||||
|
'arches': ['x86_64', 'ppc64le', 'aarch64']},
|
||||||
|
{'ref': 'fedora/42/%(arch)s/updates/onyx',
|
||||||
|
'dest': OSTREEDEST,
|
||||||
|
'arches': ['x86_64', 'ppc64le', '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', 'ppc64le', 'aarch64']},
|
||||||
|
{'ref': 'fedora/42/%(arch)s/testing/kinoite',
|
||||||
|
'dest': OSTREEDEST,
|
||||||
|
'arches': ['x86_64', 'ppc64le', 'aarch64']},
|
||||||
|
{'ref': 'fedora/42/%(arch)s/testing/sericea',
|
||||||
|
'dest': OSTREEDEST,
|
||||||
|
'arches': ['x86_64', 'ppc64le', 'aarch64']},
|
||||||
|
{'ref': 'fedora/42/%(arch)s/testing/onyx',
|
||||||
|
'dest': OSTREEDEST,
|
||||||
|
'arches': ['x86_64', 'ppc64le', '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')}
|
||||||
|
]}}
|
||||||
|
},
|
||||||
|
'f41': {'topic': 'fedora',
|
||||||
'version': '41',
|
'version': '41',
|
||||||
'modules': ['fedora', 'fedora-secondary'],
|
'modules': ['fedora', 'fedora-secondary'],
|
||||||
'repos': {'updates': {
|
'repos': {'updates': {
|
||||||
|
|
|
@ -116,7 +116,7 @@
|
||||||
# bodhi2/backend/files/koji_sync_listener.py
|
# bodhi2/backend/files/koji_sync_listener.py
|
||||||
# This cronjob runs only once a day. The listener script runs reactively.
|
# This cronjob runs only once a day. The listener script runs reactively.
|
||||||
cron: name="owner-sync" minute="15" hour="4" user="root"
|
cron: name="owner-sync" minute="15" hour="4" user="root"
|
||||||
job="/usr/local/bin/lock-wrapper owner-sync '/usr/local/bin/owner-sync-pagure f42 f41 f40 f39 f39-flatpak epel10.0 epel9 epel9-next epel8'"
|
job="/usr/local/bin/lock-wrapper owner-sync '/usr/local/bin/owner-sync-pagure f43 f42 f41 f40 epel10.0 epel9 epel9-next epel8'"
|
||||||
cron_file=update-koji-owner
|
cron_file=update-koji-owner
|
||||||
user=apache
|
user=apache
|
||||||
when: env == "production"
|
when: env == "production"
|
||||||
|
|
|
@ -36,6 +36,9 @@ arguments = {}
|
||||||
# XXX If you modify this taglist. Please also modify the other copy in
|
# XXX If you modify this taglist. Please also modify the other copy in
|
||||||
# bodhi2/backend/tasks/main.yml
|
# bodhi2/backend/tasks/main.yml
|
||||||
taglist = [
|
taglist = [
|
||||||
|
"f43",
|
||||||
|
"f43-container",
|
||||||
|
"f43-flatpak",
|
||||||
"f42",
|
"f42",
|
||||||
"f42-container",
|
"f42-container",
|
||||||
"f42-flatpak",
|
"f42-flatpak",
|
||||||
|
|
|
@ -41,6 +41,8 @@ sigkeys = [
|
||||||
'e99d6ad1',
|
'e99d6ad1',
|
||||||
[% elif release.version == '42' %]
|
[% elif release.version == '42' %]
|
||||||
'105ef944',
|
'105ef944',
|
||||||
|
[% elif release.version == '43' %]
|
||||||
|
'31645531',
|
||||||
[% elif release.version == '6' %]
|
[% elif release.version == '6' %]
|
||||||
'0608b895',
|
'0608b895',
|
||||||
[% elif release.version == '7' %]
|
[% elif release.version == '7' %]
|
||||||
|
|
|
@ -226,6 +226,7 @@ package_list =
|
||||||
all :: deny
|
all :: deny
|
||||||
|
|
||||||
sidetag =
|
sidetag =
|
||||||
|
tag f43-build :: allow
|
||||||
tag f42-build :: allow
|
tag f42-build :: allow
|
||||||
tag f41-build :: allow
|
tag f41-build :: allow
|
||||||
tag f40-build :: allow
|
tag f40-build :: allow
|
||||||
|
|
|
@ -333,6 +333,10 @@ stable_api = '2024-05-31'
|
||||||
security_fixes = '2024-05-31'
|
security_fixes = '2024-05-31'
|
||||||
bug_fixes = '2024-05-31'
|
bug_fixes = '2024-05-31'
|
||||||
|
|
||||||
|
[consumer_config.scm_request_processor.branch_slas.f42]
|
||||||
|
bug_fixes = '2026-05-13'
|
||||||
|
security_fixes = '2026-05-13'
|
||||||
|
|
||||||
[consumer_config.scm_request_processor.branch_slas.f41]
|
[consumer_config.scm_request_processor.branch_slas.f41]
|
||||||
bug_fixes = '2025-11-11'
|
bug_fixes = '2025-11-11'
|
||||||
security_fixes = '2025-11-11'
|
security_fixes = '2025-11-11'
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
# Global list of koji tags we care about
|
# Global list of koji tags we care about
|
||||||
tags = ({'name': 'Rawhide', 'tag': 'f42'},
|
tags = ({'name': 'Rawhide', 'tag': 'f43'},
|
||||||
|
|
||||||
|
{'name': 'Fedora 42', 'tag': 'f42-updates'},
|
||||||
|
{'name': 'Fedora 42', 'tag': 'f42'},
|
||||||
|
{'name': 'Fedora 42 Testing', 'tag': 'f42-updates-testing'},
|
||||||
|
|
||||||
{'name': 'Fedora 41', 'tag': 'f41-updates'},
|
{'name': 'Fedora 41', 'tag': 'f41-updates'},
|
||||||
{'name': 'Fedora 41', 'tag': 'f41'},
|
{'name': 'Fedora 41', 'tag': 'f41'},
|
||||||
|
|
|
@ -11,6 +11,17 @@
|
||||||
"status": "Under Development",
|
"status": "Under Development",
|
||||||
"version": "devel"
|
"version": "devel"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"allow_retire": true,
|
||||||
|
"branchname": "f42",
|
||||||
|
"date_created": "2024-05-14 12:36:15",
|
||||||
|
"date_updated": "2025-02-04 14:07:23",
|
||||||
|
"dist_tag": ".fc42",
|
||||||
|
"koji_name": "f42",
|
||||||
|
"name": "Fedora Linux",
|
||||||
|
"status": "Under Development",
|
||||||
|
"version": "42"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"allow_retire": true,
|
"allow_retire": true,
|
||||||
"branchname": "master",
|
"branchname": "master",
|
||||||
|
|
|
@ -133,6 +133,13 @@ handlers = ["console"]
|
||||||
keyid = "{{ (env == 'production')|ternary('47dd8ef9', 'd300e724') }}"
|
keyid = "{{ (env == 'production')|ternary('47dd8ef9', 'd300e724') }}"
|
||||||
file_signing_key = "fedora-42-ima"
|
file_signing_key = "fedora-42-ima"
|
||||||
|
|
||||||
|
[[consumer_config.koji_instances.primary.tags]]
|
||||||
|
from = "f43-infra-candidate"
|
||||||
|
to = "f43-infra-stg"
|
||||||
|
key = "{{ (env == 'production')|ternary('fedora-infra', 'testkey') }}"
|
||||||
|
keyid = "{{ (env == 'production')|ternary('47dd8ef9', 'd300e724') }}"
|
||||||
|
file_signing_key = "fedora-43-ima"
|
||||||
|
|
||||||
# Gated coreos-pool tag
|
# Gated coreos-pool tag
|
||||||
|
|
||||||
[[consumer_config.koji_instances.primary.tags]]
|
[[consumer_config.koji_instances.primary.tags]]
|
||||||
|
@ -156,8 +163,38 @@ handlers = ["console"]
|
||||||
keyid = "{{ (env == 'production')|ternary('105ef944', 'd300e724') }}"
|
keyid = "{{ (env == 'production')|ternary('105ef944', 'd300e724') }}"
|
||||||
file_signing_key = "fedora-42-ima"
|
file_signing_key = "fedora-42-ima"
|
||||||
|
|
||||||
|
[[consumer_config.koji_instances.primary.tags]]
|
||||||
|
from = "f43-coreos-signing-pending"
|
||||||
|
to = "coreos-pool"
|
||||||
|
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
|
||||||
|
keyid = "{{ (env == 'production')|ternary('31645531', 'd300e724') }}"
|
||||||
|
file_signing_key = "fedora-43-ima"
|
||||||
|
|
||||||
# Gated rawhide
|
# Gated rawhide
|
||||||
|
|
||||||
|
[[consumer_config.koji_instances.primary.tags]]
|
||||||
|
from = "f43-signing-pending"
|
||||||
|
to = "f43-updates-testing-pending"
|
||||||
|
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
|
||||||
|
keyid = "{{ (env == 'production')|ternary('31645531', 'd300e724') }}"
|
||||||
|
file_signing_key = "fedora-43-ima"
|
||||||
|
|
||||||
|
[consumer_config.koji_instances.primary.tags.sidetags]
|
||||||
|
pattern = 'f43-build-side-<seq_id>'
|
||||||
|
from = '<sidetag>-signing-pending'
|
||||||
|
to = '<sidetag>-testing-pending'
|
||||||
|
trusted_taggers = ['bodhi']
|
||||||
|
file_signing_key = "fedora-43-ima"
|
||||||
|
|
||||||
|
[[consumer_config.koji_instances.primary.tags]]
|
||||||
|
from = "f43-pending"
|
||||||
|
to = "f43"
|
||||||
|
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
|
||||||
|
keyid = "{{ (env == 'production')|ternary('31645531', 'd300e724') }}"
|
||||||
|
file_signing_key = "fedora-43-ima"
|
||||||
|
|
||||||
|
# Branched
|
||||||
|
|
||||||
[[consumer_config.koji_instances.primary.tags]]
|
[[consumer_config.koji_instances.primary.tags]]
|
||||||
from = "f42-signing-pending"
|
from = "f42-signing-pending"
|
||||||
to = "f42-updates-testing-pending"
|
to = "f42-updates-testing-pending"
|
||||||
|
@ -172,24 +209,8 @@ handlers = ["console"]
|
||||||
trusted_taggers = ['bodhi']
|
trusted_taggers = ['bodhi']
|
||||||
file_signing_key = "fedora-42-ima"
|
file_signing_key = "fedora-42-ima"
|
||||||
|
|
||||||
[[consumer_config.koji_instances.primary.tags]]
|
# stable releases
|
||||||
from = "f42-pending"
|
|
||||||
to = "f42"
|
|
||||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
|
||||||
keyid = "{{ (env == 'production')|ternary('105ef944', 'd300e724') }}"
|
|
||||||
file_signing_key = "fedora-42-ima"
|
|
||||||
|
|
||||||
# resigning f42 builds with f43 key before branching. Remove after branching.
|
|
||||||
[[consumer_config.koji_instances.primary.tags]]
|
|
||||||
from = "f42"
|
|
||||||
to = "f42"
|
|
||||||
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
|
|
||||||
keyid = "{{ (env == 'production')|ternary('31645531', 'd300e724') }}"
|
|
||||||
file_signing_key = "fedora-43-ima"
|
|
||||||
|
|
||||||
|
|
||||||
# Branched
|
|
||||||
|
|
||||||
[[consumer_config.koji_instances.primary.tags]]
|
[[consumer_config.koji_instances.primary.tags]]
|
||||||
from = "f41-signing-pending"
|
from = "f41-signing-pending"
|
||||||
to = "f41-updates-testing-pending"
|
to = "f41-updates-testing-pending"
|
||||||
|
@ -204,8 +225,6 @@ handlers = ["console"]
|
||||||
trusted_taggers = ['bodhi']
|
trusted_taggers = ['bodhi']
|
||||||
file_signing_key = "fedora-41-ima"
|
file_signing_key = "fedora-41-ima"
|
||||||
|
|
||||||
# stable releases
|
|
||||||
|
|
||||||
[[consumer_config.koji_instances.primary.tags]]
|
[[consumer_config.koji_instances.primary.tags]]
|
||||||
from = "f40-signing-pending"
|
from = "f40-signing-pending"
|
||||||
to = "f40-updates-testing-pending"
|
to = "f40-updates-testing-pending"
|
||||||
|
@ -321,6 +340,13 @@ handlers = ["console"]
|
||||||
|
|
||||||
# openh264 signing
|
# openh264 signing
|
||||||
|
|
||||||
|
[[consumer_config.koji_instances.primary.tags]]
|
||||||
|
from = "f43-openh264"
|
||||||
|
to = "f43-openh264"
|
||||||
|
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
|
||||||
|
keyid = "{{ (env == 'production')|ternary('31645531', 'd300e724') }}"
|
||||||
|
file_signing_key = "fedora-43-ima"
|
||||||
|
|
||||||
[[consumer_config.koji_instances.primary.tags]]
|
[[consumer_config.koji_instances.primary.tags]]
|
||||||
from = "f42-openh264"
|
from = "f42-openh264"
|
||||||
to = "f42-openh264"
|
to = "f42-openh264"
|
||||||
|
@ -379,17 +405,17 @@ handlers = ["console"]
|
||||||
|
|
||||||
[consumer_config.ostree_refs."fedora/rawhide/x86_64/iot"]
|
[consumer_config.ostree_refs."fedora/rawhide/x86_64/iot"]
|
||||||
directory = "/mnt/fedora_koji/koji/compose/iot/repo/"
|
directory = "/mnt/fedora_koji/koji/compose/iot/repo/"
|
||||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
|
||||||
[consumer_config.ostree_refs."fedora/rawhide/aarch64/iot"]
|
[consumer_config.ostree_refs."fedora/rawhide/aarch64/iot"]
|
||||||
directory = "/mnt/fedora_koji/koji/compose/iot/repo/"
|
directory = "/mnt/fedora_koji/koji/compose/iot/repo/"
|
||||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
|
||||||
|
|
||||||
[consumer_config.ostree_refs."fedora/devel/x86_64/iot"]
|
[consumer_config.ostree_refs."fedora/devel/x86_64/iot"]
|
||||||
directory = "/mnt/fedora_koji/koji/compose/iot/repo/"
|
directory = "/mnt/fedora_koji/koji/compose/iot/repo/"
|
||||||
key = "{{ (env == 'production')|ternary('fedora-41', 'testkey') }}"
|
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||||
[consumer_config.ostree_refs."fedora/devel/aarch64/iot"]
|
[consumer_config.ostree_refs."fedora/devel/aarch64/iot"]
|
||||||
directory = "/mnt/fedora_koji/koji/compose/iot/repo/"
|
directory = "/mnt/fedora_koji/koji/compose/iot/repo/"
|
||||||
key = "{{ (env == 'production')|ternary('fedora-41', 'testkey') }}"
|
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||||
|
|
||||||
[consumer_config.ostree_refs."fedora/stable/x86_64/iot"]
|
[consumer_config.ostree_refs."fedora/stable/x86_64/iot"]
|
||||||
directory = "/mnt/fedora_koji/koji/compose/iot/repo/"
|
directory = "/mnt/fedora_koji/koji/compose/iot/repo/"
|
||||||
|
@ -474,19 +500,57 @@ handlers = ["console"]
|
||||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||||
key = "{{ (env == 'production')|ternary('fedora-41', 'testkey') }}"
|
key = "{{ (env == 'production')|ternary('fedora-41', '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') }}"
|
||||||
|
|
||||||
# rawhide silveblue ostree refs
|
# rawhide silveblue ostree refs
|
||||||
|
|
||||||
[consumer_config.ostree_refs."fedora/rawhide/aarch64/silverblue"]
|
[consumer_config.ostree_refs."fedora/rawhide/aarch64/silverblue"]
|
||||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
|
||||||
|
|
||||||
[consumer_config.ostree_refs."fedora/rawhide/ppc64le/silverblue"]
|
[consumer_config.ostree_refs."fedora/rawhide/ppc64le/silverblue"]
|
||||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
|
||||||
|
|
||||||
[consumer_config.ostree_refs."fedora/rawhide/x86_64/silverblue"]
|
[consumer_config.ostree_refs."fedora/rawhide/x86_64/silverblue"]
|
||||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
|
||||||
|
|
||||||
# f40 kinoite ostree refs
|
# f40 kinoite ostree refs
|
||||||
|
|
||||||
|
@ -564,20 +628,57 @@ handlers = ["console"]
|
||||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||||
key = "{{ (env == 'production')|ternary('fedora-41', 'testkey') }}"
|
key = "{{ (env == 'production')|ternary('fedora-41', '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') }}"
|
||||||
|
|
||||||
# rawhide kinoite ostree refs
|
# rawhide kinoite ostree refs
|
||||||
|
|
||||||
[consumer_config.ostree_refs."fedora/rawhide/aarch64/kinoite"]
|
[consumer_config.ostree_refs."fedora/rawhide/aarch64/kinoite"]
|
||||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
|
||||||
|
|
||||||
[consumer_config.ostree_refs."fedora/rawhide/ppc64le/kinoite"]
|
[consumer_config.ostree_refs."fedora/rawhide/ppc64le/kinoite"]
|
||||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
|
||||||
|
|
||||||
[consumer_config.ostree_refs."fedora/rawhide/x86_64/kinoite"]
|
[consumer_config.ostree_refs."fedora/rawhide/x86_64/kinoite"]
|
||||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
|
||||||
|
|
||||||
# f40 sericea ostree refs
|
# f40 sericea ostree refs
|
||||||
|
|
||||||
|
@ -655,19 +756,57 @@ handlers = ["console"]
|
||||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||||
key = "{{ (env == 'production')|ternary('fedora-41', 'testkey') }}"
|
key = "{{ (env == 'production')|ternary('fedora-41', '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') }}"
|
||||||
|
|
||||||
# rawhide sericea ostree refs
|
# rawhide sericea ostree refs
|
||||||
|
|
||||||
[consumer_config.ostree_refs."fedora/rawhide/aarch64/sericea"]
|
[consumer_config.ostree_refs."fedora/rawhide/aarch64/sericea"]
|
||||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
|
||||||
|
|
||||||
[consumer_config.ostree_refs."fedora/rawhide/ppc64le/sericea"]
|
[consumer_config.ostree_refs."fedora/rawhide/ppc64le/sericea"]
|
||||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
|
||||||
|
|
||||||
[consumer_config.ostree_refs."fedora/rawhide/x86_64/sericea"]
|
[consumer_config.ostree_refs."fedora/rawhide/x86_64/sericea"]
|
||||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
|
||||||
|
|
||||||
# f40 onyx ostree refs
|
# f40 onyx ostree refs
|
||||||
|
|
||||||
|
@ -745,19 +884,57 @@ handlers = ["console"]
|
||||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||||
key = "{{ (env == 'production')|ternary('fedora-41', 'testkey') }}"
|
key = "{{ (env == 'production')|ternary('fedora-41', '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') }}"
|
||||||
|
|
||||||
# rawhide onyx ostree refs
|
# rawhide onyx ostree refs
|
||||||
|
|
||||||
[consumer_config.ostree_refs."fedora/rawhide/aarch64/onyx"]
|
[consumer_config.ostree_refs."fedora/rawhide/aarch64/onyx"]
|
||||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
|
||||||
|
|
||||||
[consumer_config.ostree_refs."fedora/rawhide/ppc64le/onyx"]
|
[consumer_config.ostree_refs."fedora/rawhide/ppc64le/onyx"]
|
||||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
|
||||||
|
|
||||||
[consumer_config.ostree_refs."fedora/rawhide/x86_64/onyx"]
|
[consumer_config.ostree_refs."fedora/rawhide/x86_64/onyx"]
|
||||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
|
||||||
|
|
||||||
[consumer_config.coreos]
|
[consumer_config.coreos]
|
||||||
bucket = "fcos-builds"
|
bucket = "fcos-builds"
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
---
|
---
|
||||||
FedoraBranched: false
|
FedoraBranched: True
|
||||||
|
|
|
@ -4,4 +4,4 @@
|
||||||
# postbeta: After beta release and before final release
|
# postbeta: After beta release and before final release
|
||||||
# current: After final release
|
# current: After final release
|
||||||
---
|
---
|
||||||
FedoraBranchedBodhi: current
|
FedoraBranchedBodhi: preenable
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue