Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configs: Fedora 38 goes EOL #1373

Merged
merged 1 commit into from
Jun 5, 2024

Conversation

praiskup
Copy link
Member

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'})]

Copy link
Member

@FrostyX FrostyX left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

However, please note that tests failed for some reason.

@praiskup praiskup force-pushed the praiskup-f38-eol branch 2 times, most recently from 9136f17 to aa7413b Compare May 23, 2024 08:32
@praiskup
Copy link
Member Author

Thanks for looking; good catch - let's move the test suite from F38 to F40. Updated.

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.
@xsuchy
Copy link
Member

xsuchy commented Jun 5, 2024

Merging (and ignoring the failed tests as it fails with rhel7 config that is not relevant)

@xsuchy xsuchy merged commit f1c4a52 into rpm-software-management:main Jun 5, 2024
19 of 20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants