run self.__fill_image_dir in a separate process

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1390 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
(no author)
2008-03-04 13:02:59 +00:00
parent a1a6b3cd2d
commit 962e378b6f
+6 -6
View File
@@ -2316,12 +2316,12 @@ class PackageInterface:
if rc != 0:
return rc
else:
self.__fill_image_dir(self.infoDict['merge_from'],self.infoDict['imagedir'])
#self.Entropy.entropyTools.spawnFunction(
# self.__fill_image_dir,
# self.infoDict['merge_from'],
# self.infoDict['imagedir']
# )
#self.__fill_image_dir(self.infoDict['merge_from'],self.infoDict['imagedir'])
self.Entropy.entropyTools.spawnFunction(
self.__fill_image_dir,
self.infoDict['merge_from'],
self.infoDict['imagedir']
)
# unpack xpak ?
if etpConst['gentoo-compat']: