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

fix(fedora): handle the space in the beta release #1492

Merged
merged 3 commits into from
Oct 29, 2024

Conversation

philclifford
Copy link
Contributor

@philclifford philclifford commented Oct 22, 2024

fixes #1462
adjust the RELEASE to remove and replace the space a couple of fails remain due to combinations that are not available
fixes #1493
Only available EDITIONs are presented (or tested) per RELEASE

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • I have performed a self-review of my code
  • I have added comments to my code, particularly in hard-to-understand sections

fixes quickemu-project#1462
adjust the RELEASE to remove and replace the space
a couple of fails remain due to combinations that are not available

FAIL: fedora-40-KDE_Mobile
FAIL: fedora-40-MiracleWM
FAIL: fedora-39-KDE_Mobile
FAIL: fedora-39-MiracleWM
FAIL: fedora-39-Onyx
FAIL: fedora-39-Sericea
@lj3954
Copy link
Member

lj3954 commented Oct 25, 2024

Why specifically handle 41 Beta? Surely the same issue will appear down the line with 42 Beta, 43 Beta, etc. Spaces should be handled universally.

@philclifford
Copy link
Contributor Author

Why specifically handle 41 Beta? Surely the same issue will appear down the line with 42 Beta, 43 Beta, etc. Spaces should be handled universally.

Yes - assuming they continue to use an underline to replace space everywhere except the release json going forward and do release betas ... I chose not to assume anything and fix the one thing that was before me. A robust universal space-handling approach would be better. This works now.

Handle all fedora release names with spaces
@philclifford philclifford merged commit 16a43af into quickemu-project:master Oct 29, 2024
5 checks passed
@philclifford philclifford deleted the fix-fedora branch October 29, 2024 16:18
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.

bug: Fedora presents missing release and edition combinations bug: fedora releases shows 41 and beta
2 participants