-
Notifications
You must be signed in to change notification settings - Fork 72
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 request: only check for updates of long term stable (lts) kernel versions #191
Comments
How do you identify lts releases? |
You could use the latest tag of the linux-rolling-lts branch. |
I'm not sure how to make use of that. |
Ahh, yes I see. That unnecessarily complex and fragile. |
Even incorporating the git log page, I don't see how to get a list of kernel versions. |
I thought about putting up a FEATURE request so it marked LTS visually (in some manner) as well. But the more I thought about it, the users of Mainline are hardly the kind of people to be bothered by LTS considerations. They are on the forefront, the sharp end, the vanguard.... the risk takers :) Though, it is a decent enough idea. I respect that @bkw777 is keeping it focused and tight. |
It might happen. The main problem with this is just having a source of data that can be queried on the fly and reliably matched up with something from the mainline-ppa site. The source of data could be anything. Scrape a web page, query an api, or even a git command to some repo to scrape git logs or something. Once there is some way to get a list of version numbers, it's not a big problem to add an option to filter the list to only show matching ones. I mean, https://www.kernel.org/ lists exactly 6 "longterm" I assume those versions change once it a while, and it only ever shows the current version. So I couldn't show all versions, just whatever is the present version. But I just looked at a few and there are easy matches with ones from mainline-ppa. ex kernel.org says one is 6.1.31, and there is an unambiguous 6.1.31 on mainline-ppa. So, eh, maybe. I could add a link to the upstream changelog too: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.31 which says a lot more than https://kernel.ubuntu.com/~kernel-ppa/mainline/v6.1.31/CHANGES |
I do enjoy reading the change logs. A link would be excellent. Perhaps I'm a bit weird in that, but it makes me feel I "know" the software a little more closely. |
Is it possible to add an option to only check for long term stable (lts) kernel versions? I am using lts kernels only I don't want to be notified about other versions.
The text was updated successfully, but these errors were encountered: