Mailinglist Archive: zypp-devel (43 mails)
| < Previous | Next > |
[zypp-devel] reading file lists from metadata
- From: Jan Kupec <jkupec@xxxxxxx>
- Date: Fri, 27 Apr 2007 13:16:15 +0200
- Message-id: <4631DB7F.6090700@xxxxxxx>
I noticed that now we read filenames from <file> tags of YUM metadata in
a separate parser run (see YUMSourceImpl::providePackages() -
YUMFileListParser, YUMPrimaryParser, ...).
Is there any particular reason for this?
I intend to read all the metadata in one run and insert it one chunk
after another into the db (e.g. read one <package> after another and
store it using CacheStore::appendResolvable() with all available metadata).
jano
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
a separate parser run (see YUMSourceImpl::providePackages() -
YUMFileListParser, YUMPrimaryParser, ...).
Is there any particular reason for this?
I intend to read all the metadata in one run and insert it one chunk
after another into the db (e.g. read one <package> after another and
store it using CacheStore::appendResolvable() with all available metadata).
jano
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
| < Previous | Next > |