-
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
dnf_config_manager: use --assumeyes when changing state #9124
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hi @ahyattdev
Just a minor nit to keep consistency in our documentation, other than that, LGTM
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
If nobody objects, I'll merge this on this weekend. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Backport to stable-9: 💚 backport PR created✅ Backport PR branch: Backported as #9141 🤖 @patchback |
* dnf_config_manager: use --assumeyesm when changing state * changelog fragment * update tests * format fix * Update changelogs/fragments/9124-dnf_config_manager.yml Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com> --------- Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com> (cherry picked from commit 36c7e56)
Backport to stable-10: 💚 backport PR created✅ Backport PR branch: Backported as #9142 🤖 @patchback |
@ahyattdev thanks for your contribution! |
* dnf_config_manager: use --assumeyesm when changing state * changelog fragment * update tests * format fix * Update changelogs/fragments/9124-dnf_config_manager.yml Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com> --------- Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com> (cherry picked from commit 36c7e56)
…umeyes when changing state (#9142) dnf_config_manager: use --assumeyes when changing state (#9124) * dnf_config_manager: use --assumeyesm when changing state * changelog fragment * update tests * format fix * Update changelogs/fragments/9124-dnf_config_manager.yml Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com> --------- Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com> (cherry picked from commit 36c7e56) Co-authored-by: Andrew Hyatt <4400272+ahyattdev@users.noreply.github.com>
…meyes when changing state (#9141) dnf_config_manager: use --assumeyes when changing state (#9124) * dnf_config_manager: use --assumeyesm when changing state * changelog fragment * update tests * format fix * Update changelogs/fragments/9124-dnf_config_manager.yml Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com> --------- Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com> (cherry picked from commit 36c7e56) Co-authored-by: Andrew Hyatt <4400272+ahyattdev@users.noreply.github.com>
…ections#9124) * dnf_config_manager: use --assumeyesm when changing state * changelog fragment * update tests * format fix * Update changelogs/fragments/9124-dnf_config_manager.yml Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com> --------- Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
SUMMARY
Runs
dnf config-manager
with--assumeyes
to automatically import GPG keys instead of hanging at y/N prompt.Fixes #8830
ISSUE TYPE
COMPONENT NAME
dnf_config_manager
ADDITIONAL INFORMATION