From 327ddd634563a1979b0168fb6cf9ecebbb8e9909 Mon Sep 17 00:00:00 2001 From: lilydjwg Date: Sun, 31 Mar 2024 18:11:02 +0800 Subject: [PATCH] mark skipped packages as done --- lilac | 1 + 1 file changed, 1 insertion(+) diff --git a/lilac b/lilac index 735b225..2c207ec 100755 --- a/lilac +++ b/lilac @@ -263,6 +263,7 @@ def start_build( # this can happen when cmdline packages are specified and # a package is pulled in by OnBuild logger.warning('%s not in nvdata, skipping', pkg) + buildsorter.done(pkg) continue fu = executor.submit( build_it, pkg, repo, buildsorter, built, failed)