summaryrefslogtreecommitdiff
path: root/bin/taler-deployment-bbstop
diff options
context:
space:
mode:
Diffstat (limited to 'bin/taler-deployment-bbstop')
-rwxr-xr-xbin/taler-deployment-bbstop6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/taler-deployment-bbstop b/bin/taler-deployment-bbstop
new file mode 100755
index 0000000..8fcc724
--- /dev/null
+++ b/bin/taler-deployment-bbstop
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+cd ~/buildbot
+source venv/bin/activate
+buildslave stop slave/
+deactivate