mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-13 01:06: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
|
||||
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