On 05/17/2011 02:17 PM, Ionuț Arțăriși wrote: > Is there any way to get the errata names at all right now?
No, there is not. You are correct. > Since > errata.update only receives a list of errata ids, how could we get the > names from the server in order to send them to zypper? I looked around Hmm, I thought that zypper code could handle it already. How did you done it till now? > the XMLRPC API a bit and besides being deceived by the name of the > getErrataInfo method(which only returns a list of packages - can we > rename it to getPackageList?), I couldn't find a way to do this. No, you could not rename it. It will break API! If it really bothers you, you can create getPackageList as alias to getErrataInfo. Mark getErrataInfo as obsolete. And after several year rename it. But IMO it is not worth. > Could we add a getErrataNamesById method the xmlrpc API under errata? Yes, you can. Generally - if you need some API (backend or frontend) and you did not change semantics of old ones. And as far as the new API call does not create security risk (e.g. providing info, which system should not see). Then you can add it without problem. -- Miroslav Suchy Red Hat Satellite Engineering _______________________________________________ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel