summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-09-13 21:19:12 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-09-13 21:19:12 +0200
commit5d59eb10cc0f7ab31b6b27e475142077d4c06d47 (patch)
treecb6caadbc7e5a1b6882fe632fa480a6025daf419
parentf5501271a4872c084ebada1cce777d0052626472 (diff)
downloaddeployment-5d59eb10cc0f7ab31b6b27e475142077d4c06d47.tar.gz
deployment-5d59eb10cc0f7ab31b6b27e475142077d4c06d47.tar.bz2
deployment-5d59eb10cc0f7ab31b6b27e475142077d4c06d47.zip
discard unused scripts
-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