taler-deployment

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

commit c8657507de3c9db0f970808f92364094f4efde02
parent 855f9eb94a93f1938589a6cd36949109ede82665
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Thu, 29 Nov 2018 15:23:56 +0100

Auditor deployment.

Properly hook the auditor builder into the BB system.

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -404,6 +404,7 @@ WALLET_BUILDER = util.BuilderConfig( c["builders"] = [ LCOV_BUILDER, + AUDITOR_BUILDER, SWITCHER_BUILDER, TIP_RESERVE_TOPPER_BUILDER, DEMO_SERVICES_CHECKER_BUILDER,