summaryrefslogtreecommitdiff
path: root/patchtracker/Conf.py
diff options
context:
space:
mode:
authorSean Finney <seanius@debian.org>2008-06-04 00:21:45 +0200
committerSean Finney <seanius@debian.org>2008-06-04 00:21:45 +0200
commitadb7a8dcacbbb9e147f5306b6632c9c8b4bd0088 (patch)
tree3385daa7a161a326ce24dfee7b27c54f49f95c2d /patchtracker/Conf.py
parent1b16f0f567c163cef3da20b97f876003cd9ade61 (diff)
downloadpatch-tracker-adb7a8dcacbbb9e147f5306b6632c9c8b4bd0088.tar.gz
split up / modularize python code just a bit
Diffstat (limited to 'patchtracker/Conf.py')
-rwxr-xr-xpatchtracker/Conf.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/patchtracker/Conf.py b/patchtracker/Conf.py
new file mode 100755
index 0000000..bc095b2
--- /dev/null
+++ b/patchtracker/Conf.py
@@ -0,0 +1,7 @@
+archive_root = '/scratch/debian-archive/debian'
+archive_root_url = 'ftp://ftp.se.debian.org/debian'
+output_dir = '/scratch/patches'
+template_dir = './templates'
+static_dir = './static'
+#root_url = 'http://people.debian.org/~seanius/pts/patches'
+root_url = '/patches'