phase1: populateTargets: log branch name as well
authorPetr Štetiar <ynezz@true.cz>
Sun, 18 Jun 2023 05:28:01 +0000 (07:28 +0200)
committerPetr Štetiar <ynezz@true.cz>
Sat, 22 Jul 2023 09:05:32 +0000 (11:05 +0200)
So the progress is more verbose.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
phase1/master.cfg

index c4bccead8c8bf726e5e745d1738a547c83d13655..d4438119ee01507563e200955a06866863878a37 100644 (file)
@@ -297,9 +297,10 @@ def populateTargets():
     targets that only exist in specific branches get built.
     This takes a while during master startup but is executed only once.
     """
-    log.msg("Populating targets, this will take time")
     sourcegit = work_dir + "/source.git"
     for branch in branchNames:
+        log.msg(f"Populating targets for {branch}, this will take time")
+
         if os.path.isdir(sourcegit):
             subprocess.call(["rm", "-rf", sourcegit])