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