summaryrefslogtreecommitdiff
path: root/gen-patch-info.py
diff options
context:
space:
mode:
Diffstat (limited to 'gen-patch-info.py')
-rwxr-xr-xgen-patch-info.py4
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