taler-deployment

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

commit 168e2444b0d00d7f830f542e2e501ad464537a68
parent 30da81de25a6f521504eccb56986cc8b744a2dc1
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 22 Jul 2020 23:00:29 +0200

add missing CODESPELL_BUILDER to list

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -1028,6 +1028,7 @@ c["builders"] = [ BUILDSLAVETEST_BUILDER, LCOV_BUILDER, CHECKER_BUILDER, + CODESPELL_BUILDER, AUDITOR_BUILDER_TEST, AUDITOR_BUILDER_DEMO, TEST_BUILDER,