1
0
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:
Adrian Schröter 2010-04-14 10:15:22 +02:00
parent d3a01a72c0
commit 81d329c55d

View File

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