summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/taler-deployment-bbstart2
-rwxr-xr-xbin/taler-deployment-bbstop2
2 files changed, 2 insertions, 2 deletions
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