Hi again I have a small patch here which introduces a new option (--pedant). The purpose is to not create errata if the packages referenced by the errata are not present on the Satellite/Spacewalk server.
Please reject with prejudice if you don't like it :) CC On Fri, Mar 19, 2010 at 8:44 AM, Colin Coe <[email protected]> wrote: > Please ignore the request for an example conf file. Pretty obvious > when browsing the code... > > Thanks again, great script. > > CC > > On Fri, Mar 19, 2010 at 5:59 AM, Colin Coe <[email protected]> wrote: >> 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 >> > > > > -- > RHCE#805007969328369 > -- RHCE#805007969328369
rhn-clone-errata.patch
Description: Binary data
_______________________________________________ Spacewalk-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/spacewalk-devel
