mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-14 01:26:23 +01:00
- print name of the missing key
This commit is contained in:
parent
d6a5c4c6fb
commit
513d984c76
@ -289,7 +289,7 @@ def verify_pacs_old(pac_list):
|
|||||||
missing_key = line.split('#')[-1].split(')')[0]
|
missing_key = line.split('#')[-1].split(')')[0]
|
||||||
|
|
||||||
print >>sys.stderr, """
|
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:
|
For example, do the following:
|
||||||
osc signkey PROJECT > file
|
osc signkey PROJECT > file
|
||||||
and, as root:
|
and, as root:
|
||||||
|
Loading…
Reference in New Issue
Block a user