do not repo-remove packages without files present

This commit is contained in:
2021-07-13 20:01:42 +02:00
parent cd05ac9f9b
commit 193b1ee20c

View File

@@ -768,6 +768,9 @@ func (b *BuildManager) repoWorker(repo string) {
}
if len(pkg.PkgFiles) == 0 {
findPkgFiles(pkg)
if len(pkg.PkgFiles) == 0 {
continue
}
}
var realPkgs []string