Entropy:
- if tarfile module is not available, unse old tar.bz2 uncompress function - do not use os.system() to spawn fixpackages but use portage library directly git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1924 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
@@ -486,10 +486,13 @@ class etpDatabase:
|
||||
header = darkred(" * ")
|
||||
)
|
||||
if self.clientDatabase:
|
||||
myroot = etpConst['systemroot']+"/"
|
||||
os.system("fixpackages &> /dev/null")
|
||||
try:
|
||||
Spm = self.ServiceInterface.Spm()
|
||||
Spm.run_fixpackages()
|
||||
except:
|
||||
pass
|
||||
else:
|
||||
os.system("fixpackages")
|
||||
self.ServiceInterface.SpmService.run_fixpackages()
|
||||
|
||||
quickpkg_atoms = set()
|
||||
for action in actions:
|
||||
|
||||
Reference in New Issue
Block a user