1
0
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:
Adrian Schröter 2009-02-20 14:03:19 +00:00
parent 60f8d9543b
commit 7ced81880e

View File

@ -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'