From fca8cfcf53834cf83ce85bf442f5e59e90ae2408 Mon Sep 17 00:00:00 2001 From: Will Holland Date: Mon, 21 Sep 2015 11:46:21 +0100 Subject: Revert "Install web templates" This reverts commit 3224077fdab322d66697eb0fb3451b8e576819db. --- setup.sh | 2 -- 1 file changed, 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" -- cgit v1.2.1