projects
/
buildbot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bbbc02
)
phase1: populateTargets: log branch name as well
author
Petr Štetiar
<
[email protected]
>
Sun, 18 Jun 2023 05:28:01 +0000
(07:28 +0200)
committer
Petr Štetiar
<
[email protected]
>
Sat, 22 Jul 2023 09:05:32 +0000
(11:05 +0200)
So the progress is more verbose.
Signed-off-by: Petr Štetiar <
[email protected]
>
phase1/master.cfg
patch
|
blob
|
history
diff --git
a/phase1/master.cfg
b/phase1/master.cfg
index c4bccead8c8bf726e5e745d1738a547c83d13655..d4438119ee01507563e200955a06866863878a37 100644
(file)
--- a/
phase1/master.cfg
+++ b/
phase1/master.cfg
@@
-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])