[planet-web] Create and use local Git checkout of Venus
- From: Olav Vitters <ovitters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [planet-web] Create and use local Git checkout of Venus
- Date: Thu, 7 Apr 2011 08:39:56 +0000 (UTC)
commit 110590f5b2e15fce690d672ab1de3986888f2d1c
Author: Olav Vitters <olav vitters nl>
Date: Thu Apr 7 10:39:51 2011 +0200
Create and use local Git checkout of Venus
update-planet | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/update-planet b/update-planet
index df68450..5ae70d4 100755
--- a/update-planet
+++ b/update-planet
@@ -19,7 +19,7 @@ else
fi
# Checkout Venus (planetplanet) if we do not have it
-if [ -f /var/cache/gnomeweb/venus ]; then
+if [ ! -f /var/cache/gnomeweb/venus ]; then
pushd /var/cache/gnomeweb
git clone https://github.com/rubys/venus
popd > /dev/null
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]