disable spawnFunction because can hang

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1407 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
(no author)
2008-03-05 10:04:21 +00:00
parent a03cd683c6
commit 392ae42cb4
+2 -1
View File
@@ -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):