diff options
Diffstat (limited to 'patchtracker/Conf.py')
-rwxr-xr-x | patchtracker/Conf.py | 7 |
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' |