taler-deployment

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

commit d36d481182ba8e74e868d27b3cbd2d733a314ec6
parent b9a14817cc8df74b69c9306680613d61f7789711
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 28 Apr 2021 00:45:42 +0200

also alert on doc/spelling issues

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -854,6 +854,8 @@ BUILDERS.append(util.BuilderConfig( factory=CODESPELL_FACTORY )) +EMAIL_ALERTS.append("codespell-builder") + CODECHANGE_TRIGGERS.append("codespell-builder")