Searched refs:npkgs (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/buildroot/support/scripts/ |
| H A D | pkg-stats | 425 async def check_url_status(session, pkg, npkgs, retry=True): argument 433 print("[%04d/%04d] %s" % (check_url_count, npkgs, pkg.name)) 437 return await check_url_status(session, pkg, npkgs, retry=False) 441 print("[%04d/%04d] %s" % (check_url_count, npkgs, pkg.name)) 446 print("[%04d/%04d] %s" % (check_url_count, npkgs, pkg.name)) 530 async def check_package_latest_version_get(session, pkg, npkgs): argument 535 print("[%04d/%04d] %s" % (check_latest_count, npkgs, pkg.name)) 540 print("[%04d/%04d] %s" % (check_latest_count, npkgs, pkg.name)) 547 print("[%04d/%04d] %s" % (check_latest_count, npkgs, pkg.name))
|