mirror of
https://github.com/openSUSE/osc.git
synced 2025-03-11 02:13:38 +01:00
- exclude also nosrc.rpm on getbinaries
This commit is contained in:
parent
b5f21a4a8a
commit
fade823e06
@ -5535,7 +5535,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
|||||||
for i in binaries:
|
for i in binaries:
|
||||||
# skip source rpms
|
# skip source rpms
|
||||||
if not opts.sources:
|
if not opts.sources:
|
||||||
if i.name.endswith('.src.rpm'):
|
if i.name.endswith('src.rpm'):
|
||||||
continue
|
continue
|
||||||
if not opts.debug:
|
if not opts.debug:
|
||||||
if i.name.find('-debuginfo-') >= 0:
|
if i.name.find('-debuginfo-') >= 0:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user