mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-23 05:26: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:
|
if binary != None and binary != i.name:
|
||||||
continue
|
continue
|
||||||
# skip source rpms
|
# 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
|
continue
|
||||||
if not opts.debug:
|
if not opts.debug:
|
||||||
if i.name.find('-debuginfo-') >= 0:
|
if i.name.find('-debuginfo-') >= 0:
|
||||||
|
Loading…
Reference in New Issue
Block a user