mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-26 01:46:13 +01:00
get_prefer_pkgs: don't ignore debuginfo packages
This commit is contained in:
parent
05ab19bda7
commit
0c00108521
@ -427,8 +427,6 @@ def get_prefer_pkgs(dirs, wanted_arch, type, cpio):
|
||||
continue
|
||||
if path.endswith('.patch.rpm') or path.endswith('.delta.rpm'):
|
||||
continue
|
||||
if path.find('-debuginfo-') > 0:
|
||||
continue
|
||||
packageQuery = packagequery.PackageQuery.query(path)
|
||||
packageQueries.add(packageQuery)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user