summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-21 11:46:21 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-21 11:46:21 +0100
commitfca8cfcf53834cf83ce85bf442f5e59e90ae2408 (patch)
tree1c61a2b908d2a23bb29c47db4de9d0af3c83529b
parent5fe3fc5c989ac7b168f336e86771fcadfde90039 (diff)
downloadorchestration-fca8cfcf53834cf83ce85bf442f5e59e90ae2408.tar.gz
Revert "Install web templates"
This reverts commit 3224077fdab322d66697eb0fb3451b8e576819db.
-rw-r--r--setup.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/setup.sh b/setup.sh
index b4e6e54..bd80ed6 100644
--- a/setup.sh
+++ b/setup.sh
@@ -9,8 +9,6 @@ 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"