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

[FEATURE] GNU linux-libre support? - Kernel without the nonfree blobs #232

Open
SamuelMarks opened this issue Apr 27, 2023 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@SamuelMarks
Copy link

Details: https://www.fsfla.org/ikiwiki/selibre/linux-libre/

In terms of .deb packages, you can see a directory listing here https://linux-libre.fsfla.org/pub/linux-libre/freesh/pool/main/l/

@bkw777
Copy link
Owner

bkw777 commented May 3, 2023

This interesting and at least theoretically doable because there are .debs and the site looks consistent and parseable.

It would require a whole different process for scraping and presenting which is not effortless.
But I was in the middle of replacing the old process anyway because the original ukuu way is using regexs to parse the index.htmls, and that is basically why we don't have support for any of the different kernel flavors except -generic.

I used to think the kernel filenames and version strings were too free-form and inconsistent and that there was no rules to reliably dissect them, but lately I looked at them again and I think I see a consistent pattern that applies to all the names & versions even going all the way back to the oldest ones. So I was going to replace the current regex-based parser with one that splits up the names & versions into the tokens that make them up, and then I'll be able to support all the -pae -lpae -rt -whatever flavors.

Along the way doing that, since it means largely replacing all the site-scraper and name/version parsing stuff anyway, maybe I can also seperate all that stuff into like a site-interface plugin, and that would make it possible to add other plugins for other sources of debs like this one.

This will not happen fast so don't hold your breath, but I just wanted to say I do like it and can see a way to do it.

@bkw777 bkw777 added the enhancement New feature or request label May 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants