taler-deployment

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

commit c73719d4eb6b522134938f1a78e667980d13b188
parent d7daa706c18f2ba5fd4d71923a8fd22af2ed85f9
Author: Javier Sepulveda <javier.sepulveda@uv.es>
Date:   Mon, 23 Jan 2023 10:35:35 +0100

Disable email notifications - wallet-worker Buildbot

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -696,7 +696,8 @@ BUILDERS.append(util.BuilderConfig( factory=WALLET_FACTORY )) -EMAIL_ALERTS.append("wallet-builder") +# Disable notifications - Javier Sepulveda - January 23, 2023 +# EMAIL_ALERTS.append("wallet-builder") # Wallet is re-build whenever wallet-core or deployment changes SCHEDULERS.append(schedulers.SingleBranchScheduler(