summaryrefslogtreecommitdiff
path: root/bin/taler-deployment-bbstop
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-06-01 10:43:07 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-06-01 10:43:07 +0200
commit432894f278eb8e7d56dc9a7c3da7fe0465d8d855 (patch)
treec39b7f3a9bf7c5fd51e803685f9754655d7cd25c /bin/taler-deployment-bbstop
parentf323d989d3a5ba8aaa3b0e7df38d28e445acfb92 (diff)
downloaddeployment-432894f278eb8e7d56dc9a7c3da7fe0465d8d855.tar.gz
deployment-432894f278eb8e7d56dc9a7c3da7fe0465d8d855.tar.bz2
deployment-432894f278eb8e7d56dc9a7c3da7fe0465d8d855.zip
slave starter/stopper script in deployment/bin
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