better using collision protection = 1
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1406 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
+1
-1
@@ -179,7 +179,7 @@ def worldUpdate(onlyfetch = False, replay = False, upgradeTo = None, resume = Fa
|
||||
|
||||
# disable collisions protection, better
|
||||
oldcollprotect = etpConst['collisionprotect']
|
||||
etpConst['collisionprotect'] = 0
|
||||
etpConst['collisionprotect'] = 1
|
||||
|
||||
if (update) or (resume):
|
||||
rc = installPackages(atomsdata = update, onlyfetch = onlyfetch, resume = resume, skipfirst = skipfirst, dochecksum = dochecksum)
|
||||
|
||||
Reference in New Issue
Block a user