Drop the memory saving code
It actually still does not work if there is inheritance between variants. Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
844f2005a0
commit
9d9f0add83
@ -145,9 +145,6 @@ def write_pungi_config(compose, arch, variant, packages, groups, filter_packages
|
||||
package_whitelist.add(
|
||||
'{0.name}-{1}:{0.version}-{0.release}'.format(rpm_obj, rpm_obj.epoch or 0))
|
||||
|
||||
# Drop the packageset to hopefully save some memory
|
||||
variant.pkgset.rpms_by_arch[arch] = None
|
||||
|
||||
pungi_wrapper.write_kickstart(
|
||||
ks_path=pungi_cfg, repos=repos, groups=groups, packages=packages_str,
|
||||
exclude_packages=filter_packages_str,
|
||||
|
Loading…
Reference in New Issue
Block a user