Hi Andy Many thanks for this. Just one last thing, could you provide an example config file. I'm just not sure how it should be formatted.
Thanks again CC 2010/3/18 Andy Speagle <[email protected]>: > El jue, 18-03-2010 a las 00:26 -0500, Colin Coe escribió: >> Just trying to use the updated script and I find this error: >> --- >> 94 if options.proxy is None: >> 95 self.server = xmlrpclib.Server(self.rhnUrl) >> 96 else: >> 97 proxy = ProxiedTransport() >> 98 proxy.setProxy(options.proxy); >> 99 self.server = xmlrpclib.Server(self.rhnUrl, >> transport=proxy) >> 100 self.rhnSession = >> self.rhnLogin(self.login,self.password,0) >> --- >> >> Line 98 should actually be: >> --- >> 94 if options.proxy is None: >> 95 self.server = xmlrpclib.Server(self.rhnUrl) >> 96 else: >> 97 proxy = ProxiedTransport() >> 98 proxy.set_proxy(options.proxy); >> 99 self.server = xmlrpclib.Server(self.rhnUrl, >> transport=proxy) >> 100 self.rhnSession = >> self.rhnLogin(self.login,self.password,0) >> --- >> >> Thanks >> >> CC > > I have corrected the bug and also moved the channel and suffix maps to > the config file. I have attached v0.6. > > Thanks! > -- > Andy Speagle > > "THE Student" - UCATS > Wichita State University > > O: 316.978.3869 > C: 316.617.2431 > > -- RHCE#805007969328369 _______________________________________________ Spacewalk-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/spacewalk-devel
