Re: How to lure me to updates-testing
James Antill <james <at> fedoraproject.org>
2010-07-01 04:25:30 GMT
Some of these require yum/yum-utils from rawhide...
On Wed, 2010-06-30 at 14:59 -0600, Nathanael Noblet wrote:
> #1) Easy way to know where a package came from.
>
> For example, as far as I am aware, I cannot query anything that tells
> me X packages are from Y repo. If I were to become a 100% always
> enabled updates-testing, most of my packages would be from that repo,
> however if I only do it occasionally I'd just have to remember
If you just want a summary, you can do (depending on what you want to
know):
repoquery --installed -a --qf '%{ui_from_repo}' | sort | uniq -c
repoquery --installed -a --qf '%{yumdb_info.from_repo}' | sort | uniq -c
...or the easier to type/remember but maybe less likely what you want:
yum version -v nogroups
...if you could give us a better idea of what you are trying to do we
might be able to make something more usable.
> #2 ) Easy way to downgrade if I were to run into problems
>
> I understand that this isn't foolproof, and that for some issues (some huge glibc error) my system could
conceivably require advanced knowledge to boot into a rescue mode, download packages and force the
downgrade. However some way to view the updates-testing packages I have installed, and downgrade to the
'released' version would be awesome.
(Continue reading)