mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
master.cfg: Tweak defaults to improve console build display
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
58efe8c055
commit
dab2c9bb81
|
@ -101,3 +101,8 @@ c['buildbotURL'] = "https://autobuilder.yoctoproject.org/main/"
|
|||
|
||||
# How to enable profiling
|
||||
#c['www']['plugins']['profiler'] = True
|
||||
|
||||
# Clean up the default build display format to be neater
|
||||
c['www']['ui_default_config'] = {
|
||||
'Links.build_link_template': "%(prop:branch) %(build_number)"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user