1
0
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:
Adrian Schröter 2010-02-11 20:58:04 +01:00
parent a116d8f354
commit 4a18c18d34

View File

@ -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