reset treeupdates stuff only for chroot != ''

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1395 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
(no author)
2008-03-04 15:02:29 +00:00
parent f75cfb0839
commit c1bc7b1ad3

View File

@@ -166,7 +166,8 @@ class EquoInterface(TextInterface):
initConfig_clientConstants()
self.validate_repositories()
self.reopenClientDbconn()
self.clientDbconn.resetTreeupdatesDigests()
if chroot:
self.clientDbconn.resetTreeupdatesDigests()
self.closeAllRepositoryDatabases()
def reopenClientDbconn(self):