From 109db29464535aed7e3f29c1ed6474525984a627 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Sun, 13 Nov 2016 02:44:52 +0100 Subject: slave=>worker in buildbot launchers --- bin/taler-deployment-bbstart | 2 +- bin/taler-deployment-bbstop | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/taler-deployment-bbstart b/bin/taler-deployment-bbstart index 1f13061..2b8795c 100755 --- a/bin/taler-deployment-bbstart +++ b/bin/taler-deployment-bbstart @@ -2,5 +2,5 @@ cd ~/buildbot source venv/bin/activate -buildslave start slave/ +buildbot-worker start slave/ deactivate diff --git a/bin/taler-deployment-bbstop b/bin/taler-deployment-bbstop index 8fcc724..e46f3c0 100755 --- a/bin/taler-deployment-bbstop +++ b/bin/taler-deployment-bbstop @@ -2,5 +2,5 @@ cd ~/buildbot source venv/bin/activate -buildslave stop slave/ +buildbot-worker stop slave/ deactivate -- cgit v1.2.3