taler-deployment

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

commit 99c742e0d31b691f43efa2762769554a60f4c91f
parent a9f28d18b5b2cfb893887e5613e02020224ce555
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  4 Feb 2025 15:03:19 +0100

comma

Diffstat:
Mbuildbot/master.cfg | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -1271,7 +1271,7 @@ SERVICES.append(reporters.MailNotifier( mode=('change','problem','failing','exception',), builders=EMAIL_ALERTS, message_formatter=reporters.MessageFormatter( - template_type='plain' + template_type='plain', want_logs_content=True, ), )],