Gentoo Archives: gentoo-commits

From: Wiktor W Brodlo <wiktor@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/anaconda:master commit in: iw/
Date: Sun, 03 Jul 2011 19:11:05
Message-Id: 4fbdf328676f88770db30416d8cda068aaa794e3.wiktor@gentoo
1 commit: 4fbdf328676f88770db30416d8cda068aaa794e3
2 Author: wiktor w brodlo <wiktor <AT> brodlo <DOT> net>
3 AuthorDate: Sun Jul 3 16:40:37 2011 +0000
4 Commit: Wiktor W Brodlo <wiktor <AT> brodlo <DOT> net>
5 CommitDate: Sun Jul 3 16:40:37 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/anaconda.git;a=commit;h=4fbdf328
7
8 iw/mirrorselect_gui.py: filter mirrors to http+ftp
9
10 ---
11 iw/mirrorselect_gui.py | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/iw/mirrorselect_gui.py b/iw/mirrorselect_gui.py
15 index 24bbc7e..9e2699b 100644
16 --- a/iw/mirrorselect_gui.py
17 +++ b/iw/mirrorselect_gui.py
18 @@ -62,7 +62,7 @@ class MirrorselectWindow(InstallWindow):
19 self.xml.get_widget("downloading").destroy()
20
21 mirrors_parsed = self.parseMirrors(mirrorsf)
22 - self.mirrors = self.mirrorList(mirrors_parsed, proto)
23 + self.mirrors = self.mirrorList(mirrors_parsed, "http+ftp")
24
25 self.table = self.xml.get_widget("mirrors_table")