1
0
Fork 0

Keep also the number of broken packages

This commit is contained in:
Luca Beltrame 2021-01-09 17:49:28 +01:00
parent 4e585ba6db
commit 8ab46ef209
Signed by: einar
GPG key ID: 4707F46E9EC72DEC

View file

@ -61,6 +61,7 @@ def check_status(project, username):
logging.info("No broken packages found in %s", project)
return
logging.info("Found %s broken packages", len(broken_packages))
for package in broken_packages:
logging.info("Triggering package %s", package)
trigger_update(project, package, token)