mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-26 09:56:13 +01:00
restore 0.125 behaviour again and do not verify packages,
if they are used in a secure VM.
This commit is contained in:
parent
d3a01a72c0
commit
81d329c55d
@ -639,7 +639,9 @@ def main(opts, argv):
|
||||
os.symlink(sffn, tffn)
|
||||
|
||||
if bi.pacsuffix == 'rpm':
|
||||
if opts.no_verify or opts.noinit:
|
||||
if config['build-type'] == "xen" or config['build-type'] == "kvm":
|
||||
print 'Skipping verification of package signatures due to secure VM build'
|
||||
elif opts.no_verify or opts.noinit:
|
||||
print 'Skipping verification of package signatures'
|
||||
else:
|
||||
print 'Verifying integrity of cached packages'
|
||||
|
Loading…
Reference in New Issue
Block a user