[REBASE & FF] Add Patina Config Pursuant to RFC 25#80
Merged
os-d merged 3 commits intoOpenDevicePartnership:mainfrom Feb 24, 2026
Merged
[REBASE & FF] Add Patina Config Pursuant to RFC 25#80os-d merged 3 commits intoOpenDevicePartnership:mainfrom
os-d merged 3 commits intoOpenDevicePartnership:mainfrom
Conversation
The uefi-target-rules are currently unused, remove them in preparation for adding config pursuant to RFC 25. Signed-off-by: Oliver Smith-Denny <osde@microsoft.com>
The git with cli config is useful for a subset of developers who use credential managers. However, it is not globally useful, so it is removed in preparation for adding config pursuant to RFC 25. Users of this config should add it to their root config.toml, as this is a developer choice, not a project choice. Signed-off-by: Oliver Smith-Denny <osde@microsoft.com>
This adds the global Patina configuration as described in RFC 25. Signed-off-by: Oliver Smith-Denny <osde@microsoft.com>
vineelko
approved these changes
Feb 24, 2026
Contributor
vineelko
left a comment
There was a problem hiding this comment.
Once this is merged, may be we should remove the [profile.*] sections from cargo.toml files from all the repos.
Contributor
Author
Yeah, I plan to intercept the file sync PR and add a commit to each, as in: OpenDevicePartnership/patina#1324. |
makubacki
approved these changes
Feb 24, 2026
cfernald
approved these changes
Feb 24, 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.
This PR implements the config portion of Patina RFC 25.
In preparation for this, it removes an unused section of config.toml and removes a not-globally-applicable part of the config. The git with cli configuration should be added to a developer's root config.toml if they desire it.