mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-22 21:16:16 +01:00
This commit is contained in:
parent
779c7763cc
commit
72c2bd7cfd
@ -6604,7 +6604,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
||||
if binary != None and binary != i.name:
|
||||
continue
|
||||
# skip source rpms
|
||||
if not opts.sources and i.name.endswith('src.rpm'):
|
||||
if not opts.sources and (i.name.endswith('src.rpm') or i.name.endswith('sdeb')):
|
||||
continue
|
||||
if not opts.debug:
|
||||
if i.name.find('-debuginfo-') >= 0:
|
||||
|
Loading…
Reference in New Issue
Block a user