[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: fix deprecated tyle
From: |
Admin |
Subject: |
[taler-deployment] branch master updated: fix deprecated tyle |
Date: |
Tue, 04 Feb 2025 15:03:03 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository taler-deployment.
The following commit(s) were added to refs/heads/master by this push:
new a9f28d1 fix deprecated tyle
a9f28d1 is described below
commit a9f28d18b5b2cfb893887e5613e02020224ce555
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Feb 4 15:02:59 2025 +0100
fix deprecated tyle
---
buildbot/master.cfg | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 8d5088f..66551d5 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -1215,9 +1215,9 @@ for repo in container_repos:
mode=('change','problem','failing','exception',),
builders=[f"{REPO_NAME}-builder",],
message_formatter=reporters.MessageFormatter(
- template_type='plain'
+ template_type='plain',
+ want_logs_content=True,
),
- add_logs=True,
)],
sendToInterestedUsers=False,
useTls=False,
@@ -1272,8 +1272,8 @@ SERVICES.append(reporters.MailNotifier(
builders=EMAIL_ALERTS,
message_formatter=reporters.MessageFormatter(
template_type='plain'
+ want_logs_content=True,
),
- add_logs=True,
)],
sendToInterestedUsers=False,
useTls=False,
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-deployment] branch master updated: fix deprecated tyle,
Admin <=