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

linux: updateScript: use upstream declarations and website generation scripts rather than parsing the website #365900

Open
Atemu opened this issue Dec 17, 2024 · 0 comments
Labels
6.topic: kernel The Linux kernel 6.topic: updaters Tooling for (semi-)automated updating of packages

Comments

@Atemu
Copy link
Member

Atemu commented Dec 17, 2024

Issue description

Currently, the kernel updates script parses the kernel.org website to figure out which releases are supported and which is the newest version for each.

I had a look at how that website is generated and it appears it's this script which uses this python config file as its ground truth.

The upstream script looks well engineered at a glance and likely could be used for our purposes without requiring any upstream changes but I didn't look too closely.

The current script seems to be working just fine, so there isn't any urgent need to change it but IMHO this would make for a much better API than parsing the HTML which this script generates and it's python on both ends too.

cc @K900 @alyssais @TredwellGit @Ma27 @NeQuissimus

@Atemu Atemu added 6.topic: kernel The Linux kernel 6.topic: updaters Tooling for (semi-)automated updating of packages labels Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.topic: kernel The Linux kernel 6.topic: updaters Tooling for (semi-)automated updating of packages
Projects
None yet
Development

No branches or pull requests

1 participant