From 4913e0bc775ebaff9670c2b3e657f3c7b5e75f8d Mon Sep 17 00:00:00 2001 From: lxnay Date: Fri, 11 Apr 2008 18:55:05 +0000 Subject: [PATCH] add indexing option to openServerDatabase git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1704 cd1c1023-2f26-0410-ae45-c471fc1f0318 --- libraries/entropy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/entropy.py b/libraries/entropy.py index 278028d6d..8495ccc74 100644 --- a/libraries/entropy.py +++ b/libraries/entropy.py @@ -11128,7 +11128,7 @@ class ServerInterface(TextInterface): self.ClientService.backup_setting(setting) - def openServerDatabase(self, read_only = True, no_upload = True, just_reading = False, repo = None): + def openServerDatabase(self, read_only = True, no_upload = True, just_reading = False, repo = None, indexing = True): if repo == None: repo = self.default_repository @@ -11184,7 +11184,7 @@ class ServerInterface(TextInterface): type = "warning", header = bold(" !!! ") ) - if not read_only and valid: + if not read_only and valid and indexing: self.updateProgress( "[repo:%s|%s] %s" % ( blue(repo),