templates/rebase: untag old packages at branching instead of GA#2043
Merged
dustymabe merged 2 commits intocoreos:mainfrom Oct 31, 2025
Merged
templates/rebase: untag old packages at branching instead of GA#2043dustymabe merged 2 commits intocoreos:mainfrom
dustymabe merged 2 commits intocoreos:mainfrom
Conversation
marmijo
commented
Oct 8, 2025
| key=$f32key | ||
| echo > untaglist # create or empty out file | ||
| for build in $(koji list-tagged --quiet coreos-pool | cut -f1 -d' '); do | ||
| if koji buildinfo $build | grep -i $key 1>/dev/null; then |
Member
Author
There was a problem hiding this comment.
Added -i to make the search case-insensitive when matching $key
| ``` | ||
| f32key=12c944d0 | ||
| key=$f32key | ||
| podman run -it --rm quay.io/fedora/fedora-coreos:testing-devel rpm -qai | grep -i -B 9 $key |
Member
Author
There was a problem hiding this comment.
Added -i to make the search case-insensitive when matching $key
dustymabe
reviewed
Oct 28, 2025
…f GA Move the 'untag old packages' steps up to be performed at at the first change checkpoint instead of after Fedora (N) GA.
This is a new file that needs to be updated with each rebase. Let's add steps to do that at the proper times.
bf1be77 to
5b36f1e
Compare
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.
Move the 'untag old packages' steps up to be performed at branching instead of after Fedora (N) GA.