don't do garbage collection there

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1349 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
(no author)
2008-03-01 09:23:20 +00:00
parent 0cdefbe2da
commit 3d8bedc250
-2
View File
@@ -859,8 +859,6 @@ def portage_doebuild(myebuild, mydo, tree, cpv, portage_tmpdir = None, licenses
portageRoots[mypath] = vartree
rc = portage.doebuild(myebuild = str(myebuild), mydo = str(mydo), myroot = mypath, tree = tree, mysettings = mysettings, mydbapi = mydbapi, vartree = vartree, use_cache = 0) ### FIXME: add support for cache_overlay
# avoid python/portage memleaks
import gc; gc.collect()
# if mute, restore old stdout/stderr
if etpUi['mute']: