-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add missing id
parameter into pacman_key documentation examples.
#7855
Conversation
Key ID is a mandatory parameter, and the examples which miss it are incorrect.
Backport to stable-7: 💚 backport PR created✅ Backport PR branch: Backported as #7867 🤖 @patchback |
@QazerLab thanks a lot for fixing this! |
Backport to stable-8: 💚 backport PR created✅ Backport PR branch: Backported as #7868 🤖 @patchback |
…o pacman_key documentation examples. (#7867) Add missing `id` parameter into pacman_key documentation examples. (#7855) Key ID is a mandatory parameter, and the examples which miss it are incorrect. (cherry picked from commit cd77d67) Co-authored-by: Danila Kiver <[email protected]>
…o pacman_key documentation examples. (#7868) Add missing `id` parameter into pacman_key documentation examples. (#7855) Key ID is a mandatory parameter, and the examples which miss it are incorrect. (cherry picked from commit cd77d67) Co-authored-by: Danila Kiver <[email protected]>
Key ID is a mandatory parameter, and the examples which miss it are incorrect.
SUMMARY
The documentation for pacman_key module includes incorrect examples which miss key ID. Given that key ID is a mandatory parameter (and the documentation clearly states this), the examples missing the key need to be fixed.
ISSUE TYPE
COMPONENT NAME
modules/pacman_key