commit 109db29464535aed7e3f29c1ed6474525984a627 parent 0a0cb33c79a6fecf74e55e1793240f9015804c3b Author: Marcello Stanisci <marcello.stanisci@inria.fr> Date: Sun, 13 Nov 2016 02:44:52 +0100 slave=>worker in buildbot launchers Diffstat:
| M | bin/taler-deployment-bbstart | | | 2 | +- |
| M | bin/taler-deployment-bbstop | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git 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 @@ -2,5 +2,5 @@ cd ~/buildbot source venv/bin/activate -buildslave stop slave/ +buildbot-worker stop slave/ deactivate