summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Finney <seanius@debian.org>2008-06-02 19:17:58 +0200
committerSean Finney <seanius@debian.org>2008-06-02 19:17:58 +0200
commit72f19903ae8c7e07b26f1625e957bb07395fb260 (patch)
treeed2ab940c4a5f321b70a688b512fe79a57195f61
parent770dd89b7919601d7da6125ed7d95c163b6650cb (diff)
downloadpatch-tracker-72f19903ae8c7e07b26f1625e957bb07395fb260.tar.gz
config changes for the PoC export by default
-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