diff options
Diffstat (limited to 'gen-patch-info.py')
-rwxr-xr-x | gen-patch-info.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gen-patch-info.py b/gen-patch-info.py index f156126..2a22c9f 100755 --- a/gen-patch-info.py +++ b/gen-patch-info.py @@ -11,11 +11,11 @@ from Cheetah.Template import Template class Conf: archive_root = '/scratch/debian-archive/debian' - archive_root_url = '/debian' + archive_root_url = 'ftp://ftp.se.debian.org/debian' output_dir = '/scratch/patches' template_dir = './templates' static_dir = './static' - root_url = '/patches' + root_url = 'http://people.debian.org/~seanius/pts/patches' class Archive: root = None |