Re: [Yum-devel] [PATCH] Make --alldeps the default in repoquery.

2010-02-11 Thread Panu Matilainen
On Wed, 10 Feb 2010, Seth Vidal wrote: On Tue, 9 Feb 2010, Ville Skyttä wrote: --alldeps is what people really almost always want, but fail to specify for some reason. --exactdeps can be used to get the previous default of exact matching. I'm inclined toward 'sure'. Nod, this is how it sho

[Yum-devel] [PATCH] If we hit the 'package does not match intended download error then chances are REALLY good that you have outdated metadata on gpg-re-signed pkgs. A yum clean metadata will fix thin

2010-02-11 Thread Seth Vidal
--- po/yum.pot | 195 --- yum/__init__.py |3 +- 2 files changed, 100 insertions(+), 98 deletions(-) diff --git a/po/yum.pot b/po/yum.pot index 5f017d9..f9a1d35 100644 --- a/po/yum.pot +++ b/po/yum.pot @@ -8,7 +8,7 @@ msgid "" msgstr

[Yum-devel] [PATCH] [UG] Support authenticated proxies

2010-02-11 Thread Ozan Çağlayan
Currently urlgrabber can't fetch files over an authenticated proxy because of not passing the authentication method. Passing HTTPAUTH_ANY handles all authentication methods like NTLM, Basic, Radius, etc. while keeping the behaviour intact if no authentication is required. Tested through an NTLM au