[Yum-devel] [PATCH] when we do localinstalls/reinstalls/etc - make sure we check disableexcludes to see if we've disabled the exclude that might be stopping the localinstall.

Tim Lauridsen tim.lauridsen at googlemail.com
Sat Oct 10 05:03:52 UTC 2009


On 10/09/2009 10:22 PM, Seth Vidal wrote:
> +        check_pkgs = installpkgs + map(lambda x: x[0], updatepkgs)
>    

Then patch is fine, but maybe we should get rid of the map() and use

[x[0] for x in updatepkgs]

Tim


More information about the Yum-devel mailing list