aboutsummaryrefslogtreecommitdiff
path: root/buildbot/bb-stop.sh
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 /buildbot/bb-stop.sh
parentf323d989d3a5ba8aaa3b0e7df38d28e445acfb92 (diff)
downloaddeployment-432894f278eb8e7d56dc9a7c3da7fe0465d8d855.tar.gz
deployment-432894f278eb8e7d56dc9a7c3da7fe0465d8d855.tar.bz2
deployment-432894f278eb8e7d56dc9a7c3da7fe0465d8d855.zip
slave starter/stopper script in deployment/bin
Diffstat (limited to 'buildbot/bb-stop.sh')
-rwxr-xr-xbuildbot/bb-stop.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/buildbot/bb-stop.sh b/buildbot/bb-stop.sh
deleted file mode 100755
index 8fcc724..0000000
--- a/buildbot/bb-stop.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-
-cd ~/buildbot
-source venv/bin/activate
-buildslave stop slave/
-deactivate