added queue size to build start
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user