summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/taler-deployment-bbstart6
-rwxr-xr-xbin/taler-deployment-bbstop6
2 files changed, 0 insertions, 12 deletions
diff --git a/bin/taler-deployment-bbstart b/bin/taler-deployment-bbstart
deleted file mode 100755
index 2b8795c..0000000
--- a/bin/taler-deployment-bbstart
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-
-cd ~/buildbot
-source venv/bin/activate
-buildbot-worker start slave/
-deactivate
diff --git a/bin/taler-deployment-bbstop b/bin/taler-deployment-bbstop
deleted file mode 100755
index e46f3c0..0000000
--- a/bin/taler-deployment-bbstop
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-
-cd ~/buildbot
-source venv/bin/activate
-buildbot-worker stop slave/
-deactivate