So the progress is more verbose.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
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])