{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
#337 Honor cachedir configuration for non-root users yum enhancement 11/12/09

I would like to be able to run repoclosure as a non-root user on lots of repositories, providing customised yum configuration files for each session. Currently the cachedir setting in these configuration files is ignored for non-root users, and a directory under /var/tmp is created and used instead. This leads to several gigabytes of data being cached there and tending to fill up my /var partition.

A workaround for this would be to move the cache directory from /var/tmp and replace it with a symlink to the target directory, which would work for a while since yum uses the same directory name until it gets removed, in which case it picks a new, unpredictable name.

Why is the cachedir directive not honored for non-root users, and can there please be provided some means of specifying this without having to resort to an ugly symlink hack?


#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
#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.