We don't need data of all SRPMs in rpm_manifest, but only those which are included in a rebuild. In some parts of code, we don't need rpm_manifest at all, so just don't ask for it.
rpm_manifest
This saves lot of memory normally consumed by Lightblue class.
Nice, makes sense. :+1:
Cool :thumbsup:
Commit 5236a5a0 fixes this pull-request
Pull-Request has been merged by jkaluza
We don't need data of all SRPMs in
rpm_manifest, but only those which are included in a rebuild. In some parts of code, we don't needrpm_manifestat all, so just don't ask for it.This saves lot of memory normally consumed by Lightblue class.