diff options
author | 2010-09-14 01:49:04 +0300 | |
---|---|---|
committer | 2010-09-14 01:49:04 +0300 | |
commit | f4742a6663e351b8f76a8cb65a230e454ee80bc7 (patch) | |
tree | 3ddb773856b1c358a09c1622396a5db0034e5104 /scripts/update-venus | |
parent | Add html files in year dir (diff) | |
download | planet-f4742a6663e351b8f76a8cb65a230e454ee80bc7.tar.gz planet-f4742a6663e351b8f76a8cb65a230e454ee80bc7.tar.bz2 planet-f4742a6663e351b8f76a8cb65a230e454ee80bc7.zip |
OMG I killed Kenny, git clone of *this* repo should be done manually by
the user :P
Diffstat (limited to 'scripts/update-venus')
-rw-r--r-- | scripts/update-venus | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/update-venus b/scripts/update-venus index 4e7c5a1..9db72cb 100644 --- a/scripts/update-venus +++ b/scripts/update-venus @@ -8,9 +8,6 @@ VENUS_DIR="/usr/lib/python2.6/site-packages/venus/" # Create folders and symlinks (for initial setup) mkdir -p ${BASE_DIR}htdocs [[ -L ${BASE_DIR}public_html ]] || ln -s ${BASE_DIR}htdocs ${BASE_DIR}public_html -if [ ! -d ${BASE_DIR}planet-gentoo]; then - git clone git://git.overlays.gentoo.org/proj/planet-gentoo.git ${BASE_DIR}planet-gentoo -fi mkdir -p ${BASE_DIR}logs/{planet,universe} ${BASE_DIR}generated_configs touch generated_configs/venus.{planet,universe}.ini [[ -L ${BASE_DIR}htdocs/images ]] ln -s ${BASE_DIR}planet-gentoo/media/* htdocs/ |