1
0
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:
Dr. Peter Poeml
2008-01-24 18:06:45 +00:00
parent 0e9e76ea68
commit 63e4d8da3c
3 changed files with 9 additions and 2 deletions

View File

@@ -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('~')}