mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-25 19:52:12 +01:00
do not point to keyservers for gpg key. They don't get exported by default.
This commit is contained in:
parent
a116d8f354
commit
4a18c18d34
@ -202,8 +202,7 @@ def verify_pacs(pac_list):
|
||||
print >>sys.stderr, """
|
||||
- If the key is missing, install it first.
|
||||
For example, do the following:
|
||||
gpg --keyserver pgp.mit.edu --recv-keys %(name)s
|
||||
gpg --armor --export %(name)s > %(dir)s/keyfile-%(name)s
|
||||
gpg signkey PROJECT > file
|
||||
and, as root:
|
||||
rpm --import %(dir)s/keyfile-%(name)s
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user