]> git.seodisparate.com - AnotherAURHelper/commitdiff
Add notice when dependency prefetch is successful
authorStephen Seo <seo.disparate@gmail.com>
Mon, 8 Apr 2024 03:11:31 +0000 (12:11 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Mon, 8 Apr 2024 03:11:31 +0000 (12:11 +0900)
update.py

index ab968a5b2964d08300515d5316b5b7e585697471..920835b2c806a364666b8860f665f65898d51ada 100755 (executable)
--- a/update.py
+++ b/update.py
@@ -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: