Skip to content

feat: asahi linux support in migration script, clean up old scripts and files into archive folder#113

Draft
Owen-sz wants to merge 1 commit into
mainfrom
owen/migrate-updates
Draft

feat: asahi linux support in migration script, clean up old scripts and files into archive folder#113
Owen-sz wants to merge 1 commit into
mainfrom
owen/migrate-updates

Conversation

@Owen-sz

@Owen-sz Owen-sz commented Dec 20, 2025

Copy link
Copy Markdown
Member

Bumping right to 0.2.0 because asahi

…nd files

Signed-off-by: Owen-sz <owen@fyralabs.com>
@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying ultramarine-website with  Cloudflare Pages  Cloudflare Pages

Latest commit: ccdc884
Status: ✅  Deploy successful!
Preview URL: https://adc56237.ultramarine-website.pages.dev
Branch Preview URL: https://owen-migrate-updates.ultramarine-website.pages.dev

View logs

@nothingneko

Copy link
Copy Markdown
Member

omg peakness

@Owen-sz

Owen-sz commented Dec 20, 2025

Copy link
Copy Markdown
Member Author

This should honestly be fine right now, but I need to do more testing, plus may need to add a few 'nice things' for Asahi in here.

@Owen-sz

Owen-sz commented Dec 20, 2025

Copy link
Copy Markdown
Member Author

Related, but not dependent, PR: Ultramarine-Linux/images#92

@june-fish june-fish left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Its up to you but instead of:

if [[ ${os_id} = "fedora" ]] && [[ ${os_version} -ge $MINIMUM_RELEASEVER ]]; then
  : # do nothing
elif [[ ${os_id} = "fedora-asahi-remix" ]] && [[ ${os_version} -ge $MINIMUM_RELEASEVER ]]; then
  : # do nothing

I'd do something like

if [[ ${os_id} = "fedora" || ${os_id} = "fedora-asahi-remix" ]] && [[ ${os_version} -ge $MINIMUM_RELEASEVER ]]; then
  : # do nothing

@kindestone

This comment was marked as spam.

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.

4 participants