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:
parent
7b5d11cfaa
commit
5bfc8a653d
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user