{5} Assigned, Active Tickets by Owner (Full Description) (4 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

james

Ticket Summary Component Milestone Type Created
Description
#22 Use strftime for month names yum Translation stuff and i18n enhancement 01/27/09

In output.py, printtime in YumOutput? uses an array of (translatable) month names. But these names are already available in the standard locale categories. Wouldn't it be a good idea to simplify printtime to this:

now = time.localtime(time.time()) ret = time.strftime('%b %d %T ', now) return ret

Yum version I checked was 3.2.19.


skvidal

Ticket Summary Component Milestone Type Created
Description
#666 ERROR with rpm_check_debug vs depsolve -> automaton yum rpm_check vs. depsolve dead end defect 02/18/11

17:45:55 : ERROR: Error in yum Transaction : [u'ERROR with rpm_check_debug vs depsolve:', 'automaton = 1.11r5-1.fc14 is needed by (installed) automaton-javadoc-1.11r5-1.fc14.noarch', u'Please report this error at http://yum.baseurl.org/report']


#465 display mirror used per repo, and when switching mirrors yum enhancement 03/30/10

I would like to see yum display the per-repo mirror hostname it is using to download content. And if for some reason, yum falls back from one mirror to another for that repo, to display the new mirror's hostname.

This would aid users and mirror admins alike to determine which mirror is in active use at any given time, so that if a problem does occur, that information can be included in the problem report. For myself, I run a 'netstat | grep EST' in another window to see which mirror is in use, but I don't think that's ideal.


#524 Turn off checksuming in YumInstalledPackage.verify() yum enhancement 07/01/10

I would like the ability to use YumInstalledPackage.verify() and tell it to not perform checksums on each file. This is for situations where I'd like to speed things up a bit. Another optional agrument or some such.


Note: See TracReports for help on using and creating reports.