1
0

feat: parallel download of deb packages

This commit is contained in:
2023-05-17 09:59:31 +00:00
parent 72f52d3200
commit a68ceacb43
2 changed files with 79 additions and 49 deletions

View File

@@ -68,9 +68,7 @@ jobs:
def get_kernels() -> bool:
status, output = getstatusoutput(
"./out-of-tree --log-level=warn "
"distro debian get-deb "
"--ignore-cached --max=16"
"./out-of-tree distro debian fetch --max=16"
)
logging.info(output)
return status == 0