mirror of
https://github.com/openSUSE/osc.git
synced 2025-08-23 14:48:53 +02:00
do really skip package verification when building within a VM
This commit is contained in:
@@ -411,7 +411,7 @@ def main(opts, argv):
|
|||||||
|
|
||||||
if config['build-type'] == "xen" or config['build-type'] == "kvm":
|
if config['build-type'] == "xen" or config['build-type'] == "kvm":
|
||||||
print 'Skipping verification of package signatures due to secure VM build'
|
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'
|
print 'Skipping verification of package signatures'
|
||||||
else:
|
else:
|
||||||
print 'Verifying integrity of cached packages'
|
print 'Verifying integrity of cached packages'
|
||||||
|
Reference in New Issue
Block a user