feat(publish): add msgpack to base-packages channel#17715
Open
tobiasb-ms wants to merge 1 commit into
Open
Conversation
Add msgpack to the base-packages publishing group so its RPMs are published to rpm-base instead of the default rpm-sdk channel. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the publishing configuration so msgpack is published via the component-groups.base-packages channels (rpm-base/srpm/debuginfo) rather than the repo default rpm-sdk channels.
Changes:
- Add
msgpackto thecomponent-groups.base-packages.componentslist incomponents-publish-channels.toml.
Comment on lines
1159
to
1163
| "msr-tools", | ||
| "mstflint", | ||
| "msv", | ||
| "msgpack", | ||
| "mt-st", |
reubeno
reviewed
Jun 15, 2026
reubeno
left a comment
Member
There was a problem hiding this comment.
Looks fine, apart from Copilot's comment (regarding sorting).
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.
Add msgpack to the base-packages publishing group so its RPMs are published to rpm-base instead of the default rpm-sdk channel.
AB#20397