dkms.in: try to find Gentoo's module signing key and certificate#498
Merged
scaronni merged 2 commits intodkms-project:masterfrom Mar 1, 2025
Merged
dkms.in: try to find Gentoo's module signing key and certificate#498scaronni merged 2 commits intodkms-project:masterfrom
scaronni merged 2 commits intodkms-project:masterfrom
Conversation
Just a little optimization for Gentoo so users don't have to configure the signing key and certificate in two places (with the package manager and in dkms framework.conf). Since we are now adding Gentoo cases for $running_distribution anyway, add those to some other places as well to avoid trying to call rpm unnecessarily. See-also: gentoo/gentoo#40704 Signed-off-by: Nowa Ammerlaan <[email protected]>
Signed-off-by: Nowa Ammerlaan <[email protected]>
Member
|
That's cool, thank you! |
4 tasks
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.
Just a little optimization for Gentoo so users don't have to configure the signing key and certificate in two places (with the package manager and in dkms
framework.conf). Since we are now adding Gentoo cases for$running_distributionanyway, add those to some other places as well to avoid trying to callrpmunnecessarily.See-also: gentoo/gentoo#40704