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