1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-12-27 10:16:14 +01:00

no verification of packages in build --noinit case, packages get not

installed anyway
This commit is contained in:
Adrian Schröter 2009-11-06 12:58:34 +00:00
parent 7b5d11cfaa
commit 5bfc8a653d

View File

@ -498,7 +498,7 @@ def main(opts, argv):
if bi.pacsuffix == 'rpm':
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:
elif opts.no_verify or opts.noinit:
print 'Skipping verification of package signatures'
else:
print 'Verifying integrity of cached packages'