Add notice when dependency prefetch is successful

This commit is contained in:
Stephen Seo 2024-04-08 12:11:31 +09:00
parent 3cc1a0b583
commit 71cf85f1cd

View file

@ -1404,6 +1404,10 @@ def update_pkg_list(
failure = True
pkg_state[pkg]["build_status"] = "get_dep_fail"
break
log_print(
"Successfully prefetched deps, continuing on to build...",
other_state=other_state,
)
for dep in pkg_state[pkg]["other_deps"]:
dep_fullpath = get_latest_pkg(dep, "/var/cache/pacman/pkg")
if not dep_fullpath: