taler-deployment

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

commit 142ffb23ede04e06c05266fd69e0419c8c17a226
parent f6eb615fa02aa6ee62a587c31d4bd3c19d4fc198
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Wed, 28 Jun 2017 21:57:27 +0200

fix parenthesis closing

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -18,7 +18,7 @@ c = BuildmasterConfig = {} c['workers'] = [worker.Worker("lcov-worker", "lcov-pass"), worker.Worker("selenium-worker", "selenium-pass"), worker.Worker("doc-worker", "doc-pass"), - worker.Worker("switcher-worker", "switcher-pass")] + worker.Worker("switcher-worker", "switcher-pass"), worker.Worker("wallet-worker", "wallet-pass")] # 'protocols' contains information about protocols which master will use for