Re: createrepo testing please.
seth vidal <[email protected]>
| Newsgroups | gmane.linux.rpm.metadata |
|---|---|
| Message-ID | <1074032140.9525.43.camel@opus> |
On Tue, 2004-01-13 at 17:05, seth vidal wrote: > > 3. run createrepo /some/dir/full/of/rpms > > 4. look at /some/dir/full/of/rpms/repomd.xml, primary.xml.gz, > > filelists.xml.gz and other.xml.gz - see if the data seems right or not. > > > > Daniel Veillard on irc mentioned to me that he thinks createrepo should > make a subdir off of /some/dir/full/of/rpms/ > > 1. objections to this? - should this be a requirement of the > specification? > 2. if no objections then suggestions on a dir name? another recommendation, and one I intend to do at some point: have create repo use the current indexes as cache for the dir, it should compare filenames at first then md5sums after that and if it doesn't need to open the file again, not do it. it's been on my list but I scratched it for the short term until things are ironed out. -sv