On 05/12/2011 03:26 PM, Duncan Mac-Vicar P. wrote: > > Hi, > > When I install an errata and the client fetch a job, which results in > rhn/actions/package.py update(pkglist) action being called. > > Is the name of the errata lost? at which point does this happen? (job > API, rhnsd, package.py action)? > > I would like to have the name of the errata so that the client solver > can figure the right packages to install (we have the errata in the repo > metadata as well). But right now it looks like the package list is sent > down.
If you go through SDC -> software -> errata -> and you choose one. It should result in: errata.update actions. Which is picked up by: client/rhel/rhn-client-tools/src/actions/errata.py The transformation from errata to package list is there: for errataid in errataidlist: tmpList = __getErrataInfo(errataid) packagelist = packagelist + tmpList -- Miroslav Suchy Red Hat Satellite Engineering _______________________________________________ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel