[Yum-devel] [PATCH] Add saved_tx to default_addons, for history info output.

seth vidal skvidal at fedoraproject.org
Mon Mar 14 15:38:35 UTC 2011


On Mon, 2011-03-14 at 11:23 -0400, James Antill wrote:
> ---
>  output.py |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/output.py b/output.py
> index 08fe0e3..1613c29 100755
> --- a/output.py
> +++ b/output.py
> @@ -1741,7 +1741,7 @@ to exit.
>              addon_info = self.history.return_addon_data(old.tid)
>  
>              # for the ones we create by default - don't display them as there
> -            default_addons = set(['config-main', 'config-repos'])
> +            default_addons = set(['config-main', 'config-repos', 'saved_tx'])
>              non_default = set(addon_info).difference(default_addons)
>              if len(non_default) > 0:
>                      print _("Additional non-default information stored: %d" 


ACK
-sv




More information about the Yum-devel mailing list