taler-deployment

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

commit 938cefcf648d03bdd307071cf4acb6c17f469a81
parent 7b44f32af866524dfe51d3af88813204120bac28
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Mon, 20 Jun 2016 23:15:09 +0200

print for python 2.7 (buildbot)

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -82,7 +82,7 @@ def pickSlave(builder, slaves): for s in slaves: if map[toPick] == s.slavename: return s - print("No suitable slave found") + print "No suitable slave found" return None