From 392ae42cb44ba19fd0b32f3f2de17e89a8b9846b Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> Date: Wed, 5 Mar 2008 10:04:21 +0000 Subject: [PATCH] disable spawnFunction because can hang git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1407 cd1c1023-2f26-0410-ae45-c471fc1f0318 --- libraries/entropy.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libraries/entropy.py b/libraries/entropy.py index 9d6b8d83d..514bac32e 100644 --- a/libraries/entropy.py +++ b/libraries/entropy.py @@ -2660,7 +2660,8 @@ class PackageInterface: type = "info", header = red(" ## ") ) - newidpackage = self.Entropy.entropyTools.spawnFunction( self.__install_package_into_database ) + newidpackage = self.__install_package_into_database() + #newidpackage = self.Entropy.entropyTools.spawnFunction( self.__install_package_into_database ) it hangs on live systems! # remove old files and gentoo stuff if (self.infoDict['removeidpackage'] != -1):