1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-20 01:06:17 +02:00

- print name of the missing key

This commit is contained in:
Marcus Huewe 2010-05-27 21:44:35 +02:00
parent d6a5c4c6fb
commit 513d984c76

View File

@ -289,7 +289,7 @@ def verify_pacs_old(pac_list):
missing_key = line.split('#')[-1].split(')')[0]
print >>sys.stderr, """
- If the key is missing, install it first.
- If the key (%(name)s) is missing, install it first.
For example, do the following:
osc signkey PROJECT > file
and, as root: