[entropy.server] properly handle pkg revision setup ignoring self sepo

This commit is contained in:
Fabio Erculiani
2009-09-27 08:52:32 +02:00
parent 1c0da453fd
commit be6126ce5a
@@ -2157,6 +2157,10 @@ class Server(Singleton, TextInterface):
max_rev = -1
for myrepo in myserver_repos:
# not myself
if myrepo == repo:
continue
mydbconn = self.open_server_repository(read_only = True,
no_upload = True, repo = myrepo)