Entropy/ServerInterface:

- kill activatoruploaduris kill kill


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1677 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
lxnay
2008-04-10 15:50:50 +00:00
parent dcd704ace0
commit 7bdc16f164
2 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ class etpDatabase:
header = red(" * "),
back = True
)
for uri in etpConst['activatoruploaduris']:
for uri in self.ServiceInterface.get_remote_mirrors():
given_up = self.ServiceInterface.MirrorsService.mirror_lock_check(uri)
if given_up:
crippled_uri = self.entropyTools.extractFTPHostFromUri(uri)