added queue size to build start

This commit is contained in:
2020-08-13 18:45:21 +02:00
parent 4bfef96f26
commit 1b154dca68

View File

@@ -58,7 +58,7 @@ def build_cleanup():
def build(pkgbuild, repo):
start_time = time.time()
name = pathlib.Path(pkgbuild).parts[-4]
logging.info("[%s/%s] Build starting", repo, name)
logging.info("[%s/%s] Build starting (Queue ~= %s)", repo, name, q.qsize())
# setup buildflags
setup_makepkg(repo)