summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2010-09-15 15:18:56 +0300
committerTheo Chatzimichos <tampakrap@gentoo.org>2010-09-15 15:18:56 +0300
commitc002c8d2841e7526c0c3caac16bf438ad664dd49 (patch)
tree33b6ae014f68a81e108c3f458614caf79941afaf /scripts
parentsmall fix (diff)
downloadplanet-c002c8d2841e7526c0c3caac16bf438ad664dd49.tar.gz
planet-c002c8d2841e7526c0c3caac16bf438ad664dd49.tar.bz2
planet-c002c8d2841e7526c0c3caac16bf438ad664dd49.zip
Specify the git pull dir
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/update-venus2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update-venus b/scripts/update-venus
index 8ba26eb..2cd3120 100755
--- a/scripts/update-venus
+++ b/scripts/update-venus
@@ -20,7 +20,7 @@ VENUS_DIR="/usr/lib/python2.6/site-packages/venus/"
ln -s ${BASE_DIR}planet-gentoo/archives/universe/index.php ${BASE_DIR}htdocs/universe/archives/index.php
# Get latest Git changes
-git pull ${BASE_DIR}planet-gentoo/ >/dev/null 2>&1
+cd ${BASE_DIR}planet-gentoo; git pull --force >/dev/null 2>&1
# Run Venus
for x in planet universe; do