From a03cd683c675ca906e67b562cbd54572f0fdbb27 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> Date: Wed, 5 Mar 2008 09:37:57 +0000 Subject: [PATCH] better using collision protection = 1 git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1406 cd1c1023-2f26-0410-ae45-c471fc1f0318 --- client/text_ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/text_ui.py b/client/text_ui.py index 8706df356..f6d8c1417 100644 --- a/client/text_ui.py +++ b/client/text_ui.py @@ -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)