[docs] Add rpm packaging docs#5374
Merged
Merged
Conversation
Previously the only documentation for rpm packaging was in its stale design doc. In keeping with the new documentation guidelines, this change refactors the design doc into durable documentation that can more effectively inform usage and maintenance. Change-Id: Ia5d94e0a09f3eda6413dda07c0da89b575d89c5a
206b615 to
a066f7b
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Refactors the RPM packaging documentation by replacing a stale design document with durable, implementation-adjacent documentation under .github/packaging/, intended to better support day-to-day usage and maintenance of the RPM pipeline.
Changes:
- Removed the outdated
docs/design/rpm-packaging.mddesign doc. - Added
.github/packaging/README.mddocumenting the RPM packaging pipeline, entrypoints, CI behavior, signing, validation, and linking rationale.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/design/rpm-packaging.md | Removes the old RPM packaging design document. |
| .github/packaging/README.md | Adds durable, packaging-implementation-adjacent documentation for building/signing/validating RPMs and maintaining the pipeline. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Change-Id: I9cdc19c57f0396eed73e88b8682f8f7cfca2f999
JuanLeon2
approved these changes
May 22, 2026
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.
Why this should be merged
Previously the only documentation for rpm packaging was in its stale design doc. In keeping with the new documentation guidelines, this change refactors the design doc into durable documentation that can more effectively inform usage and maintenance.