summaryrefslogtreecommitdiff
path: root/gen-patch-info.py
diff options
context:
space:
mode:
authorSean Finney <seanius@debian.org>2008-06-05 21:45:33 +0200
committerSean Finney <seanius@debian.org>2008-06-05 21:45:33 +0200
commitf7dc889bb878ade9895122ec73a42cef491b9985 (patch)
tree19285090900296b6127fa1f0cca29d319e7c5aa9 /gen-patch-info.py
parentbcbce74ac8e9f689a621c5fd4e50ee61d1a65520 (diff)
downloadpatch-tracker-f7dc889bb878ade9895122ec73a42cef491b9985.tar.gz
partially cgi-ify code, temp. stop per-pkg pages
so this breaks things a bit, but it seems a design decision is being made that everything doesn't have to be static after all, given the huge disk space requirements it would create...
Diffstat (limited to 'gen-patch-info.py')
-rwxr-xr-xgen-patch-info.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen-patch-info.py b/gen-patch-info.py
index da82645..2c227ad 100755
--- a/gen-patch-info.py
+++ b/gen-patch-info.py
@@ -22,7 +22,7 @@ if __name__ == '__main__':
print "\tcomponent:",c
for p in a.sourcepackages(s, c):
print "\t\tpackage:",p
- PackageVersWriter(p, s)
+ #PackageVersWriter(p, s)
master_index.ins(p,s)
os.system("cp -a "+Conf.static_dir+"/* "+Conf.output_dir)