Summary: | print number of upgrades, downgrades, rebuilds etc. with --verbose | ||
---|---|---|---|
Product: | Portage Development | Reporter: | Bo Ørsted Andresen (RETIRED) <zlin> |
Component: | Enhancement/Feature Requests | Assignee: | Portage team <dev-portage> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | CC: | masterdriverz |
Priority: | High | Keywords: | InVCS |
Version: | 2.1 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 147007 | ||
Attachments: | emerge.patch |
Description
Bo Ørsted Andresen (RETIRED)
2006-11-02 11:53:55 UTC
Created attachment 101069 [details, diff]
emerge.patch
I like the general idea. I think we'll want to encapsulate that counters and display logic into a class though. Then the incrementation code will look something like counters.rebuilds += 1 and the string can be generated inside the new class so the we just call something like str(counters) to generate the string. Thanks! I've committed a slightly modified version of you patch in svn r4970. This has been released in 2.1.2_rc1-r5. |