mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-26 01:46:13 +01:00
fix noinstall filtering of obsproduct builds
This commit is contained in:
parent
1470476cd3
commit
a7731e5ec9
@ -1409,7 +1409,7 @@ def main(apiurl, store, opts, argv):
|
|||||||
|
|
||||||
print('Writing build configuration')
|
print('Writing build configuration')
|
||||||
|
|
||||||
if build_type in ('kiwi', 'docker', 'podman', 'fissile'):
|
if build_type in ('kiwi', 'docker', 'podman', 'fissile', 'obsproduct'):
|
||||||
rpmlist = ['%s %s\n' % (i.name, i.fullfilename) for i in bi.deps if not i.noinstall]
|
rpmlist = ['%s %s\n' % (i.name, i.fullfilename) for i in bi.deps if not i.noinstall]
|
||||||
else:
|
else:
|
||||||
rpmlist = []
|
rpmlist = []
|
||||||
|
Loading…
Reference in New Issue
Block a user