packit: Exclusively use branch aliases#23035
Open
Venefilyn wants to merge 1 commit intocockpit-project:mainfrom
Open
packit: Exclusively use branch aliases#23035Venefilyn wants to merge 1 commit intocockpit-project:mainfrom
Venefilyn wants to merge 1 commit intocockpit-project:mainfrom
Conversation
Instead of updating Fedora version branch frequently we should rely on aliases to automate this and reduce human error factor. As of this commit `fedora-all` resolves to - `fedora-42` - `fedora-43` - `fedora-44` - `fedora-rawhide` With `fedora-branched` it resolves to - `fedora-42` - `fedora-43` - `fedora-44` Signed-off-by: Freya Gustavsson <freya@venefilyn.se>
jelly
reviewed
Mar 20, 2026
| - fedora-development | ||
| - fedora-43 | ||
| - fedora-44 | ||
| - fedora-all |
Member
There was a problem hiding this comment.
We don't want to release and test to Fedora 42 as it is almost EOL.
Member
Author
There was a problem hiding this comment.
Almost doesn't mean it is though. We'll only have 3 branches for smaller periods. What's stopping us from just following the stable branches until 42 is EOL?
| - fedora-development | ||
| - fedora-43 | ||
| - fedora-44 | ||
| - fedora-all |
| # rawhide updates are created automatically | ||
| - fedora-43 | ||
| - fedora-44 | ||
| - fedora-branched |
Member
There was a problem hiding this comment.
This seems fine, when I asked in #packit they said it should ignore say fedora-42 when we don't have a dist-git pull request for it.
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.
Instead of updating Fedora version branch frequently we should rely on
aliases to automate this and reduce human error factor.
As of this commit
fedora-allresolves tofedora-42fedora-43fedora-44fedora-rawhideWith
fedora-branchedit resolves tofedora-42fedora-43fedora-44Signed-off-by: Freya Gustavsson freya@venefilyn.se