summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-04 17:05:50 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-04 17:05:50 +0100
commit18dba377562b56e44dea00fcd2307f1a510f9de5 (patch)
tree2040ee92a4a3984e2bb60034d344a50eb6079c52 /setup.sh
downloadorchestration-18dba377562b56e44dea00fcd2307f1a510f9de5.tar.gz
Initial Commit
Basic buildbot logic to run firehose, a builder and a tester upon receiving various triggers
Diffstat (limited to 'setup.sh')
-rw-r--r--setup.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/setup.sh b/setup.sh
new file mode 100644
index 0000000..fae3270
--- /dev/null
+++ b/setup.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+# TODO skip this bit if orchenv exists
+virtualenv --no-site-packages orchenv
+source orchenv/bin/activate
+easy_install sqlachemy=0.7.10
+easy_install buildbot
+
+buildbot create-master master
+cp source/master.cfg master/master.cfg