summaryrefslogtreecommitdiff
path: root/patchtracker/Conf.py
blob: c4ec803c13fcbc8265d2b7c57a9321717a3175ee (plain)
1
2
3
4
5
6
7
8
9
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'
database = 'pt.db'
sqlschema = 'db.sql'