mirror of
https://github.com/openSUSE/osc.git
synced 2025-07-30 04:13:29 +02:00
- osc build: add --no-verify, to skip the package signature verification step
This commit is contained in:
@@ -179,6 +179,8 @@ def verify_pacs(pac_list):
|
||||
rpm --import %(dir)s/keyfile-%(name)s
|
||||
|
||||
Then, just start the build again.
|
||||
|
||||
- If the key is unavailable, you may use --no-verify (which may pose a risk).
|
||||
""" % {'name': missing_key,
|
||||
'dir': os.path.expanduser('~')}
|
||||
|
||||
|
Reference in New Issue
Block a user