taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 52421576edf6ed510b2e0c6c11111f19147837c5
parent 2033fa7e9f262d4b315db3f80a05333aa413e5bd
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 31 Jan 2025 13:13:09 +0100

-try to fix bb warning

Diffstat:
Mbuildbot/master.cfg | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -364,9 +364,9 @@ docs_generator = BuildStatusGenerator( 'linkchecker-builder', ], message_formatter=reporters.MessageFormatter( - template_type='plain' - ), - add_logs=True + template_type='plain', + want_logs_content=True + ) )