summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-21 17:25:48 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-21 17:25:48 +0100
commit61383a848bdc8efc8bc6690ee8ca1d4513fcaae5 (patch)
treef1e7cdbe335e5565037ab704347cf86eec7898c8
parentb7e6cfc2536aa3bbc54ec9a94e01b0b11cfc77f0 (diff)
downloadciat-slave-61383a848bdc8efc8bc6690ee8ca1d4513fcaae5.tar.gz
Install dependencies in setup
-rw-r--r--setup.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.sh b/setup.sh
index 6f97c7d..4c7ecae 100644
--- a/setup.sh
+++ b/setup.sh
@@ -6,4 +6,6 @@ virtualenv --no-site-packages slavenv
sed -i "s/SLAVENAME/$SLAVENAME/" start
cd slavenv
./bin/pip install buildbot-slave
+./bin/pip install requests
+./bin/pip install sandboxlib
./bin/buildslave create-slave --umask=022 -r $SLAVENAME 52.19.1.31:9989 $SLAVENAME $PASSWORD