From 962e378b6f8e899e2df42f67f179bf9f91fd0060 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> Date: Tue, 4 Mar 2008 13:02:59 +0000 Subject: [PATCH] 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 --- libraries/entropy.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/libraries/entropy.py b/libraries/entropy.py index 0a6be428b..cd244f920 100644 --- a/libraries/entropy.py +++ b/libraries/entropy.py @@ -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']: