On Wed, 2012-08-29 at 14:57 +0200, Zdeněk Pavlas wrote: > Aborted downloads result in empty/incomplete .bz2 files. > When we "uncompress" this to empty .sqlite, unrealated > sql errors pop up.
Need to change the str(e) to exception2msg(e), right? Apart from that ACK, but we need more than just this. At least we should start rm'ing stuff we know is broken. In theory we could just turn skip_old_DBMD_check off, but it happens very rarely that the above was a significant hit IIRC. What we really need to do is work out how to make sure we've done a valid checkfunc on the content, but not have to do it every time yum runs (now we have the gen/ stuff that might be much easier). _______________________________________________ Yum-devel mailing list [email protected] http://lists.baseurl.org/mailman/listinfo/yum-devel
