mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-28 02:36:15 +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 bi.pacsuffix == 'rpm':
|
||||||
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'
|
||||||
elif opts.no_verify:
|
elif opts.no_verify or opts.noinit:
|
||||||
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'
|
||||||
|
Loading…
Reference in New Issue
Block a user