queue: fix missing build status for updates packages

we need to look at all srcinfos now so we get a complete list of
pending build types.

They get used to filter the build status now, so we need all of them.
This commit is contained in:
Christoph Reiter
2021-06-25 08:03:36 +02:00
parent 0def453150
commit a6117d7d2c

View File

@@ -425,7 +425,6 @@ async def queue(request: Request, response: Response, repo: str = "") -> Respons
srcinfo_repos.setdefault(srcinfo.pkgbase, set()).add(srcinfo.repo)
repo_list = srcinfo_repos[srcinfo.pkgbase] if not repo_filter else set([repo_filter])
updates_grouped[srcinfo.pkgbase] = (srcinfo, s, p, get_build_status(srcinfo, repo_list))
break
# new packages
available = {}