[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated (e5e0bff -> 56d35b5)
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated (e5e0bff -> 56d35b5) |
Date: |
Wed, 06 Sep 2023 20:13:03 +0200 |
This is an automated email from the git hooks/post-receive script.
devan-carpenter pushed a change to branch master
in repository deployment.
from e5e0bff buildbot: set workspace file permissions
new 46c5efc buildbot: remove wallet-core from old doc builder
new 56d35b5 buildbot: add container builders to email alerts
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
buildbot/master.cfg | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 25ecb7e..c854681 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -292,7 +292,7 @@ DOC_FACTORY.addStep(
name="fetch taler.net sources",
description="fetching latest repositories from git.taler.net",
descriptionDone="Taler code base updated",
- command=["./update-sources.sh", "git://git.taler.net/", "exchange",
"merchant", "wallet-core", "challenger"],
+ command=["./update-sources.sh", "git://git.taler.net/", "exchange",
"merchant", "challenger"],
workdir="../../deployment/buildbot",
haltOnFailure=True,
)
@@ -1406,8 +1406,7 @@ for repo in container_repos:
builderNames=[f"{REPO_NAME}-builder"]
))
-# TODO: TBD
-# EMAIL_ALERTS.append("container-builder")
+ EMAIL_ALERTS.append(f"{REPO_NAME}-builder")
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-deployment] branch master updated (e5e0bff -> 56d35b5),
gnunet <=