aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/git_browse/settings.py
diff options
context:
space:
mode:
authorbnewbold <bnewbold@manus.(none)>2007-02-24 16:27:20 -0800
committerbnewbold <bnewbold@manus.(none)>2007-02-24 16:27:20 -0800
commitb1e0b3ec561ef4e3ae26df2419ba2ed7170e000a (patch)
tree1d76d2ee9d19963f9ca119390bd444db32d1315f /bn_django/git_browse/settings.py
parent1ec581edaa0e414cec4374065727fc6480809b4b (diff)
downloadbnewnet-b1e0b3ec561ef4e3ae26df2419ba2ed7170e000a.tar.gz
bnewnet-b1e0b3ec561ef4e3ae26df2419ba2ed7170e000a.zip
fixed up git_browse to take full path strings
TODO: secure this through validation?
Diffstat (limited to 'bn_django/git_browse/settings.py')
-rw-r--r--bn_django/git_browse/settings.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/bn_django/git_browse/settings.py b/bn_django/git_browse/settings.py
index a18018b..87b957d 100644
--- a/bn_django/git_browse/settings.py
+++ b/bn_django/git_browse/settings.py
@@ -1,7 +1,2 @@
-
-# full path to directory holding all the git repositories (or sys links to
-# the repositories)
-GITBROWSE_BASE = '/home/bnewbold/bn-project/'
-
# fill path to the git command
GITCOMMAND = '/usr/local/bin/git'