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, """
|
print >>sys.stderr, """
|
||||||
- If the key is missing, install it first.
|
- If the key is missing, install it first.
|
||||||
For example, do the following:
|
For example, do the following:
|
||||||
gpg --keyserver pgp.mit.edu --recv-keys %(name)s
|
gpg signkey PROJECT > file
|
||||||
gpg --armor --export %(name)s > %(dir)s/keyfile-%(name)s
|
|
||||||
and, as root:
|
and, as root:
|
||||||
rpm --import %(dir)s/keyfile-%(name)s
|
rpm --import %(dir)s/keyfile-%(name)s
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user