1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-10 06:46:15 +01:00

Merge pull request #1448 from adrianschroeter/obsproduct

fix noinstall filtering of obsproduct builds
This commit is contained in:
Daniel Mach 2023-11-19 14:33:56 +01:00 committed by GitHub
commit b47468abf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1409,7 +1409,7 @@ def main(apiurl, store, opts, argv):
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]
else:
rpmlist = []