ChangeLog
[email protected] (Seth Vidal)
| Newsgroups | gmane.linux.rpm.metadata |
|---|---|
| Message-ID | <[email protected]> |
ChangeLog | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) New commits: commit 67c58c1035a1703d81391dc0bf9638175f926e9e Author: Seth Vidal <[email protected]> Date: Wed Jan 30 15:51:39 2008 -0500 changelog merge diff --git a/ChangeLog b/ChangeLog index 60c3bad..fdfdcc6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,49 @@ +2008-01-29 Seth Vidal <[email protected]> + + * createrepo/__init__.py, genpkgmetadata.py: make sure things work + out as the right default + +2008-01-28 Seth Vidal <[email protected]> + + * createrepo.spec, createrepo/__init__.py: bump ver to 0.9.4 in spec + and module + +2008-01-28 Seth Vidal <[email protected]> + + * createrepo/__init__.py: make sure non-unique-md-filenanmes-repos + cleanup sqlite files if we switch to unique-md-filenames + +2008-01-28 Seth Vidal <[email protected]> + + * createrepo/__init__.py: clean up old versions of primary, + filelists and other that are lingering in the repodata dir due to + sha1-addition + +2008-01-28 Seth Vidal <[email protected]> + + * createrepo/__init__.py: swap around the filename creation order so + it doesn't make leaves files around + +2008-01-28 Seth Vidal <[email protected]> + + * createrepo/__init__.py, createrepo/readMetadata.py: make + readMetadata.py take its metadata file locations from repomd.xml + using the yum parser for it. complete --unique-md-filenames + implementation + +2008-01-28 Seth Vidal <[email protected]> + + * createrepo/__init__.py, genpkgmetadata.py: part of + --unique-md-filenames is complete. This lets createrepo generate + metadata files with the file's checksum included in the filename. + This helps it work more nicely with proxies. --update support will + not work with --unique-md-filenames at the moment. Need to read in + repomd.xml to make that work. + +2008-01-22 Seth Vidal <[email protected]> + + * ChangeLog: changelog merge + 2008-01-22 Seth Vidal <[email protected]> * createrepo.spec, createrepo/__init__.py: 0.9.3