summaryrefslogtreecommitdiff
path: root/patchtracker
diff options
context:
space:
mode:
authorSean Finney <seanius@debian.org>2008-09-04 21:33:28 +0200
committerSean Finney <seanius@debian.org>2008-09-04 21:33:28 +0200
commit81122f7e744fd517eddbf7b3dd418f05dae5f796 (patch)
tree89a2c4c899a2ea3ecaacec76bee979916bbcdb9d /patchtracker
parent7a58d8650c134e7509f447bf3a48a470f9baa551 (diff)
downloadpatch-tracker-81122f7e744fd517eddbf7b3dd418f05dae5f796.tar.gz
change root_url to '' by default
Diffstat (limited to 'patchtracker')
-rwxr-xr-xpatchtracker/Conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/patchtracker/Conf.py b/patchtracker/Conf.py
index c4ec803..4d22909 100755
--- a/patchtracker/Conf.py
+++ b/patchtracker/Conf.py
@@ -4,6 +4,6 @@ output_dir = '/scratch/patches'
template_dir = './templates'
static_dir = './static'
#root_url = 'http://people.debian.org/~seanius/pts/patches'
-root_url = '/patches'
+root_url = ''
database = 'pt.db'
sqlschema = 'db.sql'