Skip to content

fix(solus): update editions function to find correct editions #1659

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

Merged
merged 1 commit into from
May 26, 2025

Conversation

lj3954
Copy link
Member

@lj3954 lj3954 commented May 25, 2025

Description

Solus editions function was using tail with default IFS (\n) on the release function that returned space separated values, which doesn't work once there is more than one solus release. We also need to make sure the editions we're matching end in ISO, to ensure that we don't include checksums or other unwanted files.

Type of change

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

Checklist:

  • I have performed a self-review of my code
  • I have tested my code in common scenarios and confirmed there are no regressions

@lj3954 lj3954 enabled auto-merge (rebase) May 25, 2025 19:44
TuxVinyards referenced this pull request in TuxVinyards/quickemu May 26, 2025
@lj3954 lj3954 merged commit 0e6be87 into quickemu-project:master May 26, 2025
5 checks passed
@lj3954 lj3954 deleted the fix_solus branch May 26, 2025 19:59
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: Solus does not have editions
2 participants