F38 is EOL
Signed-off-by: Samyak Jain <samyak.jn11@gmail.com>
This commit is contained in:
parent
14c37e9e8e
commit
9438b39fd1
10 changed files with 34 additions and 301 deletions
|
@ -5,7 +5,7 @@ dns1: 8.8.8.8
|
|||
dns2: 8.8.4.4
|
||||
dns_search1: fedoraproject.org
|
||||
eol_opsys:
|
||||
- { opsys: Fedora, release: '37' }
|
||||
- { opsys: Fedora, release: '38' }
|
||||
# When not empty, the array should have the following form:
|
||||
# - { opsys: "Fedora", release: "36" }
|
||||
eth2_ipv4_ip: 8.43.85.61
|
||||
|
@ -21,45 +21,45 @@ faf_opsys_list:
|
|||
- fedora
|
||||
- centos
|
||||
faf_repos:
|
||||
# Fedora 38 repositories ------------------------------------------------
|
||||
# Fedora 40 repositories ------------------------------------------------
|
||||
- arch: src
|
||||
name: fedora-38-source
|
||||
opsys: Fedora 38
|
||||
name: fedora-40-source
|
||||
opsys: Fedora 40
|
||||
url:
|
||||
- http://dl01.fedoraproject.org/pub/fedora/linux/releases/38/Everything/source/tree/
|
||||
- http://dl01.fedoraproject.org/pub/fedora/linux/development/38/Everything/source/tree/
|
||||
- http://dl01.fedoraproject.org/pub/fedora/linux/releases/40/Everything/source/tree/
|
||||
- http://dl01.fedoraproject.org/pub/fedora/linux/development/40/Everything/source/tree/
|
||||
- arch: x86_64
|
||||
name: fedora-38-x86_64
|
||||
opsys: Fedora 38
|
||||
name: fedora-40-x86_64
|
||||
opsys: Fedora 40
|
||||
url:
|
||||
- http://dl01.fedoraproject.org/pub/fedora/linux/releases/38/Everything/x86_64/os/
|
||||
- http://dl01.fedoraproject.org/pub/fedora/linux/development/38/Everything/x86_64/os/
|
||||
- http://dl01.fedoraproject.org/pub/fedora/linux/releases/40/Everything/x86_64/os/
|
||||
- http://dl01.fedoraproject.org/pub/fedora/linux/development/40/Everything/x86_64/os/
|
||||
- arch: x86_64
|
||||
name: fedora-38-x86_64-debug
|
||||
opsys: Fedora 38
|
||||
name: fedora-40-x86_64-debug
|
||||
opsys: Fedora 40
|
||||
url:
|
||||
- http://dl01.fedoraproject.org/pub/fedora/linux/releases/38/Everything/x86_64/debug/tree/
|
||||
- http://dl01.fedoraproject.org/pub/fedora/linux/development/38/Everything/x86_64/debug/tree/
|
||||
- http://dl01.fedoraproject.org/pub/fedora/linux/releases/40/Everything/x86_64/debug/tree/
|
||||
- http://dl01.fedoraproject.org/pub/fedora/linux/development/40/Everything/x86_64/debug/tree/
|
||||
- arch: x86_64
|
||||
name: fedora-38-x86_64-updates
|
||||
opsys: Fedora 38
|
||||
name: fedora-40-x86_64-updates
|
||||
opsys: Fedora 40
|
||||
url:
|
||||
- http://dl01.fedoraproject.org/pub/fedora/linux/updates/38/Everything/x86_64/
|
||||
- http://dl01.fedoraproject.org/pub/fedora/linux/updates/40/Everything/x86_64/
|
||||
- arch: x86_64
|
||||
name: fedora-38-x86_64-updates-debug
|
||||
opsys: Fedora 38
|
||||
name: fedora-40-x86_64-updates-debug
|
||||
opsys: Fedora 40
|
||||
url:
|
||||
- http://dl01.fedoraproject.org/pub/fedora/linux/updates/38/Everything/x86_64/debug/
|
||||
- http://dl01.fedoraproject.org/pub/fedora/linux/updates/40/Everything/x86_64/debug/
|
||||
- arch: x86_64
|
||||
name: fedora-38-x86_64-testing
|
||||
opsys: Fedora 38
|
||||
name: fedora-40-x86_64-testing
|
||||
opsys: Fedora 40
|
||||
url:
|
||||
- http://dl01.fedoraproject.org/pub/fedora/linux/updates/testing/38/Everything/x86_64/
|
||||
- http://dl01.fedoraproject.org/pub/fedora/linux/updates/testing/40/Everything/x86_64/
|
||||
- arch: x86_64
|
||||
name: fedora-38-x86_64-testing-debug
|
||||
opsys: Fedora 38
|
||||
name: fedora-40-x86_64-testing-debug
|
||||
opsys: Fedora 40
|
||||
url:
|
||||
- http://dl01.fedoraproject.org/pub/fedora/linux/updates/testing/38/Everything/x86_64/debug/
|
||||
- http://dl01.fedoraproject.org/pub/fedora/linux/updates/testing/40/Everything/x86_64/debug/
|
||||
# Fedora Rawhide repositories -------------------------------------------
|
||||
- arch: src
|
||||
name: fedora-rawhide-source
|
||||
|
@ -158,8 +158,8 @@ rs_internal_arch_list:
|
|||
- source
|
||||
- x86_64
|
||||
rs_internal_centos_vers: [7, 8]
|
||||
rs_internal_fedora_vers: [38, 39, rawhide]
|
||||
rs_internal_fedora_vers_removed: [30, 31, 32, 33, 34, 35, 36, 37]
|
||||
rs_internal_fedora_vers: [39, 40, rawhide]
|
||||
rs_internal_fedora_vers_removed: [30, 31, 32, 33, 34, 35, 36, 37, 38]
|
||||
rs_use_faf_packages: true
|
||||
sar_output_file: faf.json
|
||||
sar_script: /usr/bin/faf sar
|
||||
|
|
|
@ -110,62 +110,6 @@ RELEASES = {'f40': {'topic': 'fedora',
|
|||
'dest': os.path.join(FEDORAALTDEST, 'testing', '39', 'Everything')}
|
||||
]}}
|
||||
},
|
||||
'f38': {'topic': 'fedora',
|
||||
'version': '38',
|
||||
'modules': ['fedora', 'fedora-secondary'],
|
||||
'repos': {'updates': {
|
||||
'from': 'f38-updates',
|
||||
'ostrees': [{'ref': 'fedora/38/%(arch)s/updates/silverblue',
|
||||
'dest': OSTREEDEST,
|
||||
'arches': ['x86_64', 'ppc64le', 'aarch64']},
|
||||
{'ref': 'fedora/38/%(arch)s/updates/kinoite',
|
||||
'dest': OSTREEDEST,
|
||||
'arches': ['x86_64', 'ppc64le', 'aarch64']},
|
||||
{'ref': 'fedora/38/%(arch)s/updates/sericea',
|
||||
'dest': OSTREEDEST,
|
||||
'arches': ['x86_64', 'ppc64le', 'aarch64']}],
|
||||
'to': [{'arches': ['x86_64', 'aarch64', 'source'],
|
||||
'dest': os.path.join(FEDORADEST, '38', 'Everything')},
|
||||
{'arches': ['ppc64le', 's390x'],
|
||||
'dest': os.path.join(FEDORAALTDEST, '38', 'Everything')}
|
||||
]},
|
||||
'updates-testing': {
|
||||
'from': 'f38-updates-testing',
|
||||
'ostrees': [{'ref': 'fedora/38/%(arch)s/testing/silverblue',
|
||||
'dest': OSTREEDEST,
|
||||
'arches': ['x86_64', 'ppc64le', 'aarch64']},
|
||||
{'ref': 'fedora/38/%(arch)s/testing/kinoite',
|
||||
'dest': OSTREEDEST,
|
||||
'arches': ['x86_64', 'ppc64le', 'aarch64']},
|
||||
{'ref': 'fedora/38/%(arch)s/testing/sericea',
|
||||
'dest': OSTREEDEST,
|
||||
'arches': ['x86_64', 'ppc64le', 'aarch64']}],
|
||||
'to': [{'arches': ['x86_64', 'aarch64', 'source'],
|
||||
'dest': os.path.join(FEDORADEST, 'testing', '38', 'Everything')},
|
||||
{'arches': ['ppc64le', 's390x'],
|
||||
'dest': os.path.join(FEDORAALTDEST, 'testing', '38', 'Everything')}
|
||||
]}}
|
||||
},
|
||||
'f38m': {'topic': 'fedora',
|
||||
'version': '38m',
|
||||
'modules': ['fedora', 'fedora-secondary'],
|
||||
'repos': {'updates': {
|
||||
'from': 'f38-modular-updates',
|
||||
'ostrees': [],
|
||||
'to': [{'arches': ['x86_64', 'aarch64', 'source'],
|
||||
'dest': os.path.join(FEDORADEST, '38', 'Modular')},
|
||||
{'arches': ['ppc64le', 's390x'],
|
||||
'dest': os.path.join(FEDORAALTDEST, '38', 'Modular')}
|
||||
]},
|
||||
'updates-testing': {
|
||||
'from': 'f38-modular-updates-testing',
|
||||
'ostrees': [],
|
||||
'to': [{'arches': ['x86_64', 'aarch64', 'source'],
|
||||
'dest': os.path.join(FEDORADEST, 'testing', '38', 'Modular')},
|
||||
{'arches': ['ppc64le', 's390x'],
|
||||
'dest': os.path.join(FEDORAALTDEST, 'testing', '38', 'Modular')}
|
||||
]}}
|
||||
},
|
||||
'epel9': {'topic': 'epel',
|
||||
'version': '9',
|
||||
'modules': ['epel'],
|
||||
|
|
|
@ -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 f41 f40 f39 f39-flatpak f38 f38-container f38-modular epel9 epel9-next epel8 epel8-next epel7 module-package-list modular'"
|
||||
job="/usr/local/bin/lock-wrapper owner-sync '/usr/local/bin/owner-sync-pagure f41 f40 f39 f39-flatpak epel9 epel9-next epel8 epel8-next epel7 module-package-list modular'"
|
||||
cron_file=update-koji-owner
|
||||
user=apache
|
||||
when: env == "production"
|
||||
|
|
|
@ -45,10 +45,6 @@ taglist = [
|
|||
"f39",
|
||||
"f39-container",
|
||||
"f39-flatpak",
|
||||
"f38",
|
||||
"f38-container",
|
||||
"f38-modular",
|
||||
"f38-flatpak",
|
||||
"epel9",
|
||||
"epel9-next",
|
||||
"epel8",
|
||||
|
|
|
@ -200,7 +200,6 @@ sidetag =
|
|||
tag f41-build :: allow
|
||||
tag f40-build :: allow
|
||||
tag f39-build :: allow
|
||||
tag f38-build :: allow
|
||||
tag eln-build :: allow
|
||||
tag epel9-next-build :: allow
|
||||
tag epel9-build :: allow
|
||||
|
|
|
@ -1,28 +0,0 @@
|
|||
data:
|
||||
description: Fedora 38 traditional base
|
||||
license:
|
||||
module: [MIT]
|
||||
name: platform
|
||||
profiles:
|
||||
buildroot:
|
||||
rpms: [bash, bzip2, coreutils, cpio, diffutils, fedora-release, findutils, gawk,
|
||||
glibc-minimal-langpack, grep, gzip, info, make, patch, redhat-rpm-config,
|
||||
rpm-build, sed, shadow-utils, tar, unzip, util-linux, which, xz]
|
||||
srpm-buildroot:
|
||||
rpms: [bash, fedora-release, fedpkg-minimal, glibc-minimal-langpack, gnupg2,
|
||||
redhat-rpm-config, rpm-build, shadow-utils]
|
||||
stream: f38
|
||||
summary: Fedora 38 traditional base
|
||||
context: 00000000
|
||||
version: 1
|
||||
xmd:
|
||||
mbs:
|
||||
buildrequires: {}
|
||||
commit: f38
|
||||
requires: {}
|
||||
koji_tag: module-f38-build
|
||||
mse: TRUE
|
||||
virtual_streams: [fedora]
|
||||
document: modulemd
|
||||
version: 1
|
||||
|
|
@ -7,5 +7,5 @@ MAILTO=releng-cron@lists.fedoraproject.org
|
|||
15 6 * * * root touch /tmp/fedora-compose-cloud-updates && TMPDIR=`mktemp -d /tmp/CloudF39.XXXXXX` && chmod 755 $TMPDIR && pushd $TMPDIR && git clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout f39 && LANG=en_US.UTF-8 ./cloud-nightly.sh RC-$(date "+\%Y\%m\%d").0 && popd && rm -rf $TMPDIR && rm /tmp/fedora-compose-cloud-updates
|
||||
|
||||
# Fedora 38 Cloud nightly compose
|
||||
MAILTO=releng-cron@lists.fedoraproject.org
|
||||
15 7 * * * root touch /tmp/fedora-compose-cloud-updates && TMPDIR=`mktemp -d /tmp/CloudF38.XXXXXX` && chmod 755 $TMPDIR && pushd $TMPDIR && git clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout f38 && LANG=en_US.UTF-8 ./cloud-nightly.sh RC-$(date "+\%Y\%m\%d").0 && popd && rm -rf $TMPDIR && rm /tmp/fedora-compose-cloud-updates
|
||||
# MAILTO=releng-cron@lists.fedoraproject.org
|
||||
# 15 7 * * * root touch /tmp/fedora-compose-cloud-updates && TMPDIR=`mktemp -d /tmp/CloudF38.XXXXXX` && chmod 755 $TMPDIR && pushd $TMPDIR && git clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout f38 && LANG=en_US.UTF-8 ./cloud-nightly.sh RC-$(date "+\%Y\%m\%d").0 && popd && rm -rf $TMPDIR && rm /tmp/fedora-compose-cloud-updates
|
||||
|
|
|
@ -7,5 +7,5 @@ MAILTO=releng-cron@lists.fedoraproject.org
|
|||
45 7 * * * root touch /tmp/fedora-compose-container-updates && TMPDIR=`mktemp -d /tmp/containerF39.XXXXXX` && chmod 755 $TMPDIR && pushd $TMPDIR && git clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout f39 && LANG=en_US.UTF-8 ./container-nightly.sh RC-$(date "+\%Y\%m\%d").0 && popd && rm -rf $TMPDIR && rm /tmp/fedora-compose-container-updates
|
||||
|
||||
# Fedora 38 Container Updates nightly compose
|
||||
MAILTO=releng-cron@lists.fedoraproject.org
|
||||
45 6 * * * root touch /tmp/fedora-compose-container-updates && TMPDIR=`mktemp -d /tmp/containerF38.XXXXXX` && chmod 755 $TMPDIR && pushd $TMPDIR && git clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout f38 && LANG=en_US.UTF-8 ./container-nightly.sh RC-$(date "+\%Y\%m\%d").0 && popd && rm -rf $TMPDIR && rm /tmp/fedora-compose-container-updates
|
||||
# MAILTO=releng-cron@lists.fedoraproject.org
|
||||
# 45 6 * * * root touch /tmp/fedora-compose-container-updates && TMPDIR=`mktemp -d /tmp/containerF38.XXXXXX` && chmod 755 $TMPDIR && pushd $TMPDIR && git clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout f38 && LANG=en_US.UTF-8 ./container-nightly.sh RC-$(date "+\%Y\%m\%d").0 && popd && rm -rf $TMPDIR && rm /tmp/fedora-compose-container-updates
|
|
@ -113,13 +113,6 @@ handlers = ["console"]
|
|||
key = "{{ (env == 'production')|ternary('fedora-infra', 'testkey') }}"
|
||||
keyid = "{{ (env == 'production')|ternary('47dd8ef9', 'd300e724') }}"
|
||||
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
from = "f38-infra-candidate"
|
||||
to = "f38-infra-stg"
|
||||
key = "{{ (env == 'production')|ternary('fedora-infra', 'testkey') }}"
|
||||
keyid = "{{ (env == 'production')|ternary('47dd8ef9', 'd300e724') }}"
|
||||
file_signing_key = "fedora-38-ima"
|
||||
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
from = "f39-infra-candidate"
|
||||
to = "f39-infra-stg"
|
||||
|
@ -143,13 +136,6 @@ handlers = ["console"]
|
|||
|
||||
# Gated coreos-pool tag
|
||||
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
from = "f38-coreos-signing-pending"
|
||||
to = "coreos-pool"
|
||||
key = "{{ (env == 'production')|ternary('fedora-38', 'testkey') }}"
|
||||
keyid = "{{ (env == 'production')|ternary('eb10b464', 'd300e724') }}"
|
||||
file_signing_key = "fedora-38-ima"
|
||||
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
from = "f39-coreos-signing-pending"
|
||||
to = "coreos-pool"
|
||||
|
@ -240,41 +226,6 @@ handlers = ["console"]
|
|||
keyid = "{{ (env == 'production')|ternary('18B8e74c', 'd300e724') }}"
|
||||
file_signing_key = "fedora-39-ima"
|
||||
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
from = "f38-signing-pending"
|
||||
to = "f38-updates-testing-pending"
|
||||
key = "{{ (env == 'production')|ternary('fedora-38', 'testkey') }}"
|
||||
keyid = "{{ (env == 'production')|ternary('eb10b464', 'd300e724') }}"
|
||||
file_signing_key = "fedora-38-ima"
|
||||
|
||||
[consumer_config.koji_instances.primary.tags.sidetags]
|
||||
pattern = 'f38-build-side-<seq_id>'
|
||||
from = '<sidetag>-signing-pending'
|
||||
to = '<sidetag>-testing-pending'
|
||||
trusted_taggers = ['bodhi']
|
||||
file_signing_key = "fedora-38-ima"
|
||||
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
from = "f38-pending"
|
||||
to = "f38"
|
||||
key = "{{ (env == 'production')|ternary('fedora-38', 'testkey') }}"
|
||||
keyid = "{{ (env == 'production')|ternary('eb10b464', 'd300e724') }}"
|
||||
file_signing_key = "fedora-38-ima"
|
||||
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
from = "f38-modular-pending"
|
||||
to = "f38-modular"
|
||||
key = "{{ (env == 'production')|ternary('fedora-38', 'testkey') }}"
|
||||
keyid = "{{ (env == 'production')|ternary('eb10b464', 'd300e724') }}"
|
||||
type = "modular"
|
||||
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
from = "f38-modular-signing-pending"
|
||||
to = "f38-modular-updates-testing-pending"
|
||||
key = "{{ (env == 'production')|ternary('fedora-38', 'testkey') }}"
|
||||
keyid = "{{ (env == 'production')|ternary('eb10b464', 'd300e724') }}"
|
||||
type = "modular"
|
||||
|
||||
# Gated bodhi updates
|
||||
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
|
@ -389,13 +340,6 @@ handlers = ["console"]
|
|||
key = "{{ (env == 'production')|ternary('fedora-39', 'testkey') }}"
|
||||
keyid = "{{ (env == 'production')|ternary('18B8e74c', 'd300e724') }}"
|
||||
file_signing_key = "fedora-39-ima"
|
||||
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
from = "f38-openh264"
|
||||
to = "f38-openh264"
|
||||
key = "{{ (env == 'production')|ternary('fedora-38', 'testkey') }}"
|
||||
keyid = "{{ (env == 'production')|ternary('eb10b464', 'd300e724') }}"
|
||||
file_signing_key = "fedora-38-ima"
|
||||
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
from = "epel9-openh264"
|
||||
|
@ -404,14 +348,6 @@ handlers = ["console"]
|
|||
keyid = "{{ (env == 'production')|ternary('3228467c', 'd300e724') }}"
|
||||
file_signing_key = "epel-9-ima"
|
||||
|
||||
# f38 resigning
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
from = "f38"
|
||||
to = "f38"
|
||||
key = "{{ (env == 'production')|ternary('fedora-38', 'testkey') }}"
|
||||
keyid = "{{ (env == 'production')|ternary('eb10b464', 'd300e724') }}"
|
||||
file_signing_key = "fedora-38-ima"
|
||||
|
||||
# f39-python signing
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
from = "f39-python"
|
||||
|
@ -461,44 +397,6 @@ handlers = ["console"]
|
|||
directory = "/mnt/fedora_koji/koji/compose/iot/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-40', 'testkey') }}"
|
||||
|
||||
# f38 silveblue ostree refs
|
||||
|
||||
[consumer_config.ostree_refs."fedora/38/x86_64/silverblue"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-38', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/38/aarch64/silverblue"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-38', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/38/ppc64le/silverblue"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-38', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/38/x86_64/updates/silverblue"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-38', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/38/x86_64/testing/silverblue"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-38', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/38/aarch64/updates/silverblue"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-38', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/38/aarch64/testing/silverblue"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-38', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/38/ppc64le/updates/silverblue"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-38', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/38/ppc64le/testing/silverblue"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-38', 'testkey') }}"
|
||||
|
||||
# f39 silveblue ostree refs
|
||||
|
||||
[consumer_config.ostree_refs."fedora/39/x86_64/silverblue"]
|
||||
|
@ -589,44 +487,6 @@ handlers = ["console"]
|
|||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-41', 'testkey') }}"
|
||||
|
||||
# f38 kinoite ostree refs
|
||||
|
||||
[consumer_config.ostree_refs."fedora/38/x86_64/kinoite"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-38', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/38/aarch64/kinoite"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-38', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/38/ppc64le/kinoite"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-38', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/38/x86_64/updates/kinoite"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-38', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/38/x86_64/testing/kinoite"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-38', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/38/aarch64/updates/kinoite"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-38', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/38/aarch64/testing/kinoite"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-38', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/38/ppc64le/updates/kinoite"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-38', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/38/ppc64le/testing/kinoite"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-38', 'testkey') }}"
|
||||
|
||||
# f39 kinoite ostree refs
|
||||
|
||||
[consumer_config.ostree_refs."fedora/39/x86_64/kinoite"]
|
||||
|
@ -717,44 +577,6 @@ handlers = ["console"]
|
|||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-41', 'testkey') }}"
|
||||
|
||||
# f38 sericea ostree refs
|
||||
|
||||
[consumer_config.ostree_refs."fedora/38/x86_64/sericea"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-38', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/38/aarch64/sericea"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-38', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/38/ppc64le/sericea"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-38', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/38/x86_64/updates/sericea"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-38', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/38/x86_64/testing/sericea"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-38', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/38/aarch64/updates/sericea"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-38', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/38/aarch64/testing/sericea"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-38', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/38/ppc64le/updates/sericea"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-38', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/38/ppc64le/testing/sericea"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-38', 'testkey') }}"
|
||||
|
||||
# f39 sericea ostree refs
|
||||
|
||||
[consumer_config.ostree_refs."fedora/39/x86_64/sericea"]
|
||||
|
|
|
@ -1 +1 @@
|
|||
FedoraPreviousPrevious: True
|
||||
FedoraPreviousPrevious: False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue