Skip to content

Commit

Permalink
configs: Fedora 38 goes EOL
Browse files Browse the repository at this point in the history
In [1]: from fedora_distro_aliases import get_distro_aliases
In [2]: get_distro_aliases()["fedora-all"]
Out[2]:
[Distro({'name': 'F39', 'long_name': 'Fedora 39', 'version': '39', 'state': 'current', 'branch': 'f39', 'id_prefix': 'FEDORA', 'version_number': '39'}),
 Distro({'name': 'F40', 'long_name': 'Fedora 40', 'version': '40', 'state': 'current', 'branch': 'f40', 'id_prefix': 'FEDORA', 'version_number': '40'}),
 Distro({'name': 'Rawhide', 'long_name': 'Fedora Rawhide', 'version': 'rawhide', 'state': 'pending', 'branch': 'rawhide', 'id_prefix': 'FEDORA', 'version_number': '41'})]

While on it, move the tests to Fedora 39.
  • Loading branch information
praiskup committed May 23, 2024
1 parent 2fd31cf commit 76c24f5
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mock/integration-tests/testenvironment
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ VERBOSE=--verbose
#
# most tests below will use this mock command line
#
testConfig=fedora-38-x86_64
testConfig=fedora-39-x86_64
uniqueext="$$-$RANDOM"
outdir=${TOPDIR}/mock-unit-test
cfgdir=${TOPDIR}/../mock-core-configs/etc/mock
Expand Down
2 changes: 2 additions & 0 deletions releng/release-notes-next/fedora-38-eol.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
The Fedora 38 configuration files have been marked EOL because [Fedora 38 itself
is EOL](https://fedorapeople.org/groups/schedule/f-40/f-40-all-tasks.html).

0 comments on commit 76c24f5

Please sign in to comment.