code cleanup; switch to rm_chroot to remove builddir; new linter conf

This commit is contained in:
2023-06-21 12:54:45 +02:00
parent 442b793524
commit b83c0ecfc8
3 changed files with 8 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ func housekeeping(repo, march string, wg *sync.WaitGroup) error {
buildManager.repoPurge[pkg.FullRepo] <- []*ProtoPackage{pkg}
continue
} else if err != nil {
log.Warningf("[HK] Problem fetching %s->%q from db: %v", fullRepo, path, err)
log.Warningf("[HK] error fetching %s->%q from db: %v", fullRepo, path, err)
continue
}