[Yum-devel] [PATCH] repo-rss: non-ASCII fix, sorting

2013-01-23 Thread Morty
The below patch is against 1.1.31. It does two things: 1. fixes a bug where repo-rss crashed when dealing with packages that contain non-ASCII in their descriptions. 2. reverse sorts the results by buildtime so the most recent package builds will be first in the RSS feed. Thanks! diff -

Re: [Yum-devel] [PATCH] dnf: add defaultyes config option

2013-01-23 Thread Ales Kozumplik
On 01/22/2013 04:03 PM, Stefan Assmann wrote: Add a config option to change the default answer to "Yes". So instead of Is this ok [y/N]: there will be Is this ok [Y/n]: This is not enabled by default and there's no intention to do so. To enable this behaviour just add defaultyes=1 to dnf.conf. -

Re: [Yum-devel] [PATCH] dnf: add defaultyes config option

2013-01-23 Thread James Antill
On Tue, 2013-01-22 at 16:03 +0100, Stefan Assmann wrote: > Add a config option to change the default answer to "Yes". > So instead of > Is this ok [y/N]: > there will be > Is this ok [Y/n]: > > This is not enabled by default and there's no intention to do so. > To enable this behaviour just add de

[Yum-devel] [PATCH] dnf: add defaultyes config option

2013-01-23 Thread Stefan Assmann
Add a config option to change the default answer to "Yes". So instead of Is this ok [y/N]: there will be Is this ok [Y/n]: This is not enabled by default and there's no intention to do so. To enable this behaviour just add defaultyes=1 to dnf.conf. --- dnf/cli/output.py | 9 - dnf/yum/con