Asking was yum tidy-cache ever in Fedora? http://freecode.com/projects/tidy-yum-cache-plugin No upstream activity since 2009:
Couldn't find any mention of it being so using term "yum-tidy-cache"
Asking was yum tidy-cache ever in Fedora? http://freecode.com/projects/tidy-yum-cache-plugin
How does that compare to "repomanage -o" from the yum-utils package? That's not a plugin, but it does say which are the obsoleted package versions.
On Sun, 05 May 2013 06:35:37 -0700 John Reiser jreiser@bitwagon.com wrote:
Asking was yum tidy-cache ever in Fedora? http://freecode.com/projects/tidy-yum-cache-plugin
How does that compare to "repomanage -o" from the yum-utils package? That's not a plugin, but it does say which are the obsoleted package versions.
I forgot about repo* kept getting loi
http://yum.baseurl.org/wiki/YumUtils/RepoManage
but repomanage seems to act on a named dir, as distinct from working on yum cachedir.
Am uncertain as to use in culling all repos within keepcache=1
On Sun, 5 May 2013 14:45:17 +0100 Frank Murphy frankly3d@gmail.com wrote:
Apology for self reply
but repomanage seems to act on a named dir, as distinct from working on yum cachedir.
Am uncertain as to use in culling all repos within keepcache=1
It may work as "repomanage -n /var/cache/yum I had been testing with " repomanage -n /var/cache/yum/*
with the --keep=N it may just do the old trick
Thanks John.