From adb7a8dcacbbb9e147f5306b6632c9c8b4bd0088 Mon Sep 17 00:00:00 2001 From: Sean Finney Date: Wed, 4 Jun 2008 00:21:45 +0200 Subject: split up / modularize python code just a bit --- patchtracker/Conf.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 patchtracker/Conf.py (limited to 'patchtracker/Conf.py') 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' -- cgit v1.2.3