[Bug 189316] Missing filesize in YaST patches.
https://bugzilla.novell.com/show_bug.cgi?id=189316 dmacvicar@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|dmacvicar@novell.com |sh@novell.com ------- Comment #8 from dmacvicar@novell.com 2007-05-21 09:13 MST ------- Yes, we have no solution for this. Patches have no size. Example patch1 fixes problem X installing package A 1.1 and B 2.1 patch2 fixes problem X installing package A 1.1 and C 2.1 If you install patch1 and patch2, the download size is not the sum of the patches "size". You can only estimate the download size after you solve. That means, and repeat after me: - There is no download size for patterns - There is no download size for patches - There is no download size for products both concepts are policies, not archives. The only size you have is the size of the transaction that policy brings. We already polluted zypp public interface making size() part of ResObject, only because the UI. The only way to calculate the download size, is to do it per-transaction. That means the whole pool. A patch download size is not 0, it is N/A. So this is a bug in the UI. I agree it is a mess for the UI to calculate the size, but a Transaction helper could be created to extract the information from the pool. This would work only, if the UI stops assuming every resolvable has a size. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
participants (1)
-
bugzilla_noreply@novell.com