Add notice when dependency prefetch is successful
This commit is contained in:
parent
3cc1a0b583
commit
71cf85f1cd
1 changed files with 4 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue