summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-21 08:20:44 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-21 08:20:44 +0100
commit3224077fdab322d66697eb0fb3451b8e576819db (patch)
tree05b2b4b1193e5989cbe1c929b7a63d3ef83c0f2e /setup.sh
parenta88644405ac7ab1762128b53863f98333972f473 (diff)
downloadorchestration-3224077fdab322d66697eb0fb3451b8e576819db.tar.gz
Install web templates
Diffstat (limited to 'setup.sh')
-rw-r--r--setup.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.sh b/setup.sh
index bd80ed6..b4e6e54 100644
--- a/setup.sh
+++ b/setup.sh
@@ -9,6 +9,8 @@ echo "Buildbot Master: Installing dependencies"
./bin/pip install buildbot
./bin/buildbot create-master -r master
cp ../source/master.cfg master/master.cfg
+echo "Buildbot Master: Installing web templates"
+cp ../source/templates/* lib/python2.7/site-packages/buildbot/status/web/templates/
# create slave
cd ..
echo "Buildbot Local Slave: Creating virtual environment"