blob: df6eecd13061c50358011e07386de347c6532ccb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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 = ''
database = 'pt.db'
sqlschema = 'db.sql'
try:
from localconfig import *
except ImportError:
pass
|