summaryrefslogtreecommitdiff
path: root/bin/taler-deployment-bbstart
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-bbstart
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-bbstart')
-rwxr-xr-xbin/taler-deployment-bbstart6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/taler-deployment-bbstart b/bin/taler-deployment-bbstart
new file mode 100755
index 0000000..1f13061
--- /dev/null
+++ b/bin/taler-deployment-bbstart
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+cd ~/buildbot
+source venv/bin/activate
+buildslave start slave/
+deactivate