Handle architecture all in repository modify - #1522
Merged
quba42 merged 1 commit intoSep 10, 2026
Merged
Conversation
Architecture-independent packages need a component relationship but no ReleaseArchitecture. ref pulp#1492 Assisted By: GitHub Copilot
quba42
approved these changes
Sep 10, 2026
quba42
left a comment
Collaborator
There was a problem hiding this comment.
Code review all looks good. (Only add the architecture to the add_content_units list if we actually entered the if block that picks out an architecture, duh!).
The test looks right code wise and I checked it fails without the fix.
Backport to 3.11: 💚 backport PR created✅ Backport PR branch: Backported as #1527 🤖 @patchback |
quba42
added a commit
that referenced
this pull request
Sep 11, 2026
…59e581111440cae79c49842705eea04/pr-1522 [PR #1522/5a66fd68 backport][3.11] Handle architecture all in repository modify
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.
Summary
Architecture: all.Testing
oci-env test -p pulp_deb functional -k test_repository_modify -vvContext
Assisted By: GitHub Copilot