-
Notifications
You must be signed in to change notification settings - Fork 106
5.0 bsc1246422 add third party channels #4181
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
base: manager-5.0
Are you sure you want to change the base?
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.
How comes that your PR adds content and doesn't change the existing page as suggested by the report?
To list the keys currently held in the {productname} GPG database, run the following command from inside the server container: | ||
|
||
---- | ||
# gpg --homedir /var/lib/spacewalk/gpgdir --list-keys |
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.
You can also write it this way:
To list the keys currently held in the {productname} GPG database, run the following command from inside the server container: | |
---- | |
# gpg --homedir /var/lib/spacewalk/gpgdir --list-keys | |
To list the keys currently held in the {productname} GPG database, run the following command: | |
---- | |
# mgrctl exec -ti -- gpg --homedir /var/lib/spacewalk/gpgdir --list-keys |
Something you could also add to the end. What you described here, is how to get the "repo-sync" done when metadata are signed or the signature of the packages are checked. But when installing a package on the client, you may need to trust the GPG key also on the client. Maybe a reference to this place would be good |
@@ -32,6 +32,7 @@ endif::[] | |||
*** xref:custom-channels.adoc[Custom Channels] | |||
|
|||
ifeval::[{suma-content} == true] | |||
*** xref:third-party-channels.adoc[Third-Party Channels] |
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.
Why only in "suma-content".
I think Uyuni user have the same problems
Description
https://bugzilla.suse.com/show_bug.cgi?id=1246422
Target branches