taler-deployment

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

commit 1f2520942faa839d5b99b5b96afcc83a8b653e6b
parent d1825868e2c4884e84807f71534adafd1af4822f
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Tue, 16 Apr 2019 23:33:09 +0200

verbosity

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -407,7 +407,7 @@ def pick_inactive_color(builder, workers_list, build_request): print("'test' doesn't specify the nonactive color, abort!") return None nonactive = f.readline().rstrip() - + print("Found nonactive color: %s" % str(nonactive)) for worker in workers_list: if nonactive == worker.worker.workername: return worker