aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/git_wiki/settings.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@animus.robocracy.org>2007-02-24 21:39:51 -0800
committerBryan Newbold <bnewbold@animus.robocracy.org>2007-02-24 21:39:51 -0800
commitc69b55610e3cceb5cbd48784fb7cc0458d463f3a (patch)
treee826ef345f257fce2d627af810d6e364d10de201 /bn_django/git_wiki/settings.py
parent71520ba4e171195c983320b9c00e37c215fad39c (diff)
downloadbnewnet-c69b55610e3cceb5cbd48784fb7cc0458d463f3a.tar.gz
bnewnet-c69b55610e3cceb5cbd48784fb7cc0458d463f3a.zip
Revert "i'm confused?"
This reverts commit 71520ba4e171195c983320b9c00e37c215fad39c.
Diffstat (limited to 'bn_django/git_wiki/settings.py')
-rw-r--r--bn_django/git_wiki/settings.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/bn_django/git_wiki/settings.py b/bn_django/git_wiki/settings.py
index fb81e26..ed07f53 100644
--- a/bn_django/git_wiki/settings.py
+++ b/bn_django/git_wiki/settings.py
@@ -1,13 +1,13 @@
# full path to directory holding the wiki repository (or sys links to
# the repositories)
-GITWIKI_BASE = '/srv/git/'
+GITWIKI_BASE = '/home/bnewbold/knowledge/'
# leave this blank (NO WHITE SPACE) unless you're using a bare repo
-GITWIKI_NAME = 'knowledge'
+GITWIKI_NAME = ''
# fill path to the git command
-GITCOMMAND = '/usr/bin/git'
+GITCOMMAND = '/usr/local/bin/git'
GITPREFIX = 'cd ' +str(GITWIKI_BASE) + '; ' + str(GITCOMMAND) + ' --git-dir=' \
+ str(GITWIKI_BASE) + '/' + GITWIKI_NAME + '.git'