Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-17 | Properly create/insert objects that don't existdjango-rewrite | Sean Finney | 1 | -6/+23 | |
2011-03-30 | Remove left over db references from non-django version | Sean Finney | 1 | -4/+0 | |
2010-05-17 | Some incomplete efforts at getting gen-patch-info into the django impl. | Sean Finney | 1 | -9/+9 | |
2009-11-29 | add explicit ./ to reprepro confdir | Sean Finney | 1 | -1/+1 | |
2009-11-29 | remove unused/obsolete config output_dir | Sean Finney | 1 | -5/+0 | |
2009-09-01 | small fixups to the pts index feature | Sean Finney | 1 | -1/+4 | |
2009-07-26 | initial support for PTS index file generation | Sean Finney | 1 | -1/+13 | |
a new option (-i) to ./gen-patch-info.py allows for generating a global "index" file with any and all information that the PTS might want from this system. The format is: { "index-version": N "packages": { "<pkg1>": { "url": url-for-all-versions "versions": { "<vers1>": { <various attributes> } } } } } index-version is a monotonically increasing version number. when the "schema" changes, this version is incremented. if we care enough, we can do a major-minor versioning scheme where BC breaks are differentiated from "new attribute" type changes by incrementing the major or minor versions, respectively. | |||||
2009-07-26 | pass the patch tracker root via PYTHONPATH to reprepro | Sean Finney | 1 | -2/+3 | |
the diffsonly.py script called via reprepro needs to know where the patch tracker root is so that it can include configuration options from the same central location. | |||||
2008-09-08 | Revert previous database representation changes | Sean Finney | 1 | -2/+1 | |
This reverts commit 26a4f31bc27b021dbb332c536e7d14c65fdf54c0. This reverts commit 5578d0fad24d68ecbd12a735c444910754db50ca. | |||||
2008-09-04 | add utf-8 encoding comment | Sean Finney | 1 | -0/+1 | |
2008-09-04 | better database maintainer representation | Sean Finney | 1 | -1/+2 | |
2008-07-06 | add automatic archive updating support | Sean Finney | 1 | -1/+8 | |
2008-07-06 | bugfix: don't automatically prune in destructor | Sean Finney | 1 | -0/+2 | |
otherwise its gets pruned every page visit, whoops. | |||||
2008-06-28 | properly filter on suite/pkg when creating Archive | Sean Finney | 1 | -3/+1 | |
2008-06-24 | modify relateSourcePackage to take package/version | Sean Finney | 1 | -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-24 | reference static content from unique path | Sean Finney | 1 | -2/+0 | |
...so we can alias it directly, which should allow for the cleanest subdir vs. vhost support | |||||
2008-06-22 | big commit with db and cgi handling updates | Sean Finney | 1 | -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-09 | add cmdline opts for selective pkg/suite processing | Sean Finney | 1 | -4/+14 | |
2008-06-05 | partially cgi-ify code, temp. stop per-pkg pages | Sean Finney | 1 | -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-04 | most modulizing cleanup and guts-hiding | Sean Finney | 1 | -12/+4 | |
2008-06-04 | split up / modularize python code just a bit | Sean Finney | 1 | -212/+5 | |
2008-06-02 | rework templates to use inheritance | Sean Finney | 1 | -2/+4 | |
also added a gitignore file to ignore the python noise created by cheetah | |||||
2008-06-02 | config changes for the PoC export by default | Sean Finney | 1 | -2/+2 | |
2008-06-02 | first shot at patch handling/mangling/markup | Sean Finney | 1 | -7/+67 | |
2008-06-02 | initial work-in-progress code | Sean Finney | 1 | -0/+184 | |