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:
@@ -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']:
|
||||
|
||||
Reference in New Issue
Block a user