taler-deployment

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

commit 67612b482a6b190b4fee680199558aa7160a42ed
parent 777529ac80e09423e645522b6b74003850e00599
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Thu, 22 Dec 2016 14:35:50 +0100

Fix syntax

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

diff --git a/buildbot/master-lonelyslave.cfg b/buildbot/master-lonelyslave.cfg @@ -165,7 +165,7 @@ authz = util.Authz( ] ) -c['www']['auth'] = util.UserPasswordAuth({"marcello": "taler"})) +c['www']['auth'] = util.UserPasswordAuth({"marcello": "taler"}) c['www']['authz'] = authz ####### PROJECT IDENTITY