diff options
author | Will Holland <william.holland@codethink.co.uk> | 2015-10-07 16:17:22 +0100 |
---|---|---|
committer | Will Holland <william.holland@codethink.co.uk> | 2015-10-07 16:17:22 +0100 |
commit | 93bacd8ad6412394bf3f8695b8a98a13359e8256 (patch) | |
tree | aec950b58624932322cdfb7ff5d0e395ada17d70 /source/setup.sh | |
parent | 383eb70373783f1ad6fca66b2b514ead632fbd89 (diff) | |
download | orchestration-93bacd8ad6412394bf3f8695b8a98a13359e8256.tar.gz |
Clean up TODOs
Diffstat (limited to 'source/setup.sh')
-rw-r--r-- | source/setup.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/source/setup.sh b/source/setup.sh deleted file mode 100644 index fae3270..0000000 --- a/source/setup.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/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 |