aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuildbot/bb-start.sh2
-rwxr-xr-xbuildbot/bb-stop.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/buildbot/bb-start.sh b/buildbot/bb-start.sh
index f99ed3e..1f13061 100755
--- a/buildbot/bb-start.sh
+++ b/buildbot/bb-start.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-cd buildbot
+cd ~/buildbot
source venv/bin/activate
buildslave start slave/
deactivate
diff --git a/buildbot/bb-stop.sh b/buildbot/bb-stop.sh
index a904bbf..8fcc724 100755
--- a/buildbot/bb-stop.sh
+++ b/buildbot/bb-stop.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-cd buildbot
+cd ~/buildbot
source venv/bin/activate
buildslave stop slave/
deactivate