Merge lp://staging/~evfool/update-manager/shortinterval into lp://staging/update-manager
Status: | Merged |
---|---|
Merged at revision: | 2187 |
Proposed branch: | lp://staging/~evfool/update-manager/shortinterval |
Merge into: | lp://staging/update-manager |
Diff against target: |
66 lines (+16/-8) 1 file modified
UpdateManager/UpdateManager.py (+16/-8) |
To merge this branch: | bzr merge lp://staging/~evfool/update-manager/shortinterval |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Michael Vogt | Pending | ||
Review via email: mp+69367@code.staging.launchpad.net |
Description of the change
Show more detailed information about when the package information was last updated, if it has been updated in less then an hour. This branch shows the following instead of showing "The package information was last updated less then an hour ago":
The package information was last updated about {15,30,45} minutes ago - if the package information was last updated x minutes ago where {15<x<30, 30<x<45, 45<x<60}
The package information was just updated - if the package information was last updated in the last <15 minutes. (bug #747336 requested this, there was a patch attached, I have committed the patch with some minor changes to have less translations to do and with the author set to the original author).