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'})]
  • Loading branch information
praiskup committed May 22, 2024
1 parent 3986df1 commit 0a364f6
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 0 deletions.
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 0a364f6

Please sign in to comment.