|
Bugzilla – Full Text Bug Listing |
| Summary: | "zypper up" shall show overall progress | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.0 | Reporter: | Stephan Binner <stbinner> |
| Component: | YaST2 | Assignee: | Jan Kupec <jkupec> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Enhancement | ||
| Priority: | P5 - None | CC: | declanseeley, elchevive68, felix, francis, mvidner, sanfordarmstrong, wstephenson, zaitor, zajec5 |
| Version: | Alpha 2 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Stephan Binner
2007-01-31 09:46:51 UTC
Jano is taking over as the primary maintainer of zypper, I am a co-maintainer. duplicate of #227903 ?? Don't think so, only comment #5 seems to talk about the same. *** Bug 327598 has been marked as a duplicate of this bug. *** Updating product to 11 since that is well underway. Any update on this? It would be really useful when updating factory regularly :-) I would like to also hear any update, whether it will make it into openSUSE 11.0 :-)... *** Bug 391034 has been marked as a duplicate of this bug. *** I've added a simple "X of Y" ("(X/Y)" due to string freeze) counter to start with. Further improvements will be probably done after 11.0 together with libzypp commit refactoring.
This is how it looks:
....
Downloading package yast2-dhcp-server-2.16.7-32.noarch (198/200), 139.0 K (924.0 K unpacked)
Downloading: yast2-dhcp-server-2.16.7-32.noarch.rpm [done]
Installing: yast2-dhcp-server-2.16.7-32 [done]
Downloading package yast2-printer-2.16.27-4.x86_64 (199/200), 328.0 K (3.4 M unpacked)
Downloading: yast2-printer-2.16.27-4.x86_64.rpm [done]
Installing: yast2-printer-2.16.27-4 [done]
Downloading package yast2-ftp-server-2.16.11-17.noarch (200/200), 70.0 K (546.0 K unpacked)
Downloading: yast2-ftp-server-2.16.11-17.noarch.rpm [done]
Installing: yast2-ftp-server-2.16.11-17 [done]
to be in zyppper 0.11.5
*** Bug 394361 has been marked as a duplicate of this bug. *** That looks perfect...will it also do this when you just run `zypper in` on a package that requires some dependencies? Yes, it will show the info every time you install/upgrade/downgrade packages no matter what command is used. submitted Did the string fix (to something like "1502 of 1647 packages") ever happen? What about a disk space remaining progress display (15Mb of 1.4Gb) option? Hmmm.. no, sorry. But that does not matter now. I'll rewrite the progress reporting in following months. (In reply to comment #14) > What about a disk space remaining progress display (15Mb of 1.4Gb) option? Seems like an overkill for me. The install summary tells you how many megs you need to download and how much space will they consume after installation. What would make sense is to add a check for available disk space before the installation and not continue if there is not enough space. Unless you meant how many megs are still needed to download, of course :O) That can be included, yes :O) |