add debug package cleanup to housekeeping

This commit is contained in:
2023-12-16 12:39:15 +01:00
parent a834c7fb04
commit 1c1f1fba17
2 changed files with 15 additions and 0 deletions

View File

@@ -492,6 +492,7 @@ func (b *BuildManager) syncWorker(ctx context.Context) error {
if err != nil {
log.Warningf("log-housekeeping failed: %v", err)
}
debugHK()
// fetch updates between sync runs
b.alpmMutex.Lock()