aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/git_wiki
diff options
context:
space:
mode:
authorbnewbold <bnewbold@manus.(none)>2007-03-04 12:07:08 -0800
committerbnewbold <bnewbold@manus.(none)>2007-03-04 12:07:08 -0800
commit1ec09fa5a3d4352d4fc6db1dce44b7308986678b (patch)
treed415916474486cba26f32376f01d9fd97313486c /bn_django/git_wiki
parent41ebadb1e755d3af3f69ec07ee8f08096ff8f3cd (diff)
downloadbnewnet-1ec09fa5a3d4352d4fc6db1dce44b7308986678b.tar.gz
bnewnet-1ec09fa5a3d4352d4fc6db1dce44b7308986678b.zip
merged master settings into comments
Diffstat (limited to 'bn_django/git_wiki')
-rw-r--r--bn_django/git_wiki/settings.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/bn_django/git_wiki/settings.py b/bn_django/git_wiki/settings.py
index 882dd30..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/knowledge.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)
+GITPREFIX = 'cd ' +str(GITWIKI_BASE) + '; ' + str(GITCOMMAND) + ' --git-dir=' \
+ + str(GITWIKI_BASE) + '/' + GITWIKI_NAME + '.git'