mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-27 10:16:14 +01:00
do really skip package verification when building within a VM
This commit is contained in:
parent
60f8d9543b
commit
7ced81880e
@ -411,7 +411,7 @@ def main(opts, argv):
|
||||
|
||||
if config['build-type'] == "xen" or config['build-type'] == "kvm":
|
||||
print 'Skipping verification of package signatures due to secure VM build'
|
||||
if opts.no_verify:
|
||||
elif opts.no_verify:
|
||||
print 'Skipping verification of package signatures'
|
||||
else:
|
||||
print 'Verifying integrity of cached packages'
|
||||
|
Loading…
Reference in New Issue
Block a user