From f4742a6663e351b8f76a8cb65a230e454ee80bc7 Mon Sep 17 00:00:00 2001 From: Theo Chatzimichos Date: Tue, 14 Sep 2010 01:49:04 +0300 Subject: OMG I killed Kenny, git clone of *this* repo should be done manually by the user :P --- scripts/update-venus | 3 --- 1 file changed, 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/ -- cgit v1.2.3-18-g5258