plugins/systemimage: group UT channels by releases based on metarelease - #4197
Open
peat-psuwit wants to merge 2 commits into
Open
plugins/systemimage: group UT channels by releases based on metarelease#4197peat-psuwit wants to merge 2 commits into
peat-psuwit wants to merge 2 commits into
Conversation
peat-psuwit
requested review from
Flohack74,
amartinz and
maciek134
as code owners
September 5, 2025 12:42
|
Hi there, I wanted to kindly point out that there’s a pull request that hasn’t been approved yet, and it would be great if someone could look at it when you have a moment. Thank you! |
maciek134
requested changes
Feb 7, 2026
maciek134
left a comment
Collaborator
There was a problem hiding this comment.
Sorry I didn't get to this earlier, I saw the CI failed and I never followed up.
This will be used to group growing systemimage channels.
peat-psuwit
force-pushed
the
personal/peat-psuwit/group-channel-by-releases
branch
from
March 20, 2026 16:42
18ff98d to
71b3406
Compare
Contributor
Author
|
Well... CI fails in |
With the new UT major-minor release scheme, the number of channels increases significantly. Group those channels by UT releases using information from Ubuntu Touch metarelease file (the same file used by release upgrader on Ubuntu Touch itself), and prioritize supported releases over development and end-of-life releases.
peat-psuwit
force-pushed
the
personal/peat-psuwit/group-channel-by-releases
branch
from
March 20, 2026 17:02
71b3406 to
901cd69
Compare
Contributor
Author
|
Ouch... a simple |
Collaborator
|
Ah, love the completely unrelated CVE with |
maciek134
approved these changes
Mar 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
With the new UT major-minor release scheme, the number of channels
increases significantly. Group those channels by UT releases using
information from Ubuntu Touch metarelease file (the same file used by
release upgrader on Ubuntu Touch itself), and prioritize supported
releases over development and end-of-life releases.