Re: [kernel.org users] [KORG] Availability of SSL on kernel.org

From: Mauro Carvalho Chehab
Date: Fri Mar 19 2010 - 07:39:00 EST


Hi Jeremy,

Jeremy Kerr wrote:
> Hi Paul,
>
> Thanks for the report and testing - I've just committed a fix, plus a change
> to reflect the https URL in the sample .pwclientrc file.
>
> J.H.: If you update to the current git HEAD, the pwclient and .pwclientrc
> files served by patchwork.kernel.org will now be more suitable for use with
> https.

It worked after commenting this line:

# xmlrpclib.SafeTransport.__init__(self)

Without commenting, I get this bug:

Traceback (most recent call last):
File "/usr/local/bin/pwclient", line 463, in ?
main()
File "/usr/local/bin/pwclient", line 381, in main
use_https)
File "/usr/local/bin/pwclient", line 88, in __init__
xmlrpclib.SafeTransport.__init__(self)
AttributeError: class SafeTransport has no attribute '__init__'


Btw, I had to do the same with the older pwclient. I'm using here the python/python libraries
provided on RHEL5.


Cheers,
Mauro

--

Cheers,
Mauro
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/