chore(comps): annotate backport-fedora overlays with category metadata#17727
Draft
liunan-ms wants to merge 1 commit into
Draft
chore(comps): annotate backport-fedora overlays with category metadata#17727liunan-ms wants to merge 1 commit into
liunan-ms wants to merge 1 commit into
Conversation
Stamp 'category=backport-fedora' (plus 'commits', 'fixed-in', and 'removable-after' where available) on all backport overlays surfaced by the overlay classifier. Migrate cpio, gnulib, javapackages-tools, qemu, and zbar to the per-file 'overlay-dir' layout so the shared metadata lives once in a file-level [metadata] block. Rendered specs are byte-identical and 'azldev comp update' reports no lock drift.
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.
This PR annotates all 16 components surfaced by the overlay classifier as
category = "backport-fedora", attachingcommits,fixed-in, andremovable-afterwhere applicable so future Fedora rebases can mechanically retire patches that have landed upstream.What changed
Inline annotations (11 components): ant, atlas, glade, gt, intel-qpl, maven, maven4, sos, xbean, xclock, xmvn, xmvn5 — added file-level
[metadata]blocks on existing single-overlay .comp.toml files.Per-file overlay-dir migration (5 components): cpio, gnulib, javapackages-tools, qemu, zbar — split inline overlays into per-logical-change
*.overlay.tomlfiles so the shared metadata lives once per backport. Multi-commit backports (e.g.javapackages-tools openjdk21 drop) consolidate related upstream commits into a single file viacommits = [url1, url2, …].Note:
qemuhasazl-feature-disablementoverlays instead ofbackport-fedora, adding its annotations as an example of annotations for other categories.Validation
azldev comp updatereports no lock drift.azldev component overlays -a --only-annotated(feat(component): add overlay metadata and 'component overlays' command azure-linux-dev-tools#242)