mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-10 22:56:15 +01:00
Merge branch 'master' of https://github.com/andreas-schwab/osc
get_prefer_pkgs: don't ignore debuginfo packages
This commit is contained in:
commit
556b101076
@ -427,8 +427,6 @@ def get_prefer_pkgs(dirs, wanted_arch, type, cpio):
|
|||||||
continue
|
continue
|
||||||
if path.endswith('.patch.rpm') or path.endswith('.delta.rpm'):
|
if path.endswith('.patch.rpm') or path.endswith('.delta.rpm'):
|
||||||
continue
|
continue
|
||||||
if path.find('-debuginfo-') > 0:
|
|
||||||
continue
|
|
||||||
packageQuery = packagequery.PackageQuery.query(path)
|
packageQuery = packagequery.PackageQuery.query(path)
|
||||||
packageQueries.add(packageQuery)
|
packageQueries.add(packageQuery)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user