summaryrefslogtreecommitdiff
path: root/gen-patch-info.py
AgeCommit message (Collapse)AuthorFilesLines
2008-09-08Revert previous database representation changesSean Finney1-2/+1
This reverts commit 26a4f31bc27b021dbb332c536e7d14c65fdf54c0. This reverts commit 5578d0fad24d68ecbd12a735c444910754db50ca.
2008-09-04add utf-8 encoding commentSean Finney1-0/+1
2008-09-04better database maintainer representationSean Finney1-1/+2
2008-07-06add automatic archive updating supportSean Finney1-1/+8
2008-07-06bugfix: don't automatically prune in destructorSean Finney1-0/+2
otherwise its gets pruned every page visit, whoops.
2008-06-28properly filter on suite/pkg when creating ArchiveSean Finney1-3/+1
2008-06-24modify relateSourcePackage to take package/versionSean Finney1-1/+2
...instead of a source package, which should remove an extra query and also allow changing the behaviour for findSourcePackage later on as well
2008-06-24reference static content from unique pathSean Finney1-2/+0
...so we can alias it directly, which should allow for the cleanest subdir vs. vhost support
2008-06-22big commit with db and cgi handling updatesSean Finney1-9/+15
i know it's bad form to lump this all together. oh well :p gen-patch-info now does very little besides processing packages and updating the relevant database entries. pretty much everything else is dynamically generated from pagehandler.py now.
2008-06-09add cmdline opts for selective pkg/suite processingSean Finney1-4/+14
2008-06-05partially cgi-ify code, temp. stop per-pkg pagesSean Finney1-1/+1
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...
2008-06-04most modulizing cleanup and guts-hidingSean Finney1-12/+4
2008-06-04split up / modularize python code just a bitSean Finney1-212/+5
2008-06-02rework templates to use inheritanceSean Finney1-2/+4
also added a gitignore file to ignore the python noise created by cheetah
2008-06-02config changes for the PoC export by defaultSean Finney1-2/+2
2008-06-02first shot at patch handling/mangling/markupSean Finney1-7/+67
2008-06-02initial work-in-progress codeSean Finney1-0/+184